Jump to content

File size limits driving me nuts


Recommended Posts

I cant seem to upload anything over 2mb but I have made all the changes needed for this to work.

 

file_uploads = on

upload_max_filesize = 100M

max_execution_time = 1000

post_max_size = 200M

memory_limit = 100M

max_input_time = 500

 

I have restarted the services and the server many times & as you can see I have made the setting much higher than needed.

 

What am I doing wrong

 

Link to comment
Share on other sites

Can you confirm PHP is using the php.ini you are modifying and that phpinfo() is showing the changes you have made to the php.ini?

 

Simply run this code:

<?php
phpinfo();
?>

Scroll down and find the line beginning with Configuration File (php.ini) Path to the right of that it should show the full path to php.ini file it is using. Is that the correct path to the php.ini you are using?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.