Rachael w. Posted February 5, 2007 Share Posted February 5, 2007 I am getting this error with the admin paging contrib: 1064 - You have an error in your SQL syntax near 'limit 0, 30' at line 1 limit 0, 30 I ran this INSERT INTO `configuration` ( `configuration_id` , `configuration_title` , `configuration_key` , `configuration_value` , `configuration_description` , `configuration_group_id` , `sort_order` , `last_modified` , `date_added` , `use_function` , `set_function` ) VALUES ( '', 'Max products per page admin-side', 'MAX_PROD_ADMIN_SIDE', '30', 'Maximum number of products per page in administration panel', '3', NULL , '2003-11-10 14:54:12', '2003-11-10 14:54:12', NULL , NULL ); and as instructed (AND V-E-R-I-F-Y IF THE 'CONFIGURATION_GROUP_ID' FOR MAXIMUM VALUES IS '3') I checked and it was 3. I just cant see what I am doing wrong... I appreciate any suggestions anyone has to offer on this one. Thank you in advance. Quote Link to comment Share on other sites More sharing options...
Rachael w. Posted February 5, 2007 Author Share Posted February 5, 2007 oh, forget it, apparently it was a problem between the chair and the keyboard. I made a mistake in the code changes... Sorry to waste everyones time! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.