Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Table pagination error


Go to End


3 Posts   1615 Views

Avatar
jondbaker

Community Member, 19 Posts

20 January 2010 at 6:44pm

Edited: 22/01/2010 8:25am

On my live site, whenever I try to view 11-20 of any table records, the CSS for the CMS screws up, and then I get an error where the table should be simply stating 'Not Found.' The live build is the same as the build on my localhost, and there I am able to cycle through records just fine. Also, it will allow me to keep entering in and saving data, I just can't view any of the records past the default 10. I haven't hacked the core at all, so I'm a bit stumped as to why this is happening.

Problem found using FF3.5 in Windows 7. The pagination works via AJAX, so I tried deleting any custom JS files to see if that was perhaps causing a conflict, but I had no luck with this idea.

Avatar
CodeGuerrilla

Community Member, 105 Posts

22 January 2010 at 7:26pm

You might have a corrupt DB try running SQL query on table 'repair TABLENAME'

Avatar
jondbaker

Community Member, 19 Posts

23 January 2010 at 7:07am

Thanks for the reply, but no dice. The DB stores, displays, and outputs data just fine; the problem lies only in the CMS. The pagination error is consistent across different data tables, and wasn't there when I moved the site to the server two weeks ago. I've created a temporary workaround my simply increasing the # of displayed rows to 20 for now, but it's still something I'd like to resolve.