Jump to content

Recommended Posts

Posted

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).

Posted

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

Posted

Put this at the top of your PHP script:

 

set_time_limit(0);

  • 2 months later...
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...