Jump to content

I'm afraid I'm another person with the error message to increase the upload size on my server


Recommended Posts

Hello, I've researched and searched but I'm still not able to fix the issue with the error message "The limit chosen is larger than the server's maximum upload limit. Please increase the limits of your server."

There doesn't seem to be a php.ini file on my server. I tried editing the "config.inc.php" file... by changing both of the 100M to 200M but this didn't work either.

if (Tools::convertBytes(ini_get('upload_max_filesize')) < Tools::convertBytes('200M')) {
    ini_set('upload_max_filesize', '200M');

What am I doing wrong?

My intention is to sell MP3s that are from 8 megabytes to 180 megabytes.

Thanks for your help.

Link to comment
Share on other sites

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