lenka Posted February 5, 2015 Share Posted February 5, 2015 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 More sharing options...
Uhan Posted March 28, 2015 Share Posted March 28, 2015 Did you get answer for this issue? Link to comment Share on other sites More sharing options...
drohne Posted August 9, 2015 Share Posted August 9, 2015 Im getting the same error Link to comment Share on other sites More sharing options...
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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now