Page 1 of 1

yellow light questions...

Posted: Fri Jan 26, 2007 2:00 pm
by Fenixoid
Hello,
I get a lot of yellow ligts, some I fixed, but some bother me:
Checking PHP memory limit You have "8M" (min 8M, recommend 16M)
php.ini says:

Code: Select all

memory_limit = 20M
Who is lying?
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
/tmp has 733 (or 777)

Code: Select all

drwx-wx-wt  6 root root   896 Jan 26 16:50 tmp
So why the error?

Re: yellow light questions...

Posted: Fri Jan 26, 2007 2:49 pm
by heatherfeuer
You know... I had the exact same message about the memory...

CMSMS Install Wizard says:
Checking PHP memory limit You have "8M" (min 8M, recommend 16M)

My php.ini says:
memory_limit = 32M

I double and triple checked and I don't know why CMSMS is misreporting the memory limit.  I'm using 1.0.2 "Maui" and haven't had any real problems except that sometimes the pages load rather slowly and so do admin functions sometimes.  I'd be very interested to know what's going on...

Re: yellow light questions...

Posted: Sat Jan 27, 2007 1:57 pm
by Fenixoid
Anyone? ::)