Viewing 10 replies - 1 through 10 (of 10 total)
  • works just fine here (IE7). Browser cache?

    Thread Starter thierrydehove

    (@thierrydehove)

    Hi
    I am on Mac and same bug with firefox and safari ;-(
    any ideas ?

    T.

    what exactly are you talking about?
    the page is viewable from FF and IE. Do you mean you can’t log in?

    https://www.thierrydehove.com/wordpress/wp-admin/

    Does give me a black page, but indeed, be more specific.

    Thread Starter thierrydehove

    (@thierrydehove)

    Hello, when i enter my username + password, I got a blank page on safari, firefox and opera…

    Thanks, T

    Thread Starter thierrydehove

    (@thierrydehove)

    do you think I need to go back with 2.7.1 ?
    because I got some serious bug with my layout, I didn’t have with the previous WP

    Thanks

    try adding this line to top of your wp-config.php file
    define('WP_MEMORY_LIMIT', '64M');

    Thread Starter thierrydehove

    (@thierrydehove)

    Hi
    where exactly do I need to copy it ? in my wp-config.php from 2.7.1 ?
    here is my top below…

    <?php
    /**
    * The base configurations of the WordPress.
    *
    * This file has the following configurations: MySQL settings, Table Prefix,
    * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
    * visiting {@link https://codex.www.ads-software.com/Editing_wp-config.php Editing
    * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    *
    * This file is used by the wp-config.php creation script during the
    * installation. You don’t have to use the web site, you can just copy this file
    * to “wp-config.php” and fill in the values.
    *
    * @package WordPress
    */

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘tanamalt_wordpress’);

    Thread Starter thierrydehove

    (@thierrydehove)

    ok, just did it

    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    define(‘DB_NAME’, ‘tanamalt_wordpress’);

    Thread Starter thierrydehove

    (@thierrydehove)

    I forgot to tell you… Maybe it will help you to understand my issue… I got this bug with my dashboard right after I changed my link into my dashboard from https://thierrydehove/wordpress to https://www.thierrydehove/wordpress.

    Because I wanted to transfer my file from /wordpress to my main root https://www.thierrydehove and It didn’t work without the “wwww”

    May be that’s the reason ??

    Please let me know, Thanks, T.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘serious bug with WP 2.8… NEED HELP’ is closed to new replies.