Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2009-04-23 11:02:13
- mark.adams82
- Member
- Registered: 2008-05-27
- Posts: 14
Re: Pagination Problem
OK This can be labelled as solved by a moderator if you want.
It nearly killed me, but got there in the end.
If anyone is interested – I imported tables one by one to a new test site where pagination was working. Established the error was triggered in the txp_forms table.
Re-imported the working sql for the table.
Copied each form from the broken site to the working one until a form broke it.
This happened when form ‘html_metadata’ was addded.
Turns out during my copy and pasting from other projects, I had inadvertantly pasted an article tag into the meta output. It was probably trying its best to paginate my metadata :)
Like I said originally – I thought it must be something stupid and simple and it was, and I do want to shoot myself with a massive gun, but maybe this might help someone at some point in trying to de-bug a similar problem.
Thanks for all the help, guys.
Offline
Re: Pagination Problem
Glad you got it working – I also found out that having two article tags on the same page completely throws off pagination. Good luck with your site.
Offline
#15 2009-04-23 13:35:04
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Pagination Problem
jstubbs wrote:
I also found out that having two article tags on the same page completely throws off pagination.
It doesn’t. But you need the pageby
attribute in both article tags, with of course the same value. I’ve been using it for ages without a problem :)
Offline