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;