MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

Troubleshooting Installation

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (8)

View Page History
* You are using MySQL later than 4.1.20, but not any iteration of MySQL 5.0.51 (including 5.0.51a).
* Clear the core/cache/ directory entirely before starting setup; sometimes improper file permissions can cause issues.
* Clear your browser cache and cookies


{code}

h3. General weirdness in the Manager (not eAccelerator)

On some systems, especially with shared hosting, there can be a problem with the compress_js and/or compress_css System Settings. Go to System -> System Settings and type 'compress' (without the quotes) in the search box at the upper right. Turn the two settings off, then log out, delete all files in the core/cache directory, clear your browser cache and cookies, and log back in.

If the Manager is messed up enough that you can't change the settings, see the note below about changing the two System Settings in the modx_system_settings table in the database with PhpMyAdmin.

h3. Resource / Elements / File tree not appearing

{info}More common issues to come...{info}

h2. JS Errors in the Manager due to Error 400 Javascript Issues or missing parts of the Manager

If your MODX manager is not loading properly due to 400 errors in the manager when trying to load the Google Minify-compressed JavaScript code, this is likely due to a server misconfiguration on your end. If this cannot be rectified from a server angle, you can manually disable JS and CSS compression the following way:

# Go into the DB using PhpMyAdmin and find the \[table_prefix\]_system_settings table (table_prefix is usually modx).
# Find the rows with key "compress_js" and "compress_css" and set their value to 0 and save them.
# Empty your core/cache/ directory.
# Reload the manager.
# Clear your browser cache and cookies
# Log in to the manager.

This will allow you to use the manager without JS and CSS compression.