Jump to content

Fatal Error when going to Modules and blank page when choosing new theme


Recommended Posts

1./ I've purchased new theme and when I click on "use this theme" the whole browser just goes blank. It does not go to the next step. 

 

2./ Also i've been gettitng since then fatal error message whenever i go to modules. it just shows 

 

"[PrestaShop] Fatal error in module file :/home/pca3215231/www/ftp/modules/csblog/url/csLink.php:
require_once(): Failed opening required '/home/pca3215231/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')"

 

3./ Also noticed the searching toolbar doesn't work. also goes to blank page.

 

this is cloud hosted

 

need advise ASAP. will be much appreciated

 

 

Link to comment
Share on other sites

  • 1 month later...
  • 4 months later...
  • 7 months later...

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...