Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Dateien werden nicht gesetzt  (Read 5397 times)

0 Members and 1 Guest are viewing this topic.

Vanilla Kizz

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Dateien werden nicht gesetzt
« on: August 29, 2006, 12:52:30 pm »

Hi Leute!!!

Ich hab da ein kleines Problem!!!
Ich kann auf meiner Gallerie meine hochgeladenen Bilder nicht in die Ordner setzen.
Der Upload ist zwar erfolgreich, aber danach sagt der mir das die Datei nicht gesetzt werden kann!!!

Was soll ich jetzt machen?  ??? ??? ???
Habe schon versucht ne zweite Gallerie zu Installieren, doch die hatte irgendwie das gleiche Problem!

Ihr könnt das ja mal testen, hab nen test user registriert!

Username: Test
Password: test1234

http://www.grafiks.soundbankers.org/gallery/index.php


Danke schon mal im Voraus
Liebe Grüße "Vanilla Kizz"   :-*

Logged

CREA

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 7
Re: Dateien werden nicht gesetzt
« Reply #1 on: August 29, 2006, 03:27:54 pm »

Geh bitte sicher, dass der Order 777-Rechte hat

Es sind für die Ordner "include", "albums", "albums/userpics", und "albums/edit" die Rechte auf „777“ zu setzen. Das machst du ganz einfach mit deinem FTP-Client, indem du die entsprechen Ordner auswählst und mit einem Klick der rechten Maustaste den jeweiligen Punkt auswählst und mit einem Klick der linken Maustaste bestätigst. Außerdem solltest du noch in den Ordner „albums“ einen eigenen Ordner anlegen, dem du einen frei zu wählenden Namen gibst. Auch hier setzt du die Rechte bitte auf „777“.

http://de.wikipedia.org/wiki/Chmod
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Dateien werden nicht gesetzt
« Reply #2 on: August 30, 2006, 07:12:18 am »

http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upload_trouble
Debug_mode ein, Single upload fields: 1, URI upload fields: 0 !
Logged

Vanilla Kizz

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Dateien werden nicht gesetzt
« Reply #3 on: August 30, 2006, 10:22:03 am »

Also bei FTP steht alles auf 777!
Was mir nur aufgefallen ist, ist das bei den Einstellungen der Gallerie unter der Kategorie:
"Erweiterte Bild/Datei- und Thumbnail-Einstellungen"

bei "Standard-Modus für Verzeichnisse" 7777 steht

und bei

"Standard-Modus für Dateien" 0666!!!

muss ich da auch auf 777 umstellen???

-------------------------------------

Das Bild 'albums/userpics/10001/psychedellic%20swirls~0.jpg' kann nicht in das Album eingefügt werden

Kann Thumbnail nicht erzeugen.

Datei: /home/keddi/public_html/gallery/db_input.php - Zeile: 402

« Last Edit: August 30, 2006, 01:18:27 pm by Vanilla Kizz »
Logged

Vanilla Kizz

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Dateien werden nicht gesetzt
« Reply #4 on: August 30, 2006, 01:15:42 pm »

Debug - info hoffe ihr könnt damit was tun    ???

