Jump to content
  • 0

Fatal Error in Module File


kookietoby

Question

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

  • 0

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.

  • Like 1
Link to comment
Share on other sites

  • 0

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

  • 0

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

  • 0

[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

Guest
This topic is now closed to further replies.
×
×
  • Create New...