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] 2   Go Down

Author Topic: Can't Upload pics threw ftp no more..  (Read 15699 times)

0 Members and 1 Guest are viewing this topic.

Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Can't Upload pics threw ftp no more..
« on: August 29, 2007, 04:56:21 am »

Hi well i have gallery and i installed the Stramm(modpack),and since then i couldn't upload pics threw the ftp no more  :( can someone help me please  ???
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't Upload pics threw ftp no more..
« Reply #1 on: August 29, 2007, 09:44:25 am »

How could we help you !?
You didn't say what error you got !
Are you talking about batch add function or you can't use your ftp client to upload the files ?
if you have a problem with batch add then do [exactly] as suggested under Upload troubleshooting doc , read it carefully please.
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Can't Upload pics threw ftp no more..
« Reply #2 on: August 30, 2007, 08:55:52 am »

Hi,sorry well i get the PB error every time i try uploading them in the batch add ,and i always change the permission to 777 before doing the batch. so im not sure whats the problem and i was wondering if you could help me  :(
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't Upload pics threw ftp no more..
« Reply #3 on: August 30, 2007, 11:47:11 am »

if 777 didn't works for you try 755
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Can't Upload pics threw ftp no more..
« Reply #4 on: August 31, 2007, 03:37:14 am »

i tried 755 but it still didn't work  :-[, and i don't think its the configurations  :(
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't Upload pics threw ftp no more..
« Reply #5 on: August 31, 2007, 06:51:04 am »

if you have a problem with batch add then do [exactly] as suggested under Upload troubleshooting doc , read it carefully please.
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Can't Upload pics threw ftp no more..
« Reply #6 on: September 03, 2007, 05:54:36 am »

ok, i did that and i got this code thats bellow this text ,but before getting this code i upgraded my gallery and i tried uploading images with the batch and it worked perfectly then after i re-installed the stramm mode pack it didn't let me upload them with the batch no more so im not sure whats the problem  ??? i hope you could help me  :(
Code: [Select]
USER:
------------------
Array
(
    [ID] => 008f9a615472d3ec63e56e2356d9d650
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [0] => 5082
            [1] => 5081
            [2] => 5083
            [3] => 5065
            [4] => 5078
        )

    [lap] => 4
)

==========================
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] => 1
    [ufc_max] => 1
    [ufc_min] => 1
    [custom_user_upload] => 0
    [num_file_upload] => 10
    [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] => 1
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
    [0] => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
    [1] => select * from cpg_plugins order by priority asc; (0s)
    [2] => delete from `anahifot_copp1`.cpg_sessions where time<1188787488 and remember=0; (0.001s)
    [3] => delete from `anahifot_copp1`.cpg_sessions where time<1187581488; (0s)
    [4] => select user_id from `anahifot_copp1`.cpg_sessions where session_id=md5("1c16da0630889104647377cfb592ed60f8872ad9cbb8528072442ad227a017bb"); (0s)
    [5] => select user_id as id, user_password as password from `anahifot_copp1`.cpg_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 `anahifot_copp1`.cpg_users AS u INNER JOIN `anahifot_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
    [7] => SELECT user_group_list FROM `anahifot_copp1`.cpg_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 cpg_usergroups WHERE group_id in (1) (0s)
    [9] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0s)
    [10] => update `anahifot_copp1`.cpg_sessions set time='1188791088' where session_id=md5('1c16da0630889104647377cfb592ed60f8872ad9cbb8528072442ad227a017bb'); (0s)
    [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.001s)
    [12] => DELETE FROM cpg_mod_online WHERE last_action < NOW() - INTERVAL 30 MINUTE (0s)
    [13] => REPLACE INTO cpg_mod_online (user_id, user_name, user_ip, last_action) VALUES ('1', 'admin', '67.169.128.211', NOW()) (0s)
    [14] => SELECT count(*) FROM  cpg_pms WHERE owner=1 (0.001s)
    [15] => SELECT count(*) FROM  cpg_pms WHERE owner=1 AND showed='0' (0s)
    [16] => SELECT count(*) FROM  cpg_buddy WHERE user_id=1 (0s)
    [17] => SELECT count(*) FROM  cpg_buddy_req WHERE buddy_to=1 (0s)
    [18] => DELETE FROM cpg_banned WHERE expiry < '2007-09-03 03:44:48' (0s)
    [19] => SELECT * FROM cpg_banned WHERE (ip_addr='67.169.128.211' OR ip_addr='67.169.128.211' OR user_id=1) AND brute_force=0 (0s)
    [20] => SELECT aid, title FROM cpg_albums WHERE 1 (0.002s)
    [21] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.003s)
)

==========================
GET :
------------------
Array
(
    [insert] => 1
)

==========================
POST :
------------------
Array
(
    [d0000] => 425
    [pics] => Array
        (
            [0] => i0000
        )

    [album_lb_id_i0000] => d0000
    [picfile_i0000] => VGVzdHQvYW5haGlfMDgzMTA3XzMwMC5qcGc=
    [insert] => Insert selected files
)

==========================
VERSION INFO :
------------------
PHP version: 4.4.7 - OK
------------------
mySQL version: 4.1.22-standard
------------------
Coppermine version: 1.4.12 modpack v2(stable)
==========================
Module: gd
------------------
module doesn't exist
==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 1
Active Links 2
Client API version 4.1.22
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
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 | 16M | 16M
==========================
Page generated in 0.086 seconds - 22 queries in 0.008 seconds - Album set : ; Meta set: ;
Logged

Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Can't Upload pics threw ftp no more..
« Reply #7 on: September 03, 2007, 05:58:50 am »

and after i re-installed the stramm modpack it didn't let me batch the images but it made the thumb but the pictures don't show on the album i choose  :-[
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't Upload pics threw ftp no more..
« Reply #8 on: September 03, 2007, 06:03:24 am »

Upload troubleshooting doc. clearly said that you mustn't post debug info unless requested !
please read it again and do exactly as suggested there specially the red part
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Can't Upload pics threw ftp no more..
« Reply #9 on: September 03, 2007, 06:24:55 am »

Sorry about that i forgot to do the test user  account and about the debug_output i posted the debug info because last time they asked me for the debug_output info and i thought you were asking for that too :(  sorry again ,...My gallery's site URL is www.anahifotos.com and the test user account info is = User: test Password:test i hope you could still help me  :-[
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't Upload pics threw ftp no more..
« Reply #10 on: September 03, 2007, 06:53:09 am »

Regular upload works for me and it's waiting for your approve
PM me an admin account to test your batch add process, if it's okay with you
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Can't Upload pics threw ftp no more..
« Reply #11 on: September 04, 2007, 06:43:10 pm »

Confirm , issue exist
It seems as a modpack issue so I moved it to modpack board

- batch add create thumbnails but it didn't create normal
- it shows PB(configuration or permission error) but permission is okay cause it can create thumb

maybe it's something about modpack configuration or maybe it's a modpack bug
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Can't Upload pics threw ftp no more..
« Reply #12 on: September 04, 2007, 09:18:03 pm »

The last uploaded images all show thumb, normal and fullsized ???

Nevertheless, the modpack doesn't modify the batchadd process. So I doubt it's the culprit.
To verify you could disable all modpack features and retry. If the issue still exists you could uninstall the modpack (uploading the original cpg package again). If now all works as expected... hmm, then it definitely has to do with the modpack.

Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Can't Upload pics threw ftp no more..
« Reply #13 on: September 05, 2007, 06:58:22 am »

I think its is a bug well i think...Stramm i did all those things and still i cant do the batch with the mode pack  :-\

Is their something that could be fixed so the batch works perfectly  :-[ ?
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Can't Upload pics threw ftp no more..
« Reply #14 on: September 05, 2007, 09:11:55 pm »

If you did like I suggested and it still doesn't work, then it can't be a modpack problem.


Pete03

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Can't Upload pics threw ftp no more..
« Reply #15 on: October 29, 2007, 02:11:37 am »

I think so too, its not the mode pack  :( but is their anything i could do to upload pictures through the ftp again with the mode pack still plugged in?
Logged

Aquilasfx

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 44
Re: Can't Upload pics threw ftp no more..
« Reply #16 on: October 30, 2007, 01:19:04 am »

I have the same problem.. with modpack installed i can't batch any file... pls stramm give us a suggestions your mods is very cool  :'(
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: Can't Upload pics threw ftp no more..
« Reply #17 on: October 30, 2007, 08:45:30 am »

I have the same problem.. with modpack installed i can't batch any file... pls stramm give us a suggestions your mods is very cool  :'(

this doesn't help much
please start a new thread and follow the upload troubleshooting guide

Aquilasfx

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 44
Re: Can't Upload pics threw ftp no more..
« Reply #18 on: October 31, 2007, 01:50:26 pm »

I Followed the troubleshooting guide whit any results...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Can't Upload pics threw ftp no more..
« Reply #19 on: November 01, 2007, 01:15:17 pm »

No, you haven't: the upload troubleshooting guide says what you need to do (post a link to your page and a non-admin test user account), which you clearly haven't done. Don't claim to have read the docs thoroughly if you haven't.
Logged
Pages: [1] 2   Go Up
 

Page created in 0.027 seconds with 19 queries.