Troubleshooting

Getting errors in the Admin Console? This page gives you answers to the some common problems!

Debug mode =

To enable debug mode, edit the config.php file in your installation root, and change

  $config['debug'] = false

to

  $config['debug'] = true

I see no content below the Tabs in module xxxxx

This usually indicates an error of some sort, usually memory errors or a corrupt file or something. You should check your httpd error logs, or sometimes, if error display is turned on, view the page source and look for notices and errors in the source.

File could not be uploaded. Permissions problem?

If you're trying to upload an image, most likely you just need to chmod 777 uploads/images. This should fix your problem by making the folder world writable.


This page in: English - Deutsch - Español - Français - Italiano - Lietuvių - Nederlands - Norsk - Polski - Česky - Русский - Svenska - Tiếng Việt - عربي - 日本語 简体中文

User Handbook/Admin Panel/Troubleshooting

From CMSMS

A2 Hosting