Jump to content

Help with error code please!


Recommended Posts

I am getting this error code when I try to "View my Shop" from inside PrestaShop and also just going to the link.  Please help!

 

Fatal error: Call to undefined method Editorial::getCacheId() in /home3/songbir5/public_html/modules/editorial/editorial.php on line 290

 

I have attached a snip of the general area in this php file.

 

Thanks for any help.  Need to get my shop viewable!!

 

Brenda

http://songbirdsdesigns.com

 

post-451127-0-36573100-1391110441_thumb.jpg

Link to comment
Share on other sites

I am on 1.5.3 and home text editor is 2.1.  I think I clicked on an update button on the home text editor module just prior to this, in hopes that it would have a way to increase the text size!  Could this have been it?  And is there an editor to use where you can change the text size and font in the home text editor?

 

Thanks!

Brenda

Link to comment
Share on other sites

I am on 1.5.3 and home text editor is 2.1.  I think I clicked on an update button on the home text editor module just prior to this, in hopes that it would have a way to increase the text size!  Could this have been it?  And is there an editor to use where you can change the text size and font in the home text editor?

 

Thanks!

Brenda

 

Hi Brenda,

 

I attached editorial v2.0 from a native 1.5.6.1 installation.  editorial.zip

 

Note: if you uninstall/delete v2.1 and install this you will lose your updates.

Link to comment
Share on other sites

Hi,

 

  • back office-->modules
  • uninstall home text editor 2.1
  • delete  home  text editor 2.1
  • install home text editor 2.0

 

TIP:  If it's not broke don't fix it.  If your shop is fine and dandy but you see 'upgrade me' it's not worth doing this unless there is a compelling reason, I got to have feature sort of thing.  Else don't change anything. :)

  • Like 1
Link to comment
Share on other sites

Sorry El Patron, I followed the steps outlined.  Re-entered my information that was in the editor, tried again and now it says the error is on line 284, which is the same as the previous line 290!  Please don't tell me I need to upgrade to 1.5.6 for this to work!  Even tried emptying out the editor and still get the same error message.  I'm sure I'm doing something wrong, but what???

 

Thanks!

Link to comment
Share on other sites

i suppose that it will not work, as far as i remember prestashop 1.5.3 hasn't got cache support for modules, this is why new versions dont want to work.

 

try with this:

Vekia,

That did work.  Your file was a little different and worked fine.  My next question is, do I need to update to the latest version?  And if I do, will the modifcations I have made and modules I have purchased continue to work? 

 

Thank you for your help!

Link to comment
Share on other sites

latest version of? if you're asking about module: no, because new version will not work in old 1.5 release.

 

Hi Milos,

 

Can you explain a little about 1.5 modules that are not working with earlier versions of 1.5?

 

I know when I write a module that is version specific I check for this so not to create issues with customers.

 

Did they introduce something in 1.5+ (module cache)...I am seeing a couple more issues like this on the forum, product comments for example.

 

Thanks, Fred

  • Like 1
Link to comment
Share on other sites

latest version of? if you're asking about module: no, because new version will not work in old 1.5 release.

The latest version of Prestashop.  I see 1.5.6.2 stable is available when I sign into my back office, and I am on 1.5.3.1.  I just don't want to lose function of the modules I have purchased to use in my shop.  The two main ones are Extended Footer by BELVG (appears to be compatible to 1.5.6.0 however) and Batch Downloadable Product Pro by Presto Changeo (1.5.x).  I tried to use the one-click upgrade once and it didn't work, so was timid about trying again - just leaving it at 1.5.3.1!!

 

Thank you!

Link to comment
Share on other sites

Can you explain a little about 1.5 modules that are not working with earlier versions of 1.5?

 

 

Problem is related to Module.php class,

old versions (below 1.5.4.1) Module.php file hasn't got getCacheId() function.

 

A lot of default modules updated after 1.5.4.1 release use this function (for better performance), so this is why these modules don't want to work in old prestashop versions (below 1.5.4.1)

Link to comment
Share on other sites

×
×
  • Create New...