Jump to content

CS Blog Module - Error on display


Recommended Posts

I'm helping with the upgrade to the latest Prestashop version 1.6.1.6 for a website.
The website is using the theme Presthemes SecurityEssentials.

We have a problem with the CS Blog module - the module came with the theme .

LINK : security-solution.ro/blog

ERROR : Warning: include_once(/public_html/modules/csblog/controllers/front/categorypost.php): failed to open stream: No such file or directory in /public_html/classes/Dispatcher.php on line 294


The problem is with a file name from the CS Blog module : categoryPost.php .

For some reason, Prestashop registers the module filename with all characters lowercase .
If we change this filename to lowercases, the blog works, but only for displaying the latest posts - the rest does not work .

Anybody know what the problem might be ?!

Any help would be really appreciated !
Thanks in advance !
Edited by hanisnl (see edit history)
Link to comment
Share on other sites

I don't know if this was a smart move or not, but I fixed this issue by going to the MySQL database with PHPMyAdmin and searched for : categorypost .

In the _meta table I found : module-csblog-categorypost

I did change the value to : module-csblog-categoryPost 

 

And Now it works !

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...