lolcaption
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS feed suddenly only showing partial contentFeedburner seemed to be having some issue recently. We had similar issues and the feed was taking forever to load.
Forum: Fixing WordPress
In reply to: Can't edit any pages or posts everything is blank?I think people are going to need a bit more info in order to be able to help you here.
-What URL are you trying to access that’s now blank? /wp-admin/ ?
-Did any cpanel / apache / etc. updates happen on the server overnight? Maybe an update to a required library failed.
-Does your hosting provider have backups? You could restore in the worst case scenario.
-Please define “everything” from the limited info above it sounds like you can get to the editor – do you mean the post editer – therefor the control panel and other parts are working fine and you just can’t edit a post using the WYSIWYG editor? Or do you mean the whole control panel is gone and /wp-admin/ is a blank page?Forum: Fixing WordPress
In reply to: Images not loading in wordpress 3.4.2can close this thread as it’s resolved.
Forum: Fixing WordPress
In reply to: How to Stop 301 Redirects And Remove a Dead Diamond PostFrom the above post it looks like everything’s fine. Perhaps Google just hasn’t picked up the redirection yet.
You could check your .htaccess file as Platinum SEO likely created a rule there. You could delete that rule but then if you do any search engines or inbound links to your new URL (……diamond-for-a-loved-one/) will then fail. And I’d say that 404 would be worse than a duplicate content warning.
Alternatively, you could change the redirect to go the other way and redirect “…..diamond-for-a-loved-one/” –> “…..diamond-for-a-loved-on/” that should cover both scenarios.
Forum: Fixing WordPress
In reply to: why going backwards?The easiest way around this problem is to keep your site updated. It’s much easier to backtrack/troubleshoot issues.
You will have a similar problem with most systems if you try to do a massive upgrade from one major release to another. WordPress is one of the better ones in this regard.
So is it safe to replace the 3.5 posts.php with the patched version pending release in 3.5.1?
I assume when 3.5.1 official update rolls around this interim patch wont cause any dramas?
i.e. copy the patched post.php over the top of the 3.5 released post.php? Any dramas with doing that?
I just stumbled across this:
http://core.trac.ww.wp.xz.cn/ticket/22944Which appears to be the problem.
Is there a way to apply the patch in 3.5? and have it gracefully removed when the 3.5.1 update rolls around?
Forum: Fixing WordPress
In reply to: HTTP Error Just Before Image is Finished Crunching to UploadWP-Smushit claim they have fixed/hidden the issue in the latest release.
1.6.0
added setting to disable automatic smushing on upload (default is true)
on HTTP error, smushing will be temporarily disabled for 6 hoursNot sure how that fixes the issue but if you love smushing then it should make your life a bit easier.
Edit: Found some more info. Turns out it’s not the plugin but actually the Yahoo API – too many people smushing it would seem: http://ww.wp.xz.cn/support/topic/plugin-wp-smushit-http-error-on-image-upload not much the developer can do 🙁