• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Project Roadmap - Advanced Reporting for Perfex CRM Projects

Not properly nulled!!!

1. For error 500 you have to change lines 42 to 47 of /core/Apiinit.php from:

$CI->load->config($module_name.'/conf'); $data = 'ok' $verified = true; $last_verification = get_option($module_name.'_last_verification');

to...

$CI->load->config($module_name.'/conf'); $last_verification = get_option($module_name.'_last_verification');

2. /core/Apiinit.php
Find and change lines with code like below:

$CI = &get_instance(); $CI->app_modules->deactivate($module_name);

to...

//$CI = &get_instance(); //$CI->app_modules->deactivate($module_name);

3. /libraries/Envapi.php
Find and change lines with code like below:

$verify_url = 'https://api.envato.com/v3/market/author/sale/'; $CI->app_modules->deactivate($module_name);

to...

$verify_url = '#'; //$CI->app_modules->deactivate($module_name);


Exactly the same procedure you have to make for module Custom Email & SMS Notifications

After that both modules works perfectly!!!
 
Last edited:
UNTOUCHED
 

Attachments

  • project-roadmap-advanced-reporting-for-perfex-crm-projects.zip
    973.9 KB · Views: 21
  • Love
Reactions: NoOoB
Hello do you have the update version?
also if it possible to assign it to the owner of the plugin so it doesn't stay request
thank you.
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock