View Full Version : Debug Mode Notice
angolanmade
04-05-2010, 06:02 PM
I often get this message when switching the debug mode from on to off.
Notice: unserialize() [function.unserialize]: Error at offset 131 of 279 bytes in /libs/Debug.php on line 205
Something is awry with one of the plugin_value fields in your plugin_settings table, probably an unwanted quote or something. It's a bit tricky to identify which plugin is causing the problem, but if you don't mind testing, add an echo statement after line 204 in /libs/debug.php. I.e:
if ($plugins) {
foreach ($plugins as $plugin) {
echo "Plugin: " . $plugin->plugin_folder . ", setting: " . $plugin->plugin_setting . "<br />";
That will list all the plugin names and their settings at the top of the page, and the last one before the error is the one causing the problem.
Let us know when you've identified the plugin and we'll go from there.
angolanmade
04-06-2010, 12:55 AM
Hey Nick,
Here's a screen shot of the plugin names and their settings. It looks like its the RSS show plugin that is causing the notice error.
Okay, thanks. What you can try is Admin -> Maintenance -> Plugin Settings -> Remove RSS Show settings. That will delete your current settings so you'll have to put them back in again from the RSS Show plugin settings page. If the problem persists after re-entering the feed details, then it's quite possibly a bug with the plugin (there was a similar issue before with the Text Widget).
Actually, if the problem does persist, could you paste the Feed URL and your chosen Feed Title here and I'll try to recreate and hopefully fix the problem.
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.