-
XML Guru?
Seemingly simple question, what does this mean?
XML Error: Space required at Line 54 (line 54 is the $eventbits line)
$pagetitle.=$year;
$eventbits .="<tr><td nowrap class=''><strong>".$date.":</strong></td><td width='100%' class=''><a href='calendar.php?do=getinfo&e=$did&c=".$calendarid."'>".$dtitle."</a></td></tr>";
$count++;
-
Re: XML Guru?
hmm, i think it means you should put a space in there somewhere :thunb:
:lmao: dont hate me
-
Re: XML Guru?
it means you are craming the site with too much (*$(&$ and it needs a space for a minutes rest.
:) Don't hate me either
-
Re: XML Guru?
Just guessing here...
$eventbits .=
Pull the space out before the period.
-
Re: XML Guru?
Nope, thanks for the suggestion!
-
Re: XML Guru?
$date.":
Is the : supposed to be a ;? I bet it's either that, or a " is missing or something stupid and hard to see like that.
-
Re: XML Guru?
I'll have to see if I kept what i was looking for, probably trashed it in frustration.
-
Re: XML Guru?
Looking at your code again, and some of the quotion marks seem off to me (although I 'm no guru).
[SIZE=3]$eventbits .="<tr><td nowrap class=''><strong>".$date.":</strong></td><td width='100%' class=''><a href='calendar.php?do=getinfo&e=$did&c=".$calendar id."'>".$dtitle."</a></td></tr>";[/SIZE]
[SIZE=3]$count++;[/SIZE]
In the above, the [SIZE=5]" [/SIZE]before the first [SIZE=3]<tr>[/SIZE] seems out of place. Also the [SIZE=3]class=[/SIZE] definition looks like a possible issue with lacking of a start quote.
I really hope you solve whatever this is. I deal with this kind of crap every day and it drives me nuts!!!!!!!!!! It usually ends up being a stupid typo or space issue.:confused:
-
Re: XML Guru?
Nope, I tossed it after spending too much time on it. It was supposed to be a pretty simple plugin that would have added the upcoming Runs to every page instead of just the main page. I did it on the old site but they changed a bunch of the coding in this version. Just not worth the time I've spent already.
-
Re: XML Guru?