Conversation
supportI get this error when I try to change any of the tags: Warning: unserialize() expects parameter 1 to be string, array given in /path/to/public_html/wp-content/plugins/background-changer/includes/page.php on line 2 Damn. This plugin does exactly what I need. Anyone have any ideas? (I edited out the path, added /path/to)
OK, here’s what I did to fix this: Opened up page.php and changed unserialized to maybe_unserialize on line 2. Did same in backgroundchanger.php, line 20 Seems to have fixed it.
OK, here’s what I did to fix this: Opened up page.php and changed unserialized to maybe_unserialize on line 2. Did same in backgroundchanger.php, line 20 Seems to have fixed it.