Troubleshooting | |
Things to check and try first | |
If you are having problems with your Tiki, here a number of things that you should review and try first:
|
Common Tiki Problems | |
Be sure to review the Tiki FAQs for answers to frequently asked questions. |
Locked out of Tiki | |
...and I can't go to profiles to enable Debug Mode
Or
Copy to clipboard
If your Tiki is in a subdirectory and you use HTTPS, this forum thread may be some help. |
Won't save certain content | |
This could be because of ModSecurity, which you should turn off temporarily. |
Blank pages | |
The most common cause of a blank screen in which Tiki shows no error message and no content is insufficient PHP script execution memory. Tiki requires a minimum of 64MB (the default value of PHP 5.3 is 128 Megs and ideally, it should be at this value). (which you can change in php.ini or httpd.conf. If you are using OPcache, APC or XCache, make sure they also have enough memory. Also, make sure to activate your error messages. You can do this be re-running the installer at tiki-install.php (Step #7 Configure the General Settings) Review your tiki-phpinfo.php page or contact your server admin to make sure your site meets this requirement. See Requirements for details. Blank pages after inserting codeAnother case of getting WSOD (or a "blank page") can happen when you insert some custom JS or CSS code containing curly brackets in the Look & Feel admin panel or custom module textareas and forgot to surround them with literal Smarty block: Copy to clipboard
Now you hit the Apply button and suddenly. Eeek! You are "locked out" in the WSOD! But Do not panic™! There is a solution 😉 Actually, you have two options how to fix or reset it back:
|
Internal server error | |
This can happen because of incorrect File and Folder permissions. |
Forgotten admin password | |
If you have lost or forgotten your Tiki admin password, see
|
Session issues | |
Your Tiki may have trouble writing HTTP sessions to the disk. Instead, try storing in the database. In your lib/prefs/session.php file (you can see an example here, find the session_storage preference and change the 'default' from 'default' to 'db'. |
Broken theme | |
If you customized a Tiki theme and now have problems, see Template Tricks on Tiki Themes. |
Module breaks site | |
If you created or edited a module and included invalid or poorly formatted syntax, Tiki may display errors. Access your database (for example, by using Adminer or phpMyAdmin) and remove the offending module from the tiki_modules table. Please note that you can easily re-instate via the admin panel after, as it is not deleted but just unassigned. |
Missing or corrupted files | |
If you are getting weird error messages that no one else seems to be getting, it could that your upload didn't complete properly. So you are missing some files or they are corrupt. The solution is simple: reupload the files. Check file integrity |
tiki-login.php unable to login | |
|
File gallery progress wheel never ends... | |
Ensure that there is no problem with the re-indexing. Check file indexing |
Search Engine Friendly URLs have been activated but the server won't support them | |
This can be because there is no .htaccess, or it's there but the server doesn't support it somehow. Solution: Turn off Search Engine Friendly URLs. |
WYSIWYG editor doesn't load | |
|
Site running painfully slowly after upgrade | |
This happened to me on an upgrade from Tiki 12.x to 18.x on a really old site with a lot of legacy data, specifically there were over 3 million rows in Each page load was taking a minute or so, and eventually i tracked it down to the index being missing on Copy to clipboard
|