Page 1 of 1

INSTALLATION 'exclamation points'....Important?

Posted: Mon Oct 13, 2008 3:28 pm
by apollopoetry
I got rid of all the 'Red X's and major problems ....I still have 3 things it's saying it recommends I change. But I have NO CLUE where to find the files to change these things and how to do them?  It's probably so simple too.  I'm new ;)
bUT here are the 3 errors; can someone please tell me what to do?




Checking PHP time limit in second
(minimum 30, recommend 60 or greater)

Check for PHP Open Basedir You have /home/traveli:/usr/lib/php:/usr/local/lib/php:/tmp
Open basedir restrictions are in effect. You may have difficulty with some addon functionality with this restriction


Checking if session.save_path is writable
Open basedir restrictions appear to be in effect. If you have SESSION problems and ini_set works, you can try to enable session by cookies adding: ini_set('session.use_only_cookies', 1); to top of include.php

Re: INSTALLATION 'exclamation points'....Important?

Posted: Mon Oct 13, 2008 4:58 pm
by alby
Open basedir can be a problem, but first try to install and test (you cannot change this if you have not access to php.ini)

session.save_path error is not a real problem because you have open basedir enable
this time limit is recommended only (what is your time report?)

Alby

Re: INSTALLATION 'exclamation points'....Important?

Posted: Tue Oct 14, 2008 4:50 pm
by Pierre M.
Hello,
apollopoetry wrote: ...I have NO CLUE where to find the files to change these things
...
...If you have SESSION problems and ini_set works, you can try to enable session by cookies adding: ini_set('session.use_only_cookies', 1); to top of include.php
I see some clue here. May be a typo : "...on top (at the beginning of) of include.php".

Some more information about the hosting context could help. It seems very constrained, may be it doesn't fit CMSms requirements.

Pierre M.