Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1064 error


jayeshshiyani

Recommended Posts

Posted

I couldnt find no help untill today... found the following fix from the following location

I got errors in customer orders, specials etc... i didnt want to put dummy data in it and found this fixes the problem.... unfortunately i cant test it as i have hosting problems if someone does test it and it works please let me know!!!!

 

http://forum.powweb.com/showthread.php?t=45352

 

 

Easiest solution Peter Kaminski:

edit /includes/classes/split_page_results.php

find

$this->sql_query .= " limit " . $offset . ", " . $this->number_of_rows_per_page;

(line about 66)

insert before it

if($offset <0 ) $offset = 0;

 

the same in admin//includes/classes/split_page_results.php

do the same, but this time it's line about 38, however it may ont be exactly the same as catalog but its around line 38 somewhere, you'll know when u found it!! if not check out above link!!!

 

Good luck!

 

 

 

Jay

Archived

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

×
×
  • Create New...