Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error msgs in the admin section


stephan.gerlach

Recommended Posts

Posted

I get weird error messages in the admin section in the following menus

 

catalog>reviews

catalog>specials

catalog>products expected

 

and some other ones. The error messages look like this

 

select pd.products_id, pd.products_name, p.products_date_available from products_description pd, products p where p.products_id = pd.products_id and p.products_date_available != '' and pd.language_id = '1' order by p.products_date_available DESC limit -20, 20

 

and they basicly happen because those sections are empty. Ones i added somethign to those sections via phpmyadmin the errors are no longer.

 

Are there any easy fixes for that??

Posted

soundslike a bad install or contributions you have been trying to add are not installed properly

Posted

This is the infamous 'limit -20,20' bug. Follow the link for the solution (an offset is no longer allowed to have a negative value in more recent mysql versions).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...