• Heloo
    I added a few users and than next day i try to log in at wp-admin side and execute URL http://www.ntk-ptuj.si/wp-admin it shows me a blank page.
    I replaced wp-admin and wp-includes folder from local hard disk to the server(version 4.1) and renamed the plungins folder. When i disabled plugins show this : Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in /home/ntkptujs/public_html/wp-admin/includes/template.php on line 2094. i made all this things. http://codex.wordpress.org/Login_Trouble

    THANKS

Viewing 15 replies - 1 through 15 (of 15 total)
  • Never rename the plugins folder. Rather just disable the plugins by renaming individual plugin folders.
    So – wp-content/plugins/plugin_name
    to wp-content/plugins/plugin_name2

    DO that for all of the files. Should solve your problem (or at least get you into wp-admin).

    Actually danielfonda, it’s perfectly acceptable to rename the plugins folder, and this is often recommended, as long as you create an empty folder named /plugins to replace it.

    This accomplishes the same thing, and is easier as you can then drag plugins one-by-one into the new folder to isolate the problem plugin.

    Oh if you create an empty folder named “plugins” then ya, was afraid you were just renaming the plugin folder.

    Have you tried using a default wp theme?

    Thread Starter ntkptujs

    (@ntkptujs)

    Thanks … i renamed plugins one by one but still not work…

    Yes i activate twentyfourteen theme but still is blank page.

    i have open wp_options, option_name and current_theme table in PHp ADMIN and renamed story to twentyfourteen..

    Have you tried renaming the htaccess file?

    Thread Starter ntkptujs

    (@ntkptujs)

    yes… this is in .htaccess file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Pretty ordinary. Hmm welp I’m baffled. Will get back to you if I find any possible fixes.

    Wish you the best of luck.

    Thread Starter ntkptujs

    (@ntkptujs)

    i have no luck… this is my product for graduation… please any help?

    Hi,

    I also encountered this before. Please check this out http://www.arielicas.com/solve-wordpress-admin-dashboard-blank-screen/

    Thank you.

    Thread Starter ntkptujs

    (@ntkptujs)

    Find this code <?php echo self::$this->_help_sidebar; ?>

    i dont have this code in sreeen.php

    I think better try replaced all your site with wp 4.1

    Thread Starter ntkptujs

    (@ntkptujs)

    yeees work … problem was in slovenia languague version…

    Sploh nisem šel za tem, da obstaja slo version lol

    Thread Starter ntkptujs

    (@ntkptujs)

    LAHKO bi daniel slovensko pisal 😛 Zbrisal sem samo language datoteko in v bazi nastavil na angleški jezik pa dela 😀

    Haha res je, sploh nisem opazil, da je slo stran xD
    No saj nikoli nisem še probal slo installacije, pa tudi ne nameravam ^^ Če že nucam prevod pa http://wpml.org/

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘wp-admin BLANK PAGE’ is closed to new replies.