Community Forums › Forums › Archived Forums › General Discussion › Huge Problems With Plug Ins
- This topic has 14 replies, 4 voices, and was last updated 9 years, 9 months ago by emmawhite.
-
AuthorPosts
-
April 10, 2015 at 12:51 pm #147376emmawhiteMember
Not sure what has gone wrong - have used genesis for 4 years no problems - blogwas running just fine - nothing new installed or changed that I can remember. Now its running incredibly slow - Go Daddy say nothing wrong at there end.
These are some of the errors:
Notice: Undefined index: plugin in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/mu-plugins/gd-system-plugin.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/mu-plugins/gd-system-plugin.php:110) in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-includes/pluggable.php on line 1178I have never heard of the gd-system-plugin.php? and dont have a gd system plug in installed?
Also today now every blog post that has the "seo internal link" plug is linked too is giving off errors too so had to remove as no blog posts were showing at all but really liked that plug in as automatically liked my pages for me with keywords HELP
The top commenters plug in also gave errors
No idea why all my plug ins are now giving off errors?
Please help as I really have no tech skills at all x
http://jigsawparenting.com/April 10, 2015 at 12:54 pm #147378emmawhiteMemberNow another - I also can not add a new post or page
Notice: Use of undefined constant WPLANG - assumed 'WPLANG' in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/plugins/squirrly-seo/classes/SQ_Action.php on line 134
Warning: Cannot modify header information - headers already sent by (output started at /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/plugins/squirrly-seo/classes/SQ_Action.php:134) in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-admin/post.php on line 233
Warning: Cannot modify header information - headers already sent by (output started at /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/plugins/squirrly-seo/classes/SQ_Action.php:134) in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-includes/pluggable.php on line 1178
April 10, 2015 at 1:08 pm #147382emmawhiteMemberOH and now I have this error above all my bog comments
Notice: Undefined variable: comment in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/themes/modernbloggerpro/functions.php on line 90
Notice: Trying to get property of non-object in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/themes/modernbloggerpro/functions.php on line 90
Notice: Undefined variable: args in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/themes/modernbloggerpro/functions.php on line 90
April 10, 2015 at 7:16 pm #147422lanwideMemberIt seems like your hosting company may have upgraded php version on the server.
MichaelApril 10, 2015 at 7:24 pm #147424emmawhiteMemberSorry no idea what that means and how can I change that GO DADDY are hopeless at helping they keep telling me its the theme and I need to remove it
April 10, 2015 at 7:35 pm #147428emmawhiteMemberI soent 2 hours on the phone to be given this link that may aswell be chinese
What do I do when I receive a PHP header error message?
Date Submitted: 02/02/2015
Error Messages:Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/content/u/s/e/username/html/file.php:2) in /home/content/u/s/e/username/html/file.php on line 3
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/content/u/s/e/username/html/file.php:2) in /home/content/u/s/e/username/html/file.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /home/content/u/s/e/username/html/file.php:2) in /home/content/u/s/e/username/html/file.php on line 4
Cause:
This error is caused if the your PHP scripts are printing to the browser prior to sending headers. A common example is printing the html tags prior to starting a session, or setting a cookie. The error tells the line that needs to be altered (in this case, it is on /file.php line 2).
Resolution:
To resolve this error remove the lines from the PHP code that are printing to the browser prior to sending headers.Another common cause for this error is white space either at the beginning or end of the file. The fix is to remove that whitespace from the file. Read the error message carefully. It says output started at ... followed by a file name and a line number. That is the file (and line) that you need to edit. Ignore the second file name - that is only a file that included the file that has the whitespace. The first file is the one you have to edit, not the second one.
April 10, 2015 at 7:36 pm #147429lanwideMemberyou don't usually get this many errors unless something has changed, such as php on the godaddy server has been upgraded and the code in the plugins has not kept up. Or maybe you upgraded wordpress to a newer version.
One thing you can do is deactivate one plugin at a time to see if any particular plugin is causing an issue.
MichaelApril 10, 2015 at 7:37 pm #147431emmawhiteMemberI did install a Themify framework and theme and actually that worked for 1 day then started having problems ... so removed and went back to Genesis but now I have lots more errors
April 10, 2015 at 7:47 pm #147435lanwideMemberSo I assume you deactivated the themify framework and any plugins that you may have installed with it?
It's almost always something that has changed causing these kinds of issues. Do you know how to deactivate plugins? You can always reactivate them after. Do you see any plugins that are asking to be upgraded?April 10, 2015 at 10:33 pm #147445Ren VenturaMemberGoDaddy is automatically installing something of theirs in your mu-plugins directory (hence the "gd" in gd-system-plugin.php). Anything in this folder will run regardless of whether you activate it or not. End users often have no knowledge of what's in mu-plugins because they don't show up in the regular list of plugins installed on your site.
The errors you pasted typically result from using the value of an HTTP variable (i.e. $_GET, $_POST, etc.) without checking to first make sure it exists. Long story short, it is your host's fault because the errors are produced by code within their own plugin they install on your site.
You also likely have WP_DEBUG enabled so if you disable it in your wp-config.php file, the error notice should go away.
Web & Software Developer & Blogger | RenVentura.com | Follow Me on Twitter @CLE_Ren
April 11, 2015 at 6:06 am #147468emmawhiteMemberYes deactivated and removed the theme - had a built in plug in - since then every plug in I have is bringing up errors ... same with the Moddern Pro blogger child theme ... I am not tech at all and no idea about changing files etc may have to get onto Fiverr and pay someone to take a look for me
April 11, 2015 at 6:11 am #147470emmawhiteMemberWhen I try to post a new blog post or update one I get - can not connect to the proof reader and then once it does publish its this now - It seems to change error each time which is why its bugging me as ALL my plug ins can not be causing an issue they are ones I have used for weeks/months - Go Daddy refuse to take any blame,
Notice: Use of undefined constant WPLANG - assumed 'WPLANG' in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/plugins/squirrly-seo/classes/SQ_Action.php on line 134
Warning: Cannot modify header information - headers already sent by (output started at /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/plugins/squirrly-seo/classes/SQ_Action.php:134) in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-admin/post.php on line 233
Warning: Cannot modify header information - headers already sent by (output started at /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-content/plugins/squirrly-seo/classes/SQ_Action.php:134) in /home/content/p3pnexwpnas08_data02/13/2527313/html/wp-includes/pluggable.php on line 1178
April 11, 2015 at 6:59 am #147473Victor FontModeratorSounds like it's time to move away from Go Daddy. I've had a lot of success moving my clients to SiteGround.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?April 11, 2015 at 11:30 am #147525Ren VenturaMemberFiverr really shouldn't be the place to turn to, especially for things like this. I wouldn't entrust the health of a website that meant anything to me to someone who was charging $5. Good luck either way.
Web & Software Developer & Blogger | RenVentura.com | Follow Me on Twitter @CLE_Ren
April 11, 2015 at 11:48 am #147528emmawhiteMemberI don't really have any choice as I have no idea how to fix it myself and do not make any money from the blog and have no cash flow to pay hundreds to have it fixed
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.