WordPress 3.0 Problems And Their Solutions

Written by in WordPress - Print This Post



WordPress 3.0Earlier we saw the fix for WordPress Error – Headers Already Sent Warning Problem and also WP Super Cache Content Encoding Error. Now we are going to discuss about the common problems and solutions in the much awaited WordPress release, WordPress 3.0, which released last week and reached maximum of downloads. WP 3.0 had several fixes and new features, but unfortunately some of the themes were not compatible with WordPress 3.0 and famous Thesis was one amongst them I believe.

#1 – Problem : Custom File Editor Issue in Thesis 1.7

Error :

Fatal error: Call to undefined function use_codepress() in /home/content/46/5420546/html/wp-content/themes/thesis_17/lib/admin/admin.php on line 42

Solution :

Just follow these steps and please don’t forget to keep a backup. Please!

1. Connect to your webhost using FTP Client or CPanel File Manager. I recommend FTP Client, and preferably FileZilla.

2. Go to the location mentioned in the error message

Example : wp-content/themes/thesis_17/lib/admin/

3. Download admin.php to your system and open it using a file editor. I recommend NotePad++.

4. Now go to the line 42 (where the error is) and add two forward slashes before it and make that as a comment.

Example : //if (use_codepress()) add_action('admin_print_footer_scripts', 'codepress_footer_js');

5. Now upload the updated admin.php to the wp-content/themes/thesis_17/lib/admin/ and that’s it!

Now you can use the Custom File Editor without any issues, but you’ll unfortunately miss syntax highlighting feature. Hope the next version of Thesis will solve this problem!

Source : http://www.letsgeek.net/2010/06/thesis-1-7-custom-file-editor-error-wordpress-3-0/


#2 Problem – Stuck in Maintenance Mode after failed plugin upgrade

Error : "Failed to create directory /public_html"

Now the whole site even the /wp-admin just shows this message:

“Briefly unavailable for scheduled maintenance. Check back in a minute.”

Solution :

Check this WordPress Forum Thread : http://wordpress.org/support/topic/411803


#3 Problem - Fatal Error on Upgrade, Allowed memory size exhausted

Error : Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2356995 bytes) in /home1/tampamas/public_html/wp-includes/http.php on line 1331

Solution :

Check this WordPress Forum Thread : http://wordpress.org/support/topic/298403


#4 Problem - Some Plugin Problems

Plugin Names : Podcasting Plugin by TSG, HeadSpace2 and Event Calendar.

Solution :

Check this WordPress Forum Thread : http://wordpress.org/support/topic/411649


#5 Problem - My Theme is not compatible with WordPress 3.0!

Some Themes : Themes like Atahualpa, Comfy Magazine and so on are getting errors.

Solution :

Make your theme compatible with WP 3.0 : http://millionclues.com/problogging/wordpress-tips/make-your-theme-wordpress-3-0-compatible/


#6 Problem - WordPress 3.0 multi-site multi-domain problems.

Problem 1 : I can’t load page URLs except when using ?p=xyz permalinks

Problem 2 : The new themes I installed and activated on the main WP 3.0 site do not show up on separate domains

Problem 3 : I cannot access Plugins on separate domains

Problem 4 : New users are not visible on separate domains

Solution :

WordPress 3.0 multi-site multi-domain problems and solutions : http://blog.mixu.net/2010/05/31/wordpress-3-0-multi-site-multi-domain-problems-with-solutions/


#7 Problem - Adding images to the post

Solution :

Check this WP Support thread : http://wordpress.org/support/topic/411940


#8 Problem - WP3.0 Media Uploader “Unable to create directory”

Error :

“test.jpg” has failed to upload due to an error
Unable to create directory /usr/local/www/domainname/www/blog/wp-content/uploads/2010/06. Is its parent directory writable by the server?

Reference :

Check this WP Support thread : http://wordpress.org/support/topic/414052


#9 Problem – After upgrade- Unwanted code at the top of my page

Error :

