Project Roadmap - Advanced Reporting for Perfex CRM Projects

LepeNU

Member
Sep 13, 2019
16
29
13
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:

MO737

Well-known member
Trusted Uploader
Feb 5, 2021
244
314
70
🌍
cutt.ly
UNTOUCHED
 

Attachments

  • project-roadmap-advanced-reporting-for-perfex-crm-projects.zip
    973.9 KB · Views: 15
  • Love
Reactions: NoOoB

Forum statistics

Threads
69,475
Messages
909,845
Members
239,645
Latest member
asdasda11

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu