Results 1 to 2 of 2

Thread: Image upload size error

  1. #1
    Thread Starter
    Senior Member fraservalley's Avatar
    Join Date
    May 2011
    Location
    Canada
    Posts
    197
    Thanks
    11
    Thanked 47 Times in 30 Posts

    Image upload size error

    Please forgive me if this has been brought up, or is a known issue.

    in the "admin-values.php" file under the image size array
    Code:
    array(  'name' => __('Max Size Per Image','appthemes'),
    There is an error in the last value:

    PHP Code:
    'options' => array( '100'  => __('100 KB''appthemes'),

                                                
    '250'  => __('250 KB''appthemes'),

                                                
    '500'  => __('500KB''appthemes'),

                                                
    '1024' => __('1MB''appthemes'),

                                                
    '2048' => __('2MB''appthemes'),

                                                
    '4096' => __('5MB''appthemes'))), 
    '4096' should of course be '5120'.

    I was having errors for any image I tried uploading over 4mb even though my file size was set to 5mb under the admin options.

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. image upload size
    By sgg123 in forum Report ClassiPress Bugs
    Replies: 35
    Last Post: July 7th, 2012, 03:44 PM
  2. [SOLVED] Increase de size of image upload
    By lojalusitana in forum ClassiPress General Discussion
    Replies: 8
    Last Post: April 25th, 2012, 05:12 PM
  3. Increase de size of image upload
    By lojalusitana in forum ClassiPress General Discussion
    Replies: 0
    Last Post: August 30th, 2010, 07:40 PM