Forums

[resolved] New wp 3.3 installation, impossible to modify widget (5 posts)

  1. g10r3
    Member
    Posted 5 months ago #

    Hi,

    i've just installed a clean wp 3.3 on a client's server, but i get some strange behaviour in the admin area.

    The sub-menu won't appear after the mouse over, the post editor won't show any formatting button (and any text in the post content appears in white), in the widget editor it's impossible to drag-n-drop any widget to the bar o change anything.

    i've tried to turn on the debug on wp-config

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    @ini_set('display_errors',0);

    but the debug.log is never updated with anything.

    Permissions are set to 660 (file) and 770 (dir) and i can't change them.

    Any hint to solve the issue?

    thank u

  2. esmi
    Theme Diva & Forum Moderator
    Posted 5 months ago #

    Try adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line). Also see the entry about JSON in http://wordpress.org/support/topic/troubleshooting-wordpress-33-master-list

  3. g10r3
    Member
    Posted 5 months ago #

    it works! Thank you.

    I've read the page linked but i'm not too much into server admininistration so: it's only a wp bug or it's related to some error in server configuration? i can tell the admin, if it's the case...

  4. esmi
    Theme Diva & Forum Moderator
    Posted 5 months ago #

    It's not a bug but an issue with some servers that cannot process concatenated javascript.

  5. g10r3
    Member
    Posted 5 months ago #

    ok, thanks. i'll try to tell the admin.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.