ScottAllenNet Posted June 28, 2012 Author Share Posted June 28, 2012 Quote 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 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. 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 Quote 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? 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
Archived
This topic is now archived and is closed to further replies.