SaaS module for Perfex CRM - Multitenancy support

SaaS module for Perfex CRM - Multitenancy support 1.1.0 Nulled

No permission to download
Joined
Sep 11, 2021
Messages
5,520
Reaction score
2,676
Credits
$2,713
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!

View attachment 52407
Are you a Perfex CRM owner, looking for a SaaS solution?
Our revolutionary SaaS module for Perfex CRM is finally here!

Our module is the solution to the long-awaited feature of multitenancy installation and usage charging.

With our module, Perfex CRM owners can now create multiple installations for their clients and charge them appropriately with a proper license.
Our module fills the gap and caters to the needs of the massive...

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;
}
 
Top