I get a lot of yellow ligts, some I fixed, but some bother me:
php.ini says:Checking PHP memory limit You have "8M" (min 8M, recommend 16M)
Code: Select all
memory_limit = 20M
Checking if session.save_path is writable
Your session.save_path is "/tmp". Not having this as writable may make logins to the Admin Panel not work. You may want to look into making this path writable if you have trouble logging into the Admin Panel.
/home/user/public_html/tmp directory in CMS has 777 premissions.
Code: Select all
drwxrwxrwx 6 user user 160 Jan 25 18:49 tmp
Code: Select all
drwx-wx-wt 6 root root 896 Jan 26 16:50 tmp