App Requirements

#1
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:

Code:
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

LiteSpeed Staff
#2
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.
 
#3
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.
 
Top