SaaS module for Perfex CRM - Multitenancy support 1.1.0 Nulled

Нет прав для скачивания
  • Автор темы Автор темы theresa
  • Дата начала Дата начала
Регистрация
11.09.2021
Сообщения
7 315
Реакции
2 904
Credits
$5 925
thanks to dear member @theresa submitted a new resource:

SaaS module for Perfex CRM - Multitenancy support - Our revolutionary SaaS module for Perfex CRM is finally here!


Read more about this resource...
 
How to fix
PHP:
Fatal error: Cannot redeclare product_upload_folder() (previously declared in /www/wwwroot/perfex_crm/modules/products/products.php:270) in /www/wwwroot/perfex_crm/modules/saas/saas.php on line 308
A PHP Error was encountered
Severity: Compile Error
Message: Cannot redeclare product_upload_folder() (previously declared in /www/wwwroot/perfex_crm/modules/products/products.php:270)
Filename: saas/saas.php
Line Number: 308
Backtrace:

open saas.php file ,removed code
PHP:
function product_upload_folder($path, $type)
{
   if ('saas_plan' == $type) {
        return SAAS_MODULE_UPLOAD_FOLDER;
    }
    return $path;
}
 
I am the beginner and learner in IT to explore this project.