PDA

View Full Version : App Requirements


carmelyne
10-18-2007, 11:54 AM
Hi,

We are running LiteSpeed Enterprise 3.2.3. We're trying to install OpenAds on litespeed via the PHP VH Template but couldn't get any further since it requires the following php core config:


Error:
The file_uploads option must be ON

Warning:
Server timezone not correctly set in PHP.
Please see the documentation about setting this variable for PHP.

Warning:
The PHP configuration variable register_argc_argv needs to be turned on to run maintenance from the command line.

Can you please point me to the right direction to turn on file_uploads and register_argc_argv?

Thanks.

mistwang
10-18-2007, 12:04 PM
You can change the PHP configuration in lsws/php/php.ini or wherever the php.ini located. You can consult to phpinfo() page for the php.ini being used.

carmelyne
10-18-2007, 12:10 PM
Thanks Mist. I found everything else except for the timezone setting. Is that on the php.ini file too?

Right now its saying: timezone Africa/Abidjan

You can change the PHP configuration in lsws/php/php.ini or wherever the php.ini located. You can consult to phpinfo() page for the php.ini being used.

mistwang
10-18-2007, 12:17 PM
I think it is system wide timezone configuration, you can try google "Linux change timezone"