After upgrading our phpnuke and installation of NukeSentinel i get this error in my backend.php.
I validate my html and css but i can't validate my rss feeds. Does anyone know anythign about this problem(it used to work fine before this upgrade)?
This is the exact error i get from my rss feed:
Code:
XML Parsing Error: xml declaration not at start of external entity
Location: http://phpnuke-downloads.com/backend.php
Line Number 2, Column 1:<?xml version="1.0" encoding="ISO-8859-1"?>
^
Last edited by astalavistabd on Mon Mar 20, 2006 7:15 am; edited 1 time in total
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12397
Posted:
Sat Mar 18, 2006 3:34 pm
It means there is some line break before the XML code starts. You will have to check your files to make sure there are no line breaks before the PHP code starts
ya it's one of those most common error when you have a blank space/line either before your <?php or after your ?> . It causes your security image problem and also rss/xml feed problem.
In my case the blank space/line was in my theme.php
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum