CMS MADE SIMPLE FORGE

CGNotifier

 

[#12154] Fatal error: Uncaught Error: Class 'CGNotifier2\transport_profile' not found

avatar
Created By: Benoit Rambaud (brambaud)
Date Submitted: Fri Sep 20 09:41:48 -0400 2019

Assigned To: Robert Campbell (calguy1000)
Version: 1.1
CMSMS Version: 2.2.11
Severity: Critical
Resolution: None
State: Open
Summary:
Fatal error: Uncaught Error: Class 'CGNotifier2\transport_profile' not found
Detailed Description:
When accessing CGNotifier module admin area got a fatal error :

Fatal error: Uncaught Error: Class 'CGNotifier2\transport_profile' not found 

SOLUTION :

In CGNotifier.module.php line 115

Change : 
        $profile = new \CGNotifier2\transport_profile;

To :
        $profile = new \CGNotifier\transport_profile;


History