Issue after upgrading Kentico 8.0 to 8.1

Tomasz Czado asked on July 6, 2017 22:31

Hi,

I just upgraded Kentico 8.0 to Kentico 8.1. Upgrade tool did it without any issues. Database is up to date or at least in settings sql table I see 8.1 version. But when I logged in to Admin, I see top black panel and white space below it. Nothing else. I can't click on anything.

When I opened developer tools, I see below error in logs: "ReferenceError: $cmsj is not defined[Learn More]"

I cleared browser cache, build project, reset IIS and removed framework temporary files.

What should I do to fix it?

Correct Answer

Tomasz Czado answered on July 7, 2017 16:06

I resolved it. When upgrading K80 to K81, tool updates some of the files but not files that has been modified. jquert-core was one of them. Because new lib has jquery alias set to $cmsj (noconflict) instead of $j so that's why it wasn't updated and caused an issue.

Thaks for all answers.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Chetan Sharma answered on July 7, 2017 09:12

Did you check the events log to See two entries "Upgrade started successfully" and "Upgrade completed successfully"? Not exactly these words however very close to this.

Thanks, Chetan

0 votesVote for this answer Mark as a Correct answer

David Pearson answered on July 7, 2017 14:52

You have a Jquery loading error where a reference to the JQuery is not loading. Check your jquery reference in your templates or wherever you load your Jquery reference. Here is some more info that might help.

https://devnet.kentico.com/articles/using-a-custom-jquery-when-developing-pages-in-kentico

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.