Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2009-06-11 17:14:18
- alanpmcd
- Member
- Registered: 2009-05-02
- Posts: 21
error message attribute values in line 920
Hello, out of theblue, or so it seemed, the site I’m co-running has begun to put out this error message at the top of the screen. Can anyone help me with a diagnosis of what might be the problem?
<< Tag error: <txp:ob1_pagination moretabsdisplay=“1” maximumtabs=“8” firsttext=“First” previoustext=”« Previous” nexttext=“Next »” lasttext=“Last” outputlastfirst=“0” outputnextprevious=“1” ulclass=“pagination” liclass=“pagination” ulid=“pagination” liselected=“paginationCurrent” liempty=“paginationEmpty” /> -> Textpattern Warning: Attribute values must be quoted on line 920 >>
I haven’t touched the pagination on the current output form, which was coded by a previous webbie. What I have been doing is playing with smd_gallery and using that plugin’s pagination elsewhere. But the screens where these error messages are appearing don’t as far as I know have any relation to my use of smd_gallery. Unless they are in a loop I’ve unwittingly made.
All help gratefully received. I am new to textpattern.
alanpmcd
Offline
#2 2009-06-11 17:22:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: error message attribute values in line 920
Attribute values must be quoted
I’d say it’s this: firsttext=“First”
. Change it to firsttext="First"
.
If you didn’t change that attribute, the appearance of the warning could be caused by your switching the site’s production status from ‘live’ to ‘testing’.
Offline
#3 2009-06-11 22:49:51
- alanpmcd
- Member
- Registered: 2009-05-02
- Posts: 21
Re: error message attribute values in line 920
Els
At first sight the double quotes do seem to be the problem and changing them seems to have resolved it. Odd, in that I haven’t touched the form they were in, that they should suddenly start acting up. Anyway, touch wood and thanks a lot for your prompt help.
alanpmcd
Offline