News:

AbanteCart v1.4.2 is released.

Main Menu
support

Resource Library Upload Max File Size

Started by Twobad, April 22, 2014, 03:34:48 PM

Previous topic - Next topic

Twobad

Hello Guys

How do i increase the Resource Library Upload Max File Size, kB which is set at 8M?

Thanks

abolabo

via php.ini directive http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize

also try to search forum.. i remember that we have a lot of topics about it.
"No one is useless in this world who lightens the burdens of another."
― Charles Dickens

abantecart

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Twobad

Hello Guys

Thanks for the replies, so would this setting stop me from uploading a CSV file of the size of 10.8MB then?

Thanks

Twobad

Hello Guys

My setting in my dedicated server are upload_max_filesize = 1024M but in my admin backend it's still showing Resource Library Upload Max File Size, kB = 8M?

What do i do now regarding this please

Thanks

Basara

Quote from: Twobad on April 23, 2014, 06:30:09 AM
Hello Guys

My setting in my dedicated server are upload_max_filesize = 1024M but in my admin backend it's still showing Resource Library Upload Max File Size, kB = 8M?

What do i do now regarding this please

Thanks

:) You need to modify Resource Library Upload Max File in admin. These are separate settings.

Twobad

Hello Admin

Thanks for the reply but is there any chance that you could tell me the correct file that needs to be modifyed please as this is what i am trying to find.

Thanks

Basara

Quote from: Twobad on April 23, 2014, 10:42:48 AM
Hello Admin

Thanks for the reply but is there any chance that you could tell me the correct file that needs to be modifyed please as this is what i am trying to find.

Thanks

Same place where You see 8 kb value)). Go to Admin-System-Settings-System Tab and look for Resource Library Upload Max File setting

Twobad

Hello

Thanks once again for the quick reply but this is where the problem currently is, every time i try to change this setting it still defaults back to 8M No matter what i put the field.

At the moment i have put 1600 in the empty, i tried 32, 1800, 10 etc etc but it still defaults back to 8M? My CSV file is 10.8MB in size so for now i have had to upload 2 files to get the products in, any more ideas why this will not change.

Thanks

Basara

Quote from: Twobad on April 23, 2014, 10:53:17 AM
Hello

Thanks once again for the quick reply but this is where the problem currently is, every time i try to change this setting it still defaults back to 8M No matter what i put the field.

At the moment i have put 1600 in the empty, i tried 32, 1800, 10 etc etc but it still defaults back to 8M? My CSV file is 10.8MB in size so for now i have had to upload 2 files to get the products in, any more ideas why this will not change.

Thanks

Hi. If you can not save value please post latest errors from AbanteCart error log (Admin-System-Logs-Error log) and post your AbanteCart version

RobHolsman

@Twobad - Unfortunately I had the same thing as you can see from my separate thread, round and round with no resolution other than checking things I already checked. If you get it sorted please do ping me a message; I ended up just deleting my install :/

Twobad

Hello Guys

For those of you that have had this issue please read below for details..

When you login to your cpanel click into file manager then you will see a file called php.ini edit that file and change the below settings.

upload_max_filesize = 100M;
post_max_size = 100M

As you can see my settings are 100M i was looking in my WHM for this setting but could not it as it was here in my cpanel file and this file when changed will override your server settings.

Regards

RobHolsman

Thanks TwoBad ... actually that solved my issue as well. In my case the "post_max_size" was completely missing from the php.ini. No matter what values I changed, the value in System > Settings > System still had =<8MB next to it.

Manually added "post_max_size = 100M;" to the php.ini file and then it changed. Now works fine.

Mine was a softaculous install if that has anything to do with it - either way the php.ini file had been created missing an important line for this!

abantecart

Thank you guys. I am resolving this post.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Forum Rules Code of conduct
AbanteCart.com 2010 -