nickshrub
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 'Cannot modify header information' errorUpdate:I was able to resolve the issue by updating to WP 4.4.2 via the GoDaddy app control panel. Never put my finger on what was causing it, but the entire CMS was refusing to load (including login.php) so luckily this hail mary play worked. Didn’t have many other options if it didn’t.
Everything is appears back to normal, and I hardly lost any plugins updating. Excellent result. Thanks for the insight and help guys.
Forum: Fixing WordPress
In reply to: 'Cannot modify header information' errorNothing appears amiss with bookmark-template.php at line one … Then again, I know very little about PHP rules. Regardless, I’ve even replaced with a clean version from 4.3.3 to no avail.
The problem has gotten worse: Ever since my login session timed out, none of my internal CMS pages are loading, and /wp-login.php won’t log me in. These are the new error messages I get after trying to log in:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/9807579/html/vividdreams/wp-includes/bookmark-template.php:1) in /home/content/79/9807579/html/vividdreams/wp-login.php on line 431 Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/9807579/html/vividdreams/wp-includes/bookmark-template.php:1) in /home/content/79/9807579/html/vividdreams/wp-login.php on line 444 Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/9807579/html/vividdreams/wp-includes/bookmark-template.php:1) in /home/content/79/9807579/html/vividdreams/wp-includes/pluggable.php on line 935 Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/9807579/html/vividdreams/wp-includes/bookmark-template.php:1) in /home/content/79/9807579/html/vividdreams/wp-includes/pluggable.php on line 936 Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/9807579/html/vividdreams/wp-includes/bookmark-template.php:1) in /home/content/79/9807579/html/vividdreams/wp-includes/pluggable.php on line 937 Warning: Cannot modify header information - headers already sent by (output started at /home/content/79/9807579/html/vividdreams/wp-includes/bookmark-template.php:1) in /home/content/79/9807579/html/vividdreams/wp-includes/pluggable.php on line 1207Forum: Fixing WordPress
In reply to: 'Cannot modify header information' errorTried switching to the Twenty-twelve theme, and the issues continued with iOS Safari and at
http://vividdreamsmusic.com/homewithout the trailing slash added. Updating the stylesheet or a page in the WP CMS also generates the error page, but the changes appear to go through despite this.Also tried your suggestion of swapping in the pluggable.php and bookmark-template.php files from v4.3.3, Mark, but that didn’t appear to change the error occurrences either.
Forum: Fixing WordPress
In reply to: 'Cannot modify header information' errorThanks, Mark. Compared the two pluggable.php files, and there is a discrepancy between them in the code at 1207. The newest code has something relating to sanitized URLs at that point in the code, which does sound related.
However, replacing the old with the new version didn’t resolve the problem. I also didn’t notice any extraneous white space on those files, since each started with <?php and finish with endif; … A bit scared to fully update to 4.4 right now under these circumstances, especially since swapping in the new file didn’t help. Would update if there’s a chance that could fix it. Anyone now if there a possiblity it’s connected to the newest WP versions? I’d had a friend who sent me a very similar problem with his site last week, also pointing to pluggable.php. Our sites were created around the same time, a couple years ago.
Noticed that it DOES load in iOS Safari, but only if I’m including the http:// to start the URL. It works fine on desktop browsers when just entering “vividdreamsmusic.com,” although.
This iOS issue is the top priority for me right now– that’s a huge chunk of traffic. Most people on mobile would be typing in “vividdreamsmusic.com” or “vividdreamsmusic.com/home” and not arriving there, instead getting this error message. Eeek.
Forum: Fixing WordPress
In reply to: 'Cannot modify header information' errorUpdate: I’ve restored the basic functionality of the site editing the CSS; the “enter” page’s link to the /home page now loads with a final “/” in the URL, although the /home page still won’t load without it.
I’ve noticed that the site is getting the error when loading any page in iOS Safari, but not on desktop Chrome or Firefox. Never seen that before.
I’m also still getting the same error when hitting ‘Update’ on both the stylesheet and inside page content. Here is the error:
Warning: Cannot modify header information – headers already sent by (output started at /home/content/79/9807579/html/vividdreams/wp-includes/bookmark-template.php:1) in /home/content/79/9807579/html/vividdreams/wp-includes/pluggable.php on line 1207
I’m not familiar with pluggable.php or bookmark-template.php. Any ideas why this would be happening, or what I could to do to track down the thing causing it?
Thanks,
Nick
Forum: Fixing WordPress
In reply to: Unwanted italics showing up on homepage titles and categoriesHi Andrew,
Appreciate the earlier suggestion you made, and I am using it temporarily until I can track down the real culprit. Our site uses far too many italics to turn them all off forever (needed for Associated Press style for TV shows and albums), but it’s kept it from being too embarrassing right now.
The slider beginning to work again is also perplexing, since I haven’t touched it.
Will probably use VaultPress to restore certain .php files tomorrow, and then will report back here…
Forum: Installing WordPress
In reply to: Looking to build site on second domainSorry. Virb.com offers packaged proprietary sites similar in functionality to WP, but they host it themselves and do not allow access to the server. At the moment, hername.com is pointed to hername.virb.com.
GoDaddy just recommended on the phone that I install WP and just use their .previewDNS.com feature to view develop the site before changing the domain away from Virb as the last step. Looks like I will be heading that direction. Thanks for the help.
Forum: Installing WordPress
In reply to: Looking to build site on second domainI’m not sure if I understand.
I regularly install WP into a sub-folder when building a new site next to the current one, however the current site at hername.com is a Virb site.
How could I login to the WP backend and/or see the results of changes on the front end if hername.com is still pointed to Virb?
Forum: Installing WordPress
In reply to: Looking to build site on second domainOr, if I start building it on hername.com, is there a way I could see the site without changing her domain from her current non-WP site? I’m using GoDaddy as the host.
Forum: Fixing WordPress
In reply to: Site down – How to restore function.php after syntax error?Thank you, esmi. I didn’t know where the child theme functions.php was saved, but after you led me to that area of the directory I was able to edit out the erroneous code. All good now.