AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Twobad on April 22, 2014, 03:34:48 PM

Title: Resource Library Upload Max File Size
Post by: Twobad on April 22, 2014, 03:34:48 PM
Hello Guys

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

Thanks
Title: Re: Resource Library Upload Max File Size
Post by: abolabo on April 22, 2014, 03:41:48 PM
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.
Title: Re: Resource Library Upload Max File Size
Post by: abantecart on April 22, 2014, 03:42:53 PM
Please search forum for possible solution before posting

http://forum.abantecart.com/index.php/topic,963.msg3614.html#msg3614
Title: Re: Resource Library Upload Max File Size
Post by: Twobad on April 22, 2014, 04:13:39 PM
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
Title: Re: Resource Library Upload Max File Size
Post by: 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
Title: Re: Resource Library Upload Max File Size
Post by: Basara on April 23, 2014, 10:38:47 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.
Title: Re: Resource Library Upload Max File Size
Post by: 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
Title: Re: Resource Library Upload Max File Size
Post by: Basara on April 23, 2014, 10:46:01 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 (http://www.abantecart.com/ecommerce-documentation/50-admin-user-manual/system/settings#System%20Tab) and look for Resource Library Upload Max File setting
Title: Re: Resource Library Upload Max File Size
Post by: 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
Title: Re: Resource Library Upload Max File Size
Post by: Basara on April 24, 2014, 02:47:52 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
Title: Re: Resource Library Upload Max File Size
Post by: RobHolsman on April 25, 2014, 10:36:11 AM
@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 :/
Title: Re: Resource Library Upload Max File Size
Post by: Twobad on April 25, 2014, 10:53:23 AM
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
Title: Re: Resource Library Upload Max File Size
Post by: RobHolsman on April 25, 2014, 01:52:51 PM
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!
Title: Re: Resource Library Upload Max File Size
Post by: abantecart on April 25, 2014, 01:58:56 PM
Thank you guys. I am resolving this post.