USER:
------------------
Array
(
    [ID] => fc8a7cba72b6fd22f2be4b63c3f410d7
    [am] => 1
    [lang] => german
    [liv] => Array
        (
           
  • => 37
  • [1] => 45
                [2] => 33
                [3] => 32
                [4] => 8
            )

    )

    ==========================
    USER DATA:
    ------------------
    Array
    (
       
[user_id] => 1
    [user_name] => Keddi
    [groups] => Array
        (
           
  • => 1

        )

    [disk_max] => 100000
    [disk_min] => 100000
    [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] => 100000
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
  • [1] => select * from cpg_plugins order by priority asc; (0s)
        [2] => delete from `keddi_copp1`.cpg_sessions where time<1156924418 and remember=0; (0.001s)
        [3] => delete from `keddi_copp1`.cpg_sessions where time<1155718418; (0s)
        [4] => select user_id from `keddi_copp1`.cpg_sessions where session_id=md5("c880d9f09a97fd602c1ec972de8d469ed6f97c1bef419badbd7374991a727c8b"); (0s)
        [5] => select user_id as id, user_password as password from `keddi_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.user_group+100 AS group_id FROM `keddi_copp1`.cpg_users AS u INNER JOIN `keddi_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `keddi_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 `keddi_copp1`.cpg_sessions set time='1156928018' where session_id=md5('c880d9f09a97fd602c1ec972de8d469ed6f97c1bef419badbd7374991a727c8b'); (0s)
        [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0s)
        [12] => DELETE FROM cpg_banned WHERE expiry < '2006-08-30 08:53:38' (0s)
        [13] => SELECT * FROM cpg_banned WHERE (ip_addr='80.137.106.41' OR ip_addr='80.137.106.41' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT aid, title FROM cpg_albums WHERE category < 10000 ORDER BY title (0.001s)
        [15] => SELECT aid, title FROM cpg_albums WHERE category='10001' ORDER BY title (0s)
        [16] => DELETE FROM cpg_temp_data WHERE timestamp < 1156924418 (0.023s)
        [17] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.001s)
        [18] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='3' AND cat.cid=alb.category (0s)
        [19] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='20' AND cat.cid=alb.category (0s)
        [20] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='9' AND cat.cid=alb.category (0s)
        [21] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='10' AND cat.cid=alb.category (0s)
        [22] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='18' AND cat.cid=alb.category (0s)
        [23] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='5' AND cat.cid=alb.category (0s)
        [24] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='24' AND cat.cid=alb.category (0s)
        [25] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='16' AND cat.cid=alb.category (0s)
        [26] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='19' AND cat.cid=alb.category (0s)
        [27] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='1' AND cat.cid=alb.category (0s)
        [28] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='25' AND cat.cid=alb.category (0s)
        [29] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='26' AND cat.cid=alb.category (0s)
        [30] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='7' AND cat.cid=alb.category (0s)
        [31] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='17' AND cat.cid=alb.category (0s)
        [32] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='23' AND cat.cid=alb.category (0s)
        [33] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='21' AND cat.cid=alb.category (0s)
        [34] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='2' AND cat.cid=alb.category (0s)
        [35] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='8' AND cat.cid=alb.category (0s)
        [36] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='22' AND cat.cid=alb.category (0s)
        [37] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='27' AND cat.cid=alb.category (0s)
        [38] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='14' AND cat.cid=alb.category (0s)
        [39] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='15' AND cat.cid=alb.category (0s)
        [40] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='11' AND cat.cid=alb.category (0s)
        [41] => SELECT cat.name FROM cpg_categories cat, cpg_albums alb WHERE alb.aid='12' AND cat.cid=alb.category (0s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
    )

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

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.4 - OK
    ------------------
    mySQL version: 5.0.24-standard
    ------------------
    Coppermine version: 1.4.8(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: bundled (2.0.28 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
    XBM Support: 1
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 5.0.24
    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 | dl,exec,system,shell_exec,passthru,proc_open,proc_close,escapeshellcmd,popen,pcntl_exec,leak,chgrp,ini_alter | dl,exec,system,shell_exec,passthru,proc_open,proc_close,escapeshellcmd,popen,pcntl_exec,leak,chgrp,ini_alter
    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 | 1200 | 1200
    max_input_time | 150 | 150
    upload_max_filesize | 60M | 60M
    post_max_size | 150M | 150M
    ==========================
    Page generated in 0.441 seconds - 42 queries in 0.026 seconds - Album set : ; Meta set: ;
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Dateien werden nicht gesetzt
« Reply #5 on: August 30, 2006, 08:34:19 pm »

Debug - info hoffe ihr könnt damit was tun    ???
Nein. Wir wollen kein debug_output, das macht nur die Threads unnötig lange und unlesbar. Wenn wir das brauchen fragen wir danach. Steht auch so in den upload troubleshooting Tipps.

Logged

Vanilla Kizz

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: Dateien werden nicht gesetzt
« Reply #6 on: August 31, 2006, 12:47:49 pm »

oh sorry, kannst du ja löschen, als admin!!!! Mein englisch ist nicht besonders gut   :-\
Logged

Lif3styl3

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 61
    • LifesHammer.de
Re: Dateien werden nicht gesetzt
« Reply #7 on: August 31, 2006, 04:01:50 pm »

ich würd ja mal sagen überpüfe deine einstellungen betreffend gd und imagemagick,.....

bei mir kommt die Fehlermeldung Thumbnail konnte nicht erstellt werden
« Last Edit: August 31, 2006, 04:10:16 pm by Lif3styl3 »
Logged
Pages: [1]   Go Up
 

Page created in 0.027 seconds with 19 queries.