|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
PHP.INI Configuration Requirements for Installing OnSched |
|||||
When installing OnSched it is important that you ensure that the following settings are enabled in the php.ini. the install should take care of it, but if by chance it doesn't then you need to verify.
If you install it on windows it would be in the C:\wamp\bin\apache\Apache2.2.
On unix it should be in the directory where you installed php.
--------------------------
short_open_tag = On
error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
magic_quotes_gpc = On
error_log = c:/wamp/logs/php_error.log
variables_order = "EGPCS"
register_globals = Off
register_long_arrays = On
--------------------------
|
|||||
Powered by
KBPublisher (Knowledge base software)