Z3roDowner Posted January 12, 2009 Share Posted January 12, 2009 Hi all - I'm trying to figure out why my directory won't process .php files; I keep getting internal 500 error. This is my first time away from XAMPP and I'm not sure how to configure the file. My php.ini file is displayed below. Any help regarding this would be great! --------------------------------------------------------------------------- register_globals = On zend_extension="/usr/local/IonCube/ioncube_loader_lin_4.4.so" zend_extension_ts="/usr/local/IonCube/ioncube_loader_lin_4.4_ts.so" [Zend] zend_optimizer.optimization_level=15 zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3 zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3 zend_optimizer.version=3.3.0 zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted January 12, 2009 Share Posted January 12, 2009 Find out what is causing the error by checking your web server error log. Don't turn on register_globals. They were turned off in php4.2 in the year 2002, almost 7 years ago. There should be no code remaining at this point in time in the year 2009 that still uses register_globals. Quote Link to comment 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.