Table of contents
Things to check/try
- Check release notes 5.x, 4.x, 3.x
- Check the reported bugs
- Running latest stable version? tiki-admin.php?page=general
- Is database up to date? A note will appear on tiki-admin.php if DB structure is out of sync with Tiki version (3.0 and up)
- Is your database corrupt? -> Repair database
- Clear all Tiki caches tiki-admin_system.php?do=all
- Clear your browser cache with Ctrl-F5 (i.e. hold down the Control key and then press F5)
- Clear your browser cookies (search the web for docs about your specific browser)
- Try another browser
- Check your error log (File/folder permission problems will be typically logged here)
- Are your file and folder perms ok? Run sh setup.sh if you have shell access. When you update your files, via SVN or otherwise, the file permissions may no longer be OK. -> File and Folder permissions
- Logout & log back in
- Check integrity of your files
- If you changed a server setting, did you restart Apache?
- Change the theme (especially if you are using custom theme)
- Try to reproduce the problem on a Tiki demo site. If you can reproduce, then, please report a bug
- Try http://profiles.tikiwiki.org/Debug_Mode_Enabled
Locked out of Tiki
and I can't go to profiles to enable Debug Mode
- Go to phpMyAdmin (or the equivalent)
- Find the table
tiki_preferences - Edit the values from above.
- Example: error_reporting_level -> 2047
You should also empty all *.tpl.php files in templates_c/
Blank pages
The most common cause of a white screen (no error message, but no content displays) is insufficient PHP script execution memory. A minimum of 16MB is required. Check your phpinfo page or contact your server admin to make sure your site meets this requirement.
Forgotten admin password
Broken theme
http://themes.tikiwiki.org/Template+Tricks#I_broke_my_theme
Module breaks site
If you add bad content to a module, it could break your site. If this happens, stop using that module (via phpmyadmin)
Contributors to this page: Marc Laporte
.
Page last modified on Monday 21 June, 2010 04:01:26 UTC by Marc Laporte
.
