Lisa Posted August 6, 2008 Share Posted August 6, 2008 After upgrading to 1.0, I'm getting this message at the top of my back office:Warning: ini_set() has been disabled for security reasons in /home/vollrath/public_html/shop/adminxxx/tabs/AdminAttributeGenerator.php on line 3I tried re-uploading AdminAttributeGenerator.php. No change.What does this warning mean? Link to comment Share on other sites More sharing options...
Damien Metzger Posted August 6, 2008 Share Posted August 6, 2008 Hi Lisa,ini_set() is a function used to change the server variables, so it may be disable in some configuration.For the moment you can just comment this line, and I will see if it is really needed here. // ini_set('max_execution_time', 3600); Link to comment Share on other sites More sharing options...
Lisa Posted August 6, 2008 Author Share Posted August 6, 2008 Ah, yes, my hosting company is a bit paranoid. I don't have the ability to change any server information, nor will they make even the simplest changes for me. The fix worked, and the error is gone for now. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now