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: Can't add lots of pics at once  (Read 5586 times)

0 Members and 1 Guest are viewing this topic.

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Can't add lots of pics at once
« on: September 28, 2007, 04:20:48 pm »

Trying to add several photos at once in one folder but for some reason I can't get to add them, Tried differrent names of the folders. I choose the album in the drop down menu but when i click to add at the bottom of the page I get sent back to the searchnew.php?insert=1
Anyone has any idea of why this happens? Never had this error on any Coppermine before.
Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Can't add lots of pics at once
« Reply #1 on: September 28, 2007, 04:49:01 pm »

http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble

Follow these steps one by one and do exactly what is asked there.
Logged

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Can't add lots of pics at once
« Reply #2 on: September 28, 2007, 05:40:46 pm »

Ok, I did these settings and it still doesnt work. But here is the debug information:

Code: [Select]
USER:
------------------
Array
(
    [ID] => e67b76ad20825c05c96819f8cad3da2f
    [am] => 1
    [lang] => swedish
)

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

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 0
    [ufc_min] => 0
    [custom_user_upload] => 0
    [num_file_upload] => 1
    [num_URI_upload] => 0
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 0
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg14x_filetypes; (0s)
    [1] => select * from cpg14x_plugins order by priority asc; (0s)
    [2] => delete from `fallkcom_saffron`.cpg14x_sessions where time<1190990217 and remember=0; (0s)
    [3] => delete from `fallkcom_saffron`.cpg14x_sessions where time<1189784217; (0s)
    [4] => select user_id from `fallkcom_saffron`.cpg14x_sessions where session_id=md5("7d49ef207aa164ab2e6282d5f6efbbb17824d9fd3f406fb1bb4b45f2151b3767"); (0s)
    [5] => select user_id as id, user_password as password from `fallkcom_saffron`.cpg14x_users where user_id=1 (0s)
    [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.avatar_url AS avatar_url, u.enable_admin_email AS notify, u.auto_subscribe_post AS auto_subscribe_post, u.auto_subscribe_comment AS auto_subscribe_comment, u.user_group+100 AS group_id FROM `fallkcom_saffron`.cpg14x_users AS u INNER JOIN `fallkcom_saffron`.cpg14x_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `fallkcom_saffron`.cpg14x_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
    [8] => 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(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, 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, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg14x_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg14x_usergroups WHERE group_id= 1 (0s)
    [10] => update `fallkcom_saffron`.cpg14x_sessions set time='1190993817' where session_id=md5('7d49ef207aa164ab2e6282d5f6efbbb17824d9fd3f406fb1bb4b45f2151b3767'); (0.001s)
    [11] => SELECT user_favpics FROM cpg14x_favpics WHERE user_id = 1 (0s)
    [12] => SELECT count(*) FROM  cpg14x_pms WHERE owner=1 (0s)
    [13] => SELECT count(*) FROM  cpg14x_pms WHERE owner=1 AND showed='0' (0s)
    [14] => SELECT count(*) FROM  cpg14x_buddy WHERE user_id=1 (0s)
    [15] => SELECT count(*) FROM  cpg14x_buddy_req WHERE buddy_to=1 (0s)
    [16] => DELETE FROM cpg14x_banned WHERE expiry < '2007-09-28 15:36:57' (0s)
    [17] => SELECT * FROM cpg14x_banned WHERE (ip_addr='80.217.60.99' OR ip_addr='80.217.60.99' OR user_id=1) AND brute_force=0 (0s)
    [18] => SELECT aid, title FROM cpg14x_albums WHERE 1 (0s)
    [19] => SELECT COUNT(*) FROM cpg14x_pictures WHERE approved = 'NO' (0s)
    [20] => SELECT filepath, filename FROM cpg14x_pictures WHERE filepath LIKE 'Movie Productions/Klimt (2006)/DVD%' (0s)
    [21] => SELECT aid, title FROM cpg14x_albums WHERE category = 0 (0s)
    [22] => SELECT DISTINCT a.aid as aid, a.title as title, c.name as cname FROM cpg14x_albums as a, cpg14x_categories as c WHERE a.category = c.cid AND a.category < '10000' (0s)
    [23] => SELECT aid, CONCAT('(', user_name, ') ', a.title) AS title
                                                        FROM cpg14x_albums AS a
                                                        INNER JOIN `fallkcom_saffron`.cpg14x_users AS u
                                                        ON category = (10000 + 1) AND user_id = 1 ORDER BY title (0s)
)

==========================
GET :
------------------
Array
(
    [startdir] => Movie Productions/Klimt (2006)/DVD
)

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

==========================
VERSION INFO :
------------------
PHP version: 5.2.3 - OK
------------------
mySQL version: 5.0.27-standard
------------------
Coppermine version: 1.4.13 modpack v2(stable)
==========================
Module: GD
------------------
GD Version: bundled (2.0.34 compatible)
FreeType Support: 1
FreeType Linkage: with freetype
T1Lib Support:
GIF Read Support: 1
GIF Create Support: 1
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XPM Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 2
Active Links 3
Client API version 5.0.27
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr//include/mysql
MYSQL_LIBS -L/usr//lib -lmysqlclient 
==========================
Module: zlib
------------------
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.1.2
Linked Version 1.2.1.2
==========================
Server restrictions (safe mode)?
------------------
Directive | Local Value | Master Value
safe_mode | Off | Off
safe_mode_exec_dir | no value | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | no value | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30
max_input_time | 60 | 60
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.091 seconds - 24 queries in 0.001 seconds - Album set : ; Meta set: ;
« Last Edit: September 29, 2007, 12:32:18 pm by Hein »
Logged

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Can't add lots of pics at once
« Reply #3 on: September 28, 2007, 09:06:12 pm »

Did I answer wrong, any more information I should post here?
Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: Can't add lots of pics at once
« Reply #4 on: September 29, 2007, 12:34:28 pm »

If you read the upload troubleshooting part correct you would have seen this line as wel ; Do not post debug_output unless requested.

Logged

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Can't add lots of pics at once
« Reply #5 on: September 29, 2007, 03:31:35 pm »

Oh ok, Im sorry. But can I get help then?
Logged

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Can't add lots of pics at once
« Reply #6 on: September 29, 2007, 06:06:54 pm »

Should i just use an older version of Coppermine or?
Logged

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Can't add lots of pics at once
« Reply #7 on: September 30, 2007, 01:36:17 pm »

Nobody want to help? Im in panic :(
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Can't add lots of pics at once
« Reply #8 on: October 01, 2007, 08:42:56 am »

Should i just use an older version of Coppermine or?
No.

Nobody want to help? Im in panic :(
Then do as suggested in the docs if you want help. You failed to do as suggested in the section http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_support
Logged

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Can't add lots of pics at once
« Reply #9 on: October 02, 2007, 03:46:53 pm »

But at the same server earlier versions of Coppermine works? What exactly should be in .htaccess? I have no idea what all this means, it seems so hard :/
Logged

Malevolentia

  • Coppermine newbie
  • Offline Offline
  • Posts: 18
Re: Can't add lots of pics at once
« Reply #10 on: October 03, 2007, 12:05:12 am »

My .htaccess file says exactly:

Code: [Select]
php_value max_input_time 120
php_Value upload_max_filesize 100M
php_value post_max_size 110M

and it doesnt work, what can i change?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Can't add lots of pics at once
« Reply #11 on: October 03, 2007, 10:22:02 am »

I'm not going to discuss this with you. Do as suggested in the upload troubleshooting section of the docs and the section right below it that is clearly named "Asking for support on upload issues" if you want support. Failing to do so will result in your requests being ignored.
Logged
Pages: [1]   Go Up
 

Page created in 0.031 seconds with 20 queries.