I have tried today to update drupal core to 7.65 on my 7.54 site.

Before update, I did a full backup using the module "backup & migrate".

Then I followed the update instructions.
It seemed to work (version 7.56 has no DB updates, right ??).
The public section of the site is displaying ok.

But then I noticed ckeditor was not loading anymore on text fields.

And some buttons on node edit forms give the following AJAX error:

An error occurred while attempting to process /file/ajax/field_featured_image/und/0/form-Id344TP4hl9hkHa1hmIC9FotQZaqn06r7HiAmKs9_zw: Cannot read property 'replace' of undefined

I thought, ok, the update has gone wrong.

Then I first restored from backup.
To my amazement, the errors were still there and the site status report did still give 7.56 as the installed version !?!

Then I deleted all files and dropped all DB tables and restored them manually from the backup files.
Luckily, I still got a coipy of the settings.php file somewhere because apparently the module "backup & migrate" has problems in English comprehension what "entire site" means...

Well, this time the site report gives 7.54 as a version, but the glitches are still there.
How is this possible??

I deleted all possible caches on the server and in the browser, I'm at the end of my knowledge.

Please help me get my site back up.

Comments

DrupalDope’s picture

The console has something:

Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery.min.js:1
getPreventDefault() is deprecated. use instead defaultPrevented. jquery.min.js:5:17117
unreachable code after return statement productImages.js:47:12
Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead jquery.min.js:1
TypeError: content is undefined wysiwyg.js:638:1
getPreventDefault() is deprecated. use instead defaultPrevented. jquery.min.js:5:17117
TypeError: content is undefined wysiwyg.js:638:1

any ideas what went wrong ?

DrupalDope’s picture

OK, I got the AJAX back after fiddling several times with JQuery update, everything just to return it to the initial setting, and now it works. Weird !

Still, CKeditor does not appear, how to get it back, please ?

DrupalDope’s picture

wow, I finally got my site back.
I dont't know what it was, but fiddling around with settings and saving them just made it work again ??

thanks for all the help anyway!

philbuy’s picture

I had the same problem after updating that ckeditor failed when I added a new article or page. After searching for hours (days) I found the solution. I had the module labjs installed and actif. By uninstalling this module, ckeditor worked again.

SO I hope that this will help persons with the same problem to resolve it.