Hi guys,
We've just upgraded our plan on our webhost and during the change the backend for one of our client's sites has gone down. The database had moved from being on the same server to a separate server so that's been updated and is working. But now I've just found that Manager is missing the Resources/Elements/Files panel - there are a few Javascript errors that I guess are preventing the rest of the Javascript from being loaded.
These are the errors I see in the browser console:
Uncaught SyntaxError: Unexpected token < kryalcastle.com.au/:1
Uncaught TypeError: Cannot read property 'prototype' of undefined ext-base.js:7
Uncaught TypeError: undefined is not a function
I've tried a few things:
- cleared the cache manually via FTP (core/cache)
- disabled JS & CSS caching in the database by setting compress_css and compress_js to 0 in system_settings table
- tried commenting and uncommenting the output compression lines in .htaccess, didn't seem to make any difference
Do I need to do anything to put the changes above in effect, or just refresh the browser?
Some details of the installation:
MODX Revolution 2.2.0-pl2 (traditional)
Server: LiteSpeed V6.2
PHP: 5.3.27
Apologies if this is a newbie question, I'm not across much of MODX and I'm just supporting the few MODX sites we've still got running.