I am running 2.2.3 on FC 5, when i try to install phpnuke forums I get "FATAL ERROR: register_globals is disabled in php.ini, please enable it!" in the tutorial it said not to enable globals since it is configured thru Ispconfig, any idea what went wrong?
You can put this line in the Apache Directives field of that web site in ISPConfig: Code: php_admin_flag register_globals on This will enable register_globals for just that web site.