Troubleshooting FAQ
Problems and quick fixes hopefully ;)
Questions
Answers
Question:
Fatal error: Allowed memory size of 8388608
Answer:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 52 bytes) in /var/www/html/tikiwiki/lib/adodb/drivers/adodb-mysql.inc.php on line 509
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 40 bytes) in Unknown on line 0
Tiki wants more memory, go to the php.ini Search for memory_limit and bump up the RAM to 32M
Question:
I have a blank page
Answer:
Blank pages are usually
- memory limit http://tikiwiki.org/art82" class="wiki wikinew text-danger tips">PHP memory_limit
- failure to create a session
- after login it could be session.save_path related
Question:
I can' upload big files
Answer:
See RecipeBigUploads