", $count2 {$name2}s"; } } echo $output; } } $elixir = new Elixir(); ?>lixir(); ?> ", $count2 {$name2}s"; } } echo $output; } } $elixir = new Elixir(); ?>e(__FILE__).'/'); // Get everything else require_once(ABSPATH.'wp-settings.php'); ?>

Solution :

Check this WP Support thread : http://wordpress.org/support/topic/414141


#10 Problem - 3.0 UPGRADE Fatal error: Call to a member function add_rewrite_tag() on a non-ob

Error :

Fatal error: Call to a member function add_rewrite_tag() on a non-object in /home/content/u/r/b/urbaneco/html/wp-includes/taxonomy.php on line 289

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/411455


#11 Problem - Admin permission error after 3.0 upgrade

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/413565


#12 Problem – Upgrade to WordPress 3.0 Shows Broken Backend And No CSS Front Page For New Site

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/412083


#13 Problem – Cannot save posts in 3.0 – get error – Warning: Cannot modify header information

Error :

Warning: Cannot modify header information - headers already sent by (output started at /home/gototenn/public_html/wp-config.php:83) in /home/gototenn/public_html/wp-includes/pluggable.php on line 890

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/411601


#14 Problem - WordPress 3.0 Multiblog Enabling Problem and Solution

Solution :

WordPress 3.0 Multiblog Enabling Solution : http://xpressabhi.com/wordpress-3-0-multiblog-enabling-problem-and-solution/


#15 Problem - WordPress upgrade overwrites my custom theme

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/413368


#16 Problem – No wysiwig editor after upgrade to 3.0

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/413658


#17 Problem – After update to WP3 my RSS link is not working

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/411879


#18 Problem – Blank Page After 2.9.1 to 3.0 Upgrade

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/412752


#19 Problem - Problem with single_cat_title after 3.0 upgrade

Solution :

Check this WP Support Thread : http://wordpress.org/support/topic/412233

Did you encounter any one of these errors? Do you any other fix? Please share it in the comments!









HBB RSS
Hello there! If you are new here, you might want to subscribe to the RSS feed for updates on this topic. You will also get instant access to 100+ HBB Guides & Tutorials.
If you wish to subscribe here via Email, then kindly click here.



Editor-in-Chief and Owner of 20 Years Old Kiddo, Open Source Enthusiast, Tech Blogger, Striving Entrepreneur, and a Typical Engineering Student. Addicted to Blogging, Walking and Messing. Catch him on Facebook, Twitter and .


HBB has 670+ Awesome Contributors. [Join HBB].

HellBound Bloggers (HBB) is a part of Slashsquare Network.






31 Responses to “WordPress 3.0 Problems And Their Solutions”

Leave a Reply


Comments Policy | Brand Your Comments | Do Follow Blog | Top Commentators Award


REFERENCE : 7 Tips To Be A Hero On Blog Commenting [HELPFUL]


Overall HellBound Bloggers (HBB) has 23,622 Genuine Comments and Yours Will Add More Value To It.




Previous Article:

