CMSMS 1.11.7
CGExtensions 1.37.1
I moved a site from my dev environment to my staging environment. The dev environment is on a dev server and the staging environment is one a production server (shared hosting). I have other sites running on the staging environment without a problem. When i access the back-end, i get these errors on Extensions page:
Code: Select all
Warning: file_get_contents(__DIR__/help.inc) [function.file-get-contents]: failed to open stream: No such file or directory in /home/modhcbsp/public_html/lig/modules/CGExtensions/CGExtensions.module.php on line 242
Warning: file_get_contents(__DIR__/help.inc) [function.file-get-contents]: failed to open stream: No such file or directory in /home/modhcbsp/public_html/lig/modules/CGExtensions/CGExtensions.module.php on line 242
Warning: file_get_contents(__DIR__/help.inc) [function.file-get-contents]: failed to open stream: No such file or directory in /home/modhcbsp/public_html/lig/modules/CGSmartImage/CGSmartImage.module.php on line 62
Warning: file_get_contents(__DIR__/help.inc) [function.file-get-contents]: failed to open stream: No such file or directory in /home/modhcbsp/public_html/lig/modules/CGSmartImage/CGSmartImage.module.php on line 62Code: Select all
Fatal error: Uncaught exception 'Exception' with message 'Problem with host setup. the finfo_open function does not exist' in /home/modhcbsp/public_html/lig/modules/CGExtensions/lib/class.cge_utils.php:112 Stack trace: #0 /home/modhcbsp/public_html/lig/modules/CGSmartImage/lib/class.cgsi_utils.php(722): cge_utils::get_mime_type('/home/modhcbsp/...') #1 /home/modhcbsp/public_html/lig/modules/CGSmartImage/action.default.php(39): cgsi_utils::process_image(Array) #2 /home/modhcbsp/public_html/lig/lib/classes/class.CMSModule.php(1731): include('/home/modhcbsp/...') #3 /home/modhcbsp/public_html/lig/modules/CGExtensions/CGExtensions.module.php(324): CMSModule->DoAction('default', 'm05883', Array, '16') #4 /home/modhcbsp/public_html/lig/lib/classes/class.CMSModule.php(1799): CGExtensions->DoAction('default', 'm05883', Array, '16') #5 /home/modhcbsp/public_html/lig/lib/module.functions.php(123): CMSModule->DoActionBase('default', 'm05883', Array, '16') #6 /home/modhcbsp/public_html/lig/lib/classes/class.CMSModule.php(302): cms_m in /home/modhcbsp/public_html/lig/modules/CGExtensions/lib/class.cge_utils.php on line 112Config file looks to be right.

