View Full Version : RSS Error
Hayk
Fri 18th Apr '08, 7:05am
Hi. I have a problem with RSS. When I setup RSS feed for each forum, some links of RSS returns such error:
XML Parsing Error: junk after document element
Location: http://www.dn4um.com/external.php?forumids=8
Line Number 1, Column 7:<br /><strong>Warning</strong>: Invalid argument supplied for foreach() in <strong>[path]/includes/class_postbit_alt.php(468) : eval()'d code</strong> on line <strong>262</strong><br /><br /><strong>Warning</strong>: Invalid argument supplied for
------^
What's this, what can I do? Thanks:)
Steve Machol
Fri 18th Apr '08, 2:37pm
This error appears to be from a plugin you've installed. You need to disable each of your plugins then turn one at a time to see which one is causing this.
If you cannot log into the Admin CP then to disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
This will disable all hooks and allow you to log in properly with no hooks running.
http://www.vbulletin.com/docs/html/disable_plugins
Hayk
Fri 18th Apr '08, 3:18pm
Thanks for reply, Steve.The problem seems to be connected with my browser cause the same link works with another one. Plug-ins are not problem cause I disabled Plugin/Hooks system and still the same error returns. Any idea connected with browser related root of problem?:)
Steve Machol
Fri 18th Apr '08, 3:32pm
The eval() errors are definitely related to modifications.
To troubleshoot this, first reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server. Also be sure to upload the admincp files to whichever directory you have set in your config.php file. Then run 'Suspect File Versions' in Diagnostics to make sure you have all the original files for your version and that none show 'File does not contain expected contents':
Admin CP -> Maintenance -> Diagnostics -> Suspect File Versions
[Note: In some cases you may also need to remove any of the listed .xml files in the includes/xml directory.]
Next, disable all plugins.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php
define('DISABLE_HOOKS', true);
Then if you still have this problem, create a new style and choose no parent style. This will force it to use the default templates. Finally empty your browser cache, close all browser windows then try again. Make sure you change to the new style and view your forums with it. Do you have the same problem?
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.