• Resolved bellasvenezolanas

    (@bellasvenezolanas)


    Hi. I don’t know why the original message didn’t show in the thread.

    As I intended to say in that post, I’ve been working around with WP for a year, and this is my first time here.

    On friday I uploaded a WP Theme: Prosumer. I installed them in my both blogs ( http://bellasvenezolanas.org and http://hotbellasvenezolanas.org). I even tranlated the theme to spanish and left them all right.

    On saturday morning, the Bellas Venezolanas blog was down. In the normal URL, there was a blank screen.

    I couldn’t even get into the WP Admin at the time, cause it came in blank to. ( http://rapidshare.com/files/92584948/Dibujo2.JPG.html )

    I thought it might have been problems with the theme (but in my other blog, with the same theme, there was no problem), so I entered in the Host Control Panel and changed the theme’s name. At least, the Blog came back, but with the “default” theme.

    I restored the “Prosumer” theme, cause I could enter again in the WP Admin, and everything was good.

    This morning, the same thing happened but now on both blogs. Had to get into the Host Panel and change again the “Prosumer” theme`s name, and my two blogs are in “Default”.

    But I can’t still enter the WP Admin to change the themes…

    Have any of you seen that before?

    (By the way: I can’t access the “Blogroll”, “Presentaion” and Plugins” options in the WP Admin Menu)…

Viewing 1 replies (of 1 total)
  • Thread Starter bellasvenezolanas

    (@bellasvenezolanas)

    I found the error.

    On the host error log I found:

    [15268] EACCELERATOR: PHP crashed on opline 7 of wp_kses() at /home/bellasve/public_html/wp-includes/kses.php:699

    I got into the editor and turned that function as comments and it let me get in.

    The first thing I did was to change the Prosumer theme… Thanks god…

    function wp_filter_kses($data) {
    global $allowedtags;
    return addslashes( wp_kses(stripslashes( $data ), $allowedtags) );
    }

Viewing 1 replies (of 1 total)
  • The topic ‘My WP Admin Panel is down’ is closed to new replies.