Viewing 13 replies - 16 through 28 (of 28 total)
  • Yeah, usually blank page issues are either caused by:

    1. Plugins. Moving or renaming the plugins directory will fix this.
    2. Themes. A little trickier to fix and requires basic mysql/copy paste knowlege.

    Basically, if I come across a blank page problem, and it’s not the plugins, I run the following in MySQL on the wordpress database:

    (NOTE! BACK UP YOUR DATABASE BEFORE HAND JUST IN CASE. I AM NOT RESPONSIBLE FOR ANY POTENTIAL FURTHER DAMAGE CAUSED. At worst I think you might lose your widget settings. Just saying)

    select option_value from wp_options where option_name = “template” OR option_name =”stylesheet”;

    If the values returned are anything other than ‘default’, do the following:

    update wp_options set option_value = ‘default’ where option_name = ‘template’ or option_name = ‘stylesheet’;

    Then refresh your blog. If it was a theme, this should fix the issue. This can be run in either MySQL on the command line or phpmyadmin.

    Thread Starter dirtone

    (@dirtone)

    Damn it i dont have a backup..

    guess i’ll have to wait and see if wordpress realease a proper fix

    Thread Starter dirtone

    (@dirtone)

    @tokyomonster thnaks for your answer man but that didnt fixed it either

    @dirtone: get a database backup via phpmyadmin before doing any further!

    dirtone, you may want to contact your host, i’m pretty sure they may be able to help, or at least roll you to a backup.

    Thread Starter dirtone

    (@dirtone)

    @nsathees Can i do this via canel?

    @tokyomonster i suppose that’s the only way, thanks man

    Dirtone im going to tell you in spanish

    Yo lo resolvi, solo subi los archivos de la version anterior sin necesidad del backup, haslo hasta que haya un fix para las 2.9 para nosotros

    for sure, the problem is only ( how i see) in the spanish update, i use a plugin and it upgrade fine for me

    Thread Starter dirtone

    (@dirtone)

    So its the problem only with spanish versions? damn!

    @j2bv16 have a link? i can only find full 2.8.6 instalations files and dont know if reinstalling wordpress maybe delete all the content of my site (pages and posts)

    The spanish version has an update and the problem was solved. There was an older file (wp-includes/funcions.php) that caused the upset.

    The file you can download and the automattic update are both fine just now.

    Thread Starter dirtone

    (@dirtone)

    The solution is to manually update teh site for those who cant even see the wp-admin page (like me).

    I did and everything was fixed!

    thanks to everyone who tried to help

    I got referred to this blog because I posted a blog….which was the same issue and people are commenting on here. I can post some times, other times I can’t. It’s rather annoying and I am absolutely DEVOID OF TECHNICAL ABILITY, so to suggest to me that I do anything….is like talking to someone who is deaf; it just won’t work. So WP….what’s the solution? Should I pay my web provider to go in and see if they can fix it for me (so I don’t lose everything)….or, do I have a volunteer on staff with WP who will do it?
    Anyway…everyone – I hope that for all of you the issue that I now have is the worse thing that any of us have to face; annoying but that’s it…

Viewing 13 replies - 16 through 28 (of 28 total)
  • The topic ‘Site Gone After 2.9 Update’ is closed to new replies.