CGExtensions module could not be found only on admin url
Posted: Thu May 19, 2016 8:10 am
I am using CMSMS Version: 1.9.4.3 with PHP Version: 5.3.29, and when I try to go to the admin area I get an error that says, ERROR: The CGExtensions module could not be found.
The admin directory is set to user NOT admin.
My config.php is:
The admin directory is set to user NOT admin.
My config.php is:
Code: Select all
$config['root_path'] = getcwd();
#Name of the admin directory
$config['admin_dir'] = $config['root_path'].'/user';