mdrhawkeye@gmail.com Posted November 30, 2011 Posted November 30, 2011 Can I have access to the PHP.ini file? I would like to have the max_upload_time changed
cl58 Posted November 30, 2011 Posted November 30, 2011 Individual users cannot edit the php.ini file as that affects all users server-wide. If what you want it changed to won't negatively affect the server overall, we may be able to change it for you. Please provide more information (including your server).
mdrhawkeye@gmail.com Posted November 30, 2011 Author Posted November 30, 2011 Yes I wanted to see if I could change the max_upload_time (I think that is what it is called) I am on Stevie. I am just trying to upload some files in Joomla, but it times out after the 30 second limit Sorry it is the max_execution_time that i want changed
Guest xaav Posted November 30, 2011 Posted November 30, 2011 Put this at the top of your PHP script: set_time_limit(0);
mdrhawkeye@gmail.com Posted December 1, 2011 Author Posted December 1, 2011 Im Using Joomla Trying to upload a template
mdrhawkeye@gmail.com Posted December 1, 2011 Author Posted December 1, 2011 Where do I Upload the template to to be show in the Joomla admin panel?
cl58 Posted December 1, 2011 Posted December 1, 2011 /path_to_joomla/templates/ Refer to http://docs.joomla.org/Installing_a_template for more information.
rodexa Posted February 5, 2012 Posted February 5, 2012 Individual users cannot edit the php.ini file as that affects all users server-wide. If what you want it changed to won't negatively affect the server overall, we may be able to change it for you. Please provide more information (including your server).Which information do you need? I want to install a component but joomla times out. I'm on server johnny. Can you also trun off display_errors?
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