kookietoby Posted January 24, 2015 Share Posted January 24, 2015 HI, I am unable to open the module sections (modules-->modules) [PrestaShop] Fatal error in module file :/home/pca0211722/www/ftp/modules/csblog/url/csLink.php:require_once(): Failed opening required '/home/pca0211722/www/ftp/modules/csblog/url../../../../classes/Dispatcher.php' (include_path='/core/www/core_1.6.0.11/tools/htmlpurifier/standalone:.:/usr/local/php5.4/lib/php') Please help! Thank in advance! Link to comment Share on other sites More sharing options...
0 David Eschmeyer Posted March 22, 2016 Share Posted March 22, 2016 the module creator (theme creator since it came with the theme) needs to update the module csblog and csbloglatestpost. in my example, the error thrown is: [PrestaShop] Fatal error in module file :/home/pca6271131/www/ftp/modules/csblog/url/csLink.php:require_once(): Failed opening required '/home/pca6271131/www/ftp/modules/csblog/url../../../../classes/Dispatcher.php' (include_path='/core/www/core_1.6.1.3/tools/htmlpurifier/standalone:.:/usr/local/php5.4/lib/php') if you pay attention... you can modify /modules/csblog/url/csLink.php replace the line (27): require_once (dirname(__FILE__).'../../../../classes/Dispatcher.php'); with require_once ('/core/www/core_1.6.1.3/classes/Dispatcher.php'); save and this module will work now. pay attention to what core you are from the error message. there is a better way im sure to refer to the core folder but i dont have thje time to figure it out now. You will need to do the same fix for csbloglatestpost too. 1 Link to comment Share on other sites More sharing options...
0 kookietoby Posted January 27, 2015 Author Share Posted January 27, 2015 hi! Anyone has any advice? 1 Link to comment Share on other sites More sharing options...
0 Vincent Beudez Posted January 27, 2015 Share Posted January 27, 2015 Hi, Do you have a Cloud shop ? Link to comment Share on other sites More sharing options...
0 kookietoby Posted January 27, 2015 Author Share Posted January 27, 2015 Hi Vincent, Yes, i am using the prestashop cloud store. When i click on modules, this is what shows: [PrestaShop] Fatal error in module file :/home/pca0211722/www/ftp/modules/csblog/url/csLink.php: require_once(): Failed opening required '/home/pca0211722/www/ftp/modules/csblog/url../../../../classes/Dispatcher.php' (include_path='/core/www/core_1.6.0.11/tools/htmlpurifier/standalone:.:/usr/local/php5.4/lib/php') Link to comment Share on other sites More sharing options...
0 kookietoby Posted January 27, 2015 Author Share Posted January 27, 2015 I managed to solve the issue by deleting the csblog module through ftp access. 2 Link to comment Share on other sites More sharing options...
0 pedr1nho Posted January 16, 2016 Share Posted January 16, 2016 Hi, I' also a cloud user and came across the same error [PrestaShop] Fatal error in module file :/home/pfr2167331/www/ftp/modules/csblog/url/csLink.php:require_once(): Failed opening required '/home/pfr2167331/www/ftp/modules/csblog/url../../../../classes/Dispatcher.php' (include_path='/core/www/core_1.6.1.3/tools/htmlpurifier/standalone:.:/usr/local/php5.4/lib/php') Deleted the csblog via FTP, but the error persists any ideas? Thanks Link to comment Share on other sites More sharing options...
0 David Eschmeyer Posted May 12, 2016 Share Posted May 12, 2016 this above solution also works for wtblog Link to comment Share on other sites More sharing options...
0 ndolokim Posted September 5, 2017 Share Posted September 5, 2017 [PrestaShop] Fatal error in module file :/home1/coopduka/public_html/modules/mailchimpintegration/mailchimpintegration.php:syntax error, unexpected '[' Can't access my modules and services please someone help.. Am totally green in web design and codes, i just want a solution that's really easy to follow. Thanks Link to comment Share on other sites More sharing options...
0 David Eschmeyer Posted September 5, 2017 Share Posted September 5, 2017 ndolokim, ftp in and rename /home1/coopduka/public_html/modules/mailchimpintegration/ to /home1/coopduka/public_html/modules/mailchimpintegration_off/ and your modules will come back up. The mailchimp module has an issue... it may be relying on a newer version of php to function properly... Link to comment Share on other sites More sharing options...
Question
kookietoby
HI,
I am unable to open the module sections (modules-->modules)
[PrestaShop] Fatal error in module file :/home/pca0211722/www/ftp/modules/csblog/url/csLink.php:
require_once(): Failed opening required '/home/pca0211722/www/ftp/modules/csblog/url../../../../classes/Dispatcher.php' (include_path='/core/www/core_1.6.0.11/tools/htmlpurifier/standalone:.:/usr/local/php5.4/lib/php')
Please help!
Thank in advance!
Link to comment
Share on other sites
9 answers to this question
Recommended Posts