Community Forums › Forums › Archived Forums › General Discussion › PHP Upgrade causing issues to site and Genesis Simple Sidebars
Tagged: 1and1, php upgrade, simple sidebar
- This topic has 7 replies, 7 voices, and was last updated 10 years, 4 months ago by
Andrea Rennick.
-
AuthorPosts
-
May 2, 2014 at 6:51 am #103308
RaspberrySunshine
MemberI'm on HostGator and received an e-mail that they had successfully upgraded my website's PHP to 5.4 yesterday. This upgrade caused a fatal error in my .net site and a few issues in my .com site. With tutorials, I managed to find and fix the error in my .net and it is fine now, but I have no idea what the errors in my .com mean or how to fix it.
Here is what comes up on my site when I load it. It also shows up on my WordPress Dashboard:
Warning: Illegal string offset 'name' in /home4/boymom3/public_html/wp-content/plugins/genesis-simple-sidebars/plugin.php on line 105
Warning: Illegal string offset 'description' in /home4/boymom3/public_html/wp-content/plugins/genesis-simple-sidebars/plugin.php on line 107
Obviously it's an issue with the plug-in, but I am a novice and I don't typically mess with anything besides a little CSS styling. How do I fix these issues on my site? I have tried deactivating the plug-in and re-installing it with no success as well.
Can anyone help me out?
http://raspberrysunshine.comMay 2, 2014 at 6:57 am #103312AnitaC
KeymasterYes, it is - but you should ask your host if there is an option to downgrade to the original PHP and also not to automatically update your PHP versions. You should do that on your own. Go to your hosting account and you should be able to switch back to the previous version as this new PHP version could also cause you problems with other things. But the option to downgrade to what you were on before should still be in your control panel.
Need help with customization or troubleshooting? Reach out to me.
May 2, 2014 at 6:59 am #103313AnitaC
KeymasterAnd, plugins are built on a particular PHP version. When you update plugins - it will state whether it's been tested with your particular version of WordPress. So technically speaking - it's not really the plugin - it's not compatible with the new PHP version activated on your account.
Need help with customization or troubleshooting? Reach out to me.
May 2, 2014 at 7:17 am #103322neilgee
MemberYou may not be able to downgrade if u are on shared hosting.
The error seems odd - I have a few HG accounts running PHP 5.4 with Simple SIdebars and have no issues.... if you look at the 2 lines in question of the file do you see the below:
genesis_register_sidebar( array( 'name' => esc_html( $info['name'] ), 'id' => $id, 'description' => esc_html( $info['description'] ), 'editable' => 1, ) );
The line numbers should equal the name and description lines - do you have the same content?
Neil Gee
WP Beaches
Coolest GuidesDecember 1, 2014 at 9:07 pm #133384Sportrait
MemberI'm having the same/similar problem after an upgrade to new php version. I get the errors:
Warning: Illegal string offset 'name' in /homepages/10/d228751313/htdocs/dev_aimphotos/wp-content/plugins/genesis-simple-sidebars/old_plugin copy.php on line 105
Warning: Illegal string offset 'description' in /homepages/10/d228751313/htdocs/dev_aimphotos/wp-content/plugins/genesis-simple-sidebars/old_plugin copy.php on line 107
I have the same lines above but I don't see any resolution for the problem. Can anyone help? For now, I have to disable the plugin using a big hammer and my sidebars are less than working.
Thanks!
December 16, 2014 at 9:23 am #134671Jack
ParticipantI am having the same issue:
Warning: Illegal string offset 'name' in /homepages/*******/htdocs/Willtrav/wp-content/plugins/genesis-simple-sidebars/plugin.php on line 105
Warning: Illegal string offset 'description' in /homepages/********/htdocs/Willtrav/wp-content/plugins/genesis-simple-sidebars/plugin.php on line 107
1and1 is making a upgrade from php 5.2 to recommended php5.5
I have disabled Simple Sidebar for now
any suggestions?
Jack Kennard
http://jackkennard.comDecember 16, 2014 at 12:29 pm #134685Ren Ventura
MemberOut of curiosity, has anyone tried deleting and re-installing the plugin?
Web & Software Developer & Blogger | RenVentura.com | Follow Me on Twitter @CLE_Ren
December 16, 2014 at 2:43 pm #134700Andrea Rennick
MemberCheck the plugin support forums please:
https://wordpress.org/support/plugin/genesis-simple-sidebars
**forum signature**
If you need technical support for your theme please file a ticket.The forums are community based. Staff only monitors the forum for issues relating to the forum itself and to redirect users to where they need to go.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.