ScottAllenNet Posted June 28, 2012 Author Share Posted June 28, 2012 Do you have access to the php.ini? It seems like most of the features you need are disabled :/ This is the contents of my PHP.INI file: include_path = ".:/usr/lib/php5:/usr/share/php/libzend-framework-php:/usr/share/zend-framework" allow_url_fopen = on register_globals = on display_errors = on allow_url_include = on Quote Link to comment https://forums.phpfreaks.com/topic/264602-simple-lack-of-knowledge/page/3/#findComment-1357633 Share on other sites More sharing options...
Pikachu2000 Posted June 28, 2012 Share Posted June 28, 2012 Change register_globals to Off. That should never be on. Quote Link to comment https://forums.phpfreaks.com/topic/264602-simple-lack-of-knowledge/page/3/#findComment-1357663 Share on other sites More sharing options...
ScottAllenNet Posted June 28, 2012 Author Share Posted June 28, 2012 Change register_globals to Off. That should never be on. Thanks. Is there anything i need to change in there in order to make the above script work? Quote Link to comment https://forums.phpfreaks.com/topic/264602-simple-lack-of-knowledge/page/3/#findComment-1357665 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.