yellow light questions...

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Fenixoid

yellow light questions...

Post 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?
Last edited by Fenixoid on Sat Jan 27, 2007 11:28 am, edited 1 time in total.
heatherfeuer

Re: yellow light questions...

Post 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...
Fenixoid

Re: yellow light questions...

Post by Fenixoid »

Anyone? ::)
Locked

Return to “[locked] Installation, Setup and Upgrade”