I am trying to install a web based billing system and am getting the following errors: So I went to the APACHE directives section of the website and I added these comments: PHPInfo is now showing that register_globals is on, Session.use_trans_sid is on, and file_uploads is on but somehow the application is saying it is not? Am I using the PHP flags correctly??? Whats going on????
The syntax looks good. But not all values can be set with php_admin_flag and php_admin_value, some have to be set globally in the php.ini. As far as I know there is a list of all php.ini options in the php manual that also lists were the variables have to be set.