Next Article:

  1. Don’t have to worry about others but the maintenance mode one. Thanks for letting us know about it.

  2. Vinni says:

    looks alike another patch is coming, i had the same issues. and so many more.

  3. Akash Malik says:

    Great post buddy, newbies are usually afraid to upgrade the blog because of several issues, it is good to see that you already found the solutions for them ;)

    Thanx!

  4. I hope so the WordPress team comes up with a fix for all this bugs and come up with refined 3.1 soon

  5. jens says:

    wow very awesome tips

    I have some problem with wp 3.0 about theme not load perfectly

  6. Max says:

    Thanks for all the info and detailed workaround for Thesis and WP 3.0. It is VERY helpful to all of us who are a bit challenged when it comes to coding, php and so on.

    Thesis is great, but I wish it was better equipped with push button customisation options rather than having to code certain things.

    It’s site like yours that make my day and take the headache away.

    Great post, thanks again

    Max

  7. Ram kumar says:

    i think the next version will clear all the problems.Its better to not to go for 3.0

  8. john tanedo says:

    RSS seems to be disoriented. . . any ideas?

    look at it on my website please

  9. Tech Sputter says:

    OMG how did you get all these info from, its really nice that you shared this content to all of us because i had some problems initially in worpress 3.0 and now i got it cleared, thanks a lot for your content

  10. JournalXtra says:

    101 Incredibly Good WordPress Plugins…

    I found your entry interesting do I’ve added a Trackback to it on my weblog :)

  11. [...] WordPress 3.0 Problems And Their Solutions – This article address six different WordPress 3.0  issues and solutions. [...]

  12. Thanks for this checklist man. However, I do not intend to move to WP 3.0 anytime soon. But I would bookmark this and comeback.

  13. [...] discovered an article that lists the most common upgrade problems and fixes for them. As I’ve said many times, I’m not a fan of the auto-upgrade feature – my [...]

  14. Xpress Music says:

    wow !! so many errors , i ddnt face any but cant install easy adsense :(

  15. Bill Ortell says:

    Maybe we didn’t do something right, but two things are arie on our end as well when we opened [even] a new installation of wp3…

    when submitting ANYTHING with quotes in it… single/double… they’re submitted via the normal post wysiwyg [ or using html only ] editor and they return with the \’s [backslashes] in them… and no only that… because of it… it’s not appearing properly in the posts/pages, etc…

    in addition – there are *MAJOR* issues with moving from visual html editor mode… it removes HREF/SRC urls entirely…

    i’m sure this is our fault,… or is it!? :)

    help?

  16. himanshu says:

    my website appears to be shrunk in IE 8 and later. please help

    • Screenshots will be great Himanshu. I can check where the problem is easily. :)

      To avoid such issues, most of the themes come with ie8.css file. You can report this to the theme author.

  17. Anshuman Rawat says:

    Hi:

    Upgrading to WordPress 3.0 has made life really messy at our end. The following two are the most frequent error messages that I get:

    1. For some reason, “Excerpt View” is not processing correctly and creating “Premature end of script headers” errors.

    [Wed Jul 07 03:16:59 2010] [error]
    Script timed out before returning headers: admin-ajax.php,
    referer: url/wp-admin/edit.php?mode=excerpt

    2. Our pages are making an “inner join SQL” query – which did not exist earlier.

    The following has become REGULAR FEATURE now – thereby causing non-loading of site almost most of the day. The pages just keep on loading.

    3. error_log: Premature end of script headers: wp-cron.php
    &
    error_log: timed out before returning headers: wp-cron.php

    I would be pleased if you could share your thoughts on any possible troubleshooting for the above.

    Best,
    Anshuman

  18. Suneel says:

    I have started a blog on wordpress 3.0. Trying to learn a few and share it to the world and thereby increasing viewership and page rank and lastly make some more money :)

    I wish you could be a part of it Pradeep.

    You can check it at http://wp3hacks.com

  19. Thanks for sharing this problem and the solution, I will not upgrade to the WordPress 3.0 till this is fix by WordPress on the coming version.

  20. neel says:

    Great list of all the solutions to the wordpress 3.0 problems. thanks for sharing

  21. Salem says:

    i have Blank Page After fresh installation of WP 3.0.1 Thanks for Link

    And about Editing .PHP .html files etc Files in your server there is Small and powerful addons in NotePad++ Called NppFTP you can directly edit your file and save it(upload it) using Notepad++

  22. Umer says:

    Thanks for troubleshooting the wordpress 3.0 problems

  23. Usman says:

    Thanks for highlighting these errors in wordpress 3.0



Subscribe without commenting




COPYRIGHT © 2012 SLASHSQUARE NETWORK. REPRODUCTION WITHOUT EXPLICIT PERMISSION IS PROHIBITED. ALL RIGHTS RESERVED.

Slashsquare
Mobile Version · About Us · Contact Us · Subscription · Advertise · Review · Write For Us · Archives · Privacy Policy · Disclaimer
Loading...
ViperBarUp
ViperBarDown