support

Author Topic: Resource Library Upload Max File Size  (Read 16048 times)

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Resource Library Upload Max File Size
« 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

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2170
  • Karma: +345/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Resource Library Upload Max File Size
« Reply #1 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.
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4367
  • Karma: +302/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Resource Library Upload Max File Size
« Reply #2 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
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

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #3 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

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #4 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6143
  • Karma: +284/-2
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #5 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.

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #6 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6143
  • Karma: +284/-2
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #7 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 and look for Resource Library Upload Max File setting

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #8 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 6143
  • Karma: +284/-2
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #9 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

Offline RobHolsman

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #10 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 :/

Offline Twobad

  • Newbie
  • *
  • Posts: 42
  • Karma: +4/-1
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #11 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

Offline RobHolsman

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Resource Library Upload Max File Size
« Reply #12 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!

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4367
  • Karma: +302/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Resource Library Upload Max File Size
« Reply #13 on: April 25, 2014, 01:58:56 PM »
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

 

Powered by SMFPacks Social Login Mod