• Hey,

    I have some issues with 3.5, and since I feel I have tried everything I could find in the forum, I feel the need to open a new tread.

    I have added the following lines in the wp_config:

    define(‘CONCATENATE_SCRIPTS’, false);
    define(‘SCRIPT_DEBUG’, true);

    But two issues remain:

    Hyperlinks, when writing a post I cannot use the hyperlink button to add the code (X, and I am therefore forced to remember it.

    Widgets, I cannot seem to move them, add new ones and remove old ones.

    Hope somebody can help me.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Bilberg

    (@bilberg)

    Yes, and tried the best I can to comply.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Just to make sure we don’t offer advice you’ve already tried, can you confirm whether you’ve used all the steps on this support page ?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Edit: Ha! Andrew beat me to it.

    But two issues remain:

    Hyperlinks, when writing a post I cannot use the hyperlink button to add the code (X, and I am therefore forced to remember it.

    Widgets, I cannot seem to move them, add new ones and remove old ones.

    Can you provide the javascript console output when you attempt to do those things?

    http://codex.ww.wp.xz.cn/Using_Your_Browser_to_Diagnose_JavaScript_Errors

    That may help identify why those two features are failing.

    Thread Starter Bilberg

    (@bilberg)

    This is the part I have no idea about.

    For the hyperlinks:

    TypeError: ‘undefined’ is not an object (evaluating ‘e.length’)
    jquery.ui.dialog.min.js:5TypeError: ‘undefined’ is not a function (evaluating ‘e(“<span>”).uniqueId()’)

    For the widgets:

    4jquery.js:2TypeError: ‘undefined’ is not an object (evaluating ‘e.length’)
    11jquery-ui.min.js:5TypeError: ‘undefined’ is not a function (evaluating ‘a.curCSS(this,”position”,1)’)

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Can you try all of the following for diagnosing the problem? These would only be temporary steps and after you’ve tried it you can put it back.

    Edit: The theme and plugins would be temporary I mean.

    – Re-uploading all files & folders – except the wp-content folder from a fresh download of WordPress by using FTP or whatever file management application your host provides. (manual upgrade)

    – re-running the upgrade via wp-admin/upgrade.php

    – Deactivate all of your plugins

    – Switching to the Twenty Eleven or Twenty Twelve theme

    – Clearing out your browser’s cache and cookies

    – Re-login and attempt the two operations

    Make sure you do clear out the cache and cookies.

    Thread Starter Bilberg

    (@bilberg)

    Wouldn’t it be easier for me just to go back to 3.4 where the site worked?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Issues with 3.5’ is closed to new replies.