Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Warning xxxx.JPG is too big it will be uploaded unchanged (no rotation ...)  (Read 9450 times)

0 Members and 1 Guest are viewing this topic.

Montezuma

  • Coppermine novice
  • *
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 41

I'm not sure what I need to do to get rid of the warning.  I created a 14 meg JPG just to make it happen on a single photo but if I do a group of 5+ (2.5 meg files), I get the same message.  I know you had someone ask about this a while ago.  Let me know if you need more info.

Code: [Select]
USER:
------------------
Array
(
    [ID] => 12c8bea2082d6633d8290a5ec5615ce5
    [lang] => english
    [am] => 1
    [liv_a] => Array
        (
            [0] => 104
        )

    [liv] => Array
        (
            [0] => 4040
            [1] => 4044
            [2] => 4047
            [3] => 4048
            [4] => 4049
        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => admin
    [groups] => Array
        (
            [0] => 1
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 0
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [access_level] => 3
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [can_create_public_albums] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
    [allowed_albums] => Array
        (
        )

)

==========================
Queries:
------------------
Array
(
    [0] => SELECT name, value FROM cpg_config [include/init.inc.php:181] (1 ms)
    [1] => SELECT * FROM cpg_plugins ORDER BY priority [include/plugin_api.inc.php:53] (0 ms)
    [2] => SELECT user_id, time FROM `cpg`.cpg_sessions WHERE session_id = 'ed86975d866e3070eb29ed8b72869814' [bridge/coppermine.inc.php:264] (0 ms)
    [3] => SELECT user_id, user_password FROM `cpg`.cpg_users WHERE user_id = 1 [bridge/coppermine.inc.php:276] (0 ms)
    [4] => SELECT u.user_id AS id, u.user_name AS username, user_password AS password, u.user_group AS group_id FROM `cpg`.cpg_users AS u LEFT JOIN `cpg`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' [bridge/udb_base.inc.php:70] (0 ms)
    [5] => SELECT user_group_list FROM `cpg`.cpg_users AS u WHERE user_id='1' AND user_group_list <> '' [bridge/coppermine.inc.php:202] (0 ms)
    [6] => SELECT MAX(group_quota) AS disk_max, MIN(group_quota) AS disk_min, MAX(can_rate_pictures) AS can_rate_pictures, MAX(can_send_ecards) AS can_send_ecards, MAX(can_post_comments) AS can_post_comments, MAX(can_upload_pictures) AS can_upload_pictures, MAX(can_create_albums) AS can_create_albums, MAX(has_admin_access) AS has_admin_access, MAX(access_level) AS access_level, MIN(pub_upl_need_approval) AS pub_upl_need_approval, MIN( priv_upl_need_approval) AS  priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (1) [bridge/udb_base.inc.php:323] (0 ms)
    [7] => SELECT group_name FROM cpg_usergroups WHERE group_id= 1 [bridge/udb_base.inc.php:327] (0 ms)
    [8] => SELECT COUNT(*) FROM cpg_categorymap WHERE group_id in (1) [bridge/udb_base.inc.php:340] (0 ms)
    [9] => UPDATE `cpg`.cpg_sessions SET time = 1322438925 WHERE session_id = 'ed86975d866e3070eb29ed8b72869814' [bridge/coppermine.inc.php:321] (0 ms)
    [10] => UPDATE `cpg`.cpg_users SET user_lastvisit = NOW() WHERE user_id = '1' [bridge/coppermine.inc.php:325] (0 ms)
    [11] => SELECT lang_id FROM cpg_languages WHERE enabled='YES' [include/init.inc.php:329] (0 ms)
    [12] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 [include/init.inc.php:387] (0 ms)
    [13] => DELETE FROM cpg_banned WHERE expiry < '2011-11-27 18:08:45' [include/init.inc.php:443] (0 ms)
    [14] => SELECT null FROM cpg_banned WHERE (user_id=1 OR '10.1.10.43' LIKE ip_addr ) AND brute_force=0 LIMIT 1 [include/init.inc.php:459] (0 ms)
    [15] =>  SELECT category  FROM cpg_albums  WHERE aid = 93  [plugins/jupload/jupload.php:269] (0 ms)
    [16] =>  SELECT aid  FROM cpg_albums a WHERE a.category = 0  AND   a.aid = 93  [plugins/jupload/jupload.php:373] (0 ms)
    [17] => SELECT aid, title, IF(category = 0, CONCAT('> ', title), CONCAT(name,' < ',title)) AS cat_title FROM cpg_albums LEFT JOIN cpg_categories ON cid = category WHERE category < '10000' ORDER BY cat_title [plugins/jupload/include1.5/edit_uploaded_pics.inc.php:705] (1 ms)
    [18] => SELECT aid , title FROM cpg_albums WHERE category = 10001 [plugins/jupload/include1.5/edit_uploaded_pics.inc.php:667] (0 ms)
    [19] => SELECT count(*) FROM cpg_pictures as p WHERE  p.aid = 93 and p.owner_id = 1  [plugins/jupload/page/edit_uploaded_pics.php:101] (1 ms)
    [20] => SELECT p.*,a.category FROM cpg_pictures as p INNER JOIN cpg_albums as a ON a.aid=p.aid WHERE  p.aid = 93 and p.owner_id = 1  ORDER BY p.ctime LIMIT 100, 25 [plugins/jupload/page/edit_uploaded_pics.php:118] (2 ms)
    [21] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' [include/functions.inc.php:2438] (2 ms)
    [22] => SELECT lang_id, abbr FROM cpg_languages WHERE available='YES' AND enabled='YES' [include/themes.inc.php:2316] (0 ms)
    [23] => DELETE FROM cpg_temp_messages WHERE time < 1322435325 [include/functions.inc.php:4947] (0 ms)
    [24] => SELECT extension, mime, content, player FROM cpg_filetypes [include/functions.inc.php:5809] (1 ms)
)

==========================
GET :
------------------
Array
(
    [file] => jupload/jupload
    [action] => edit_uploaded_pics
    [album] => 93
    [nb_pictures] => 1
)

==========================
POST :
------------------
Array
(
)

==========================
COOKIE :
------------------
Array
(
    [picinfo] => none
    [cpg_data] => YTo1OntzOjI6IklEIjtzOjMyOiIxMmM4YmVhMjA4MmQ2NjMzZDgyOTBhNWVjNTYxNWNlNSI7czo0OiJsYW5nIjtzOjc6ImVuZ2xpc2giO3M6MjoiYW0iO2k6MTtzOjU6Imxpdl9hIjthOjE6e2k6MDtpOjEwNDt9czozOiJsaXYiO2E6NTp7aTowO3M6NDoiNDA0MCI7aToxO3M6NDoiNDA0NCI7aToyO3M6NDoiNDA0NyI7aTozO3M6NDoiNDA0OCI7aTo0O3M6NDoiNDA0OSI7fX0=
    [3b639ebcf21066cd526f31e82cceed9d] => ed44add4c0e09e2b9e17451dc68a3196
    [PHPSESSID] => lb6831elauel1m4nbpuuvl04s0
)

==========================
SESSION :
------------------
Array
(
    [php_captcha] => b24c3ca389fe65d807223d4fe7c42ee8
)

==========================
VERSION INFO :
------------------
PHP version        5.3.6-pl0-gentoo OK   
MySQL version      5.1.51-log       OK   
Coppermine version 1.5.16           stable

==========================
Module: GD
------------------
Exact version                    2.0.34                     
GD Version                       bundled (2.0.34 compatible)
FreeType Support                 1                         
FreeType Linkage                 with freetype             
T1Lib Support                    1                         
GIF Read Support                 1                         
GIF Create Support               1                         
JPEG Support                     1                         
PNG Support                      1                         
WBMP Support                     1                         
XPM Support                                                 
XBM Support                      1                         
JIS-mapped Japanese Font Support                           

==========================
Key config settings
------------------
site_url             http://www.cs-mn.com/cpg/                   
charset              utf-8                                       
allow_private_albums 1                                           
cookie_name          cpg                                         
cookie_path          /                                           
impath               /usr/bin/                                   
lang                 english                                     
main_page_layout     breadcrumb/catlist/alblist/random,2/lastup,2
silly_safe_mode      0                                           
smtp_host                                                       
theme                rainy_day                                   
thumb_method         im                                         

==========================
Plugins
------------------
Name           JUpload Coppermine Plugin
Actions        plugin_wakeup, page_start
Filters        add_file_data           
--------------

==========================
Server restrictions
------------------
safe_mode                                               
safe_mode_exec_dir                                       
safe_mode_gid                                           
safe_mode_include_dir                                   
sql.safe_mode                                           
disable_functions                                       
file_uploads             1                               
include_path             .:/usr/share/php5:/usr/share/php
open_basedir                                             
allow_url_fopen                                         
max_execution_time       130                             
max_input_time           160                             
upload_max_filesize      16M                             
post_max_size            20M                             
memory_limit             128M                           
suhosin.post.max_vars                                   
suhosin.request.max_vars                                 


==========================
Page (performance)
------------------
Parameter        Current  Peak   
Memory usage     3.39 MiB 4.37 MiB
Page generation  72 ms    72 ms   
Page query time  8 ms     8 ms   
Page query count 25       25     


==========================
Logged

etienne_sf

  • Moderator
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 908
    • Wiki

Hi,

  A memory leak has been corrected in a recent version of the applet.

Can you update the wjhk.jupload.jar file (in the ./plugins/jupload/ folder of your Coppermine installation) with the attached wjhk.jupload.jar file ?

Etienne
Logged

Montezuma

  • Coppermine novice
  • *
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 41

Perfect.  Thanks for all your hard work.
Logged

Montezuma

  • Coppermine novice
  • *
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 41
[Solved] Re: Warning xxxx.JPG is too big it will be uploaded unchanged
« Reply #3 on: November 28, 2011, 06:26:47 pm »

Problem solved.
Logged
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.