Beim upload nur noch weisses Fenster Beim upload nur noch weisses Fenster
 

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

Main Menu

Beim upload nur noch weisses Fenster

Started by cyberdevil, October 05, 2007, 03:25:42 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cyberdevil

Hallo zusammen,

auf meiner Webseite www.quaddels.de habe ich die CPG mit Hilfe der hier im Download bereich hinterlegten installationsdateien installiert, eingerichtet, FTP Rechte gesetzt etc.
Bis vorgestern lief die Gallery auch, jedoch seit gestern habe ich folgendes Problem:

Ich möchte in ein bereits existierendes Album inkl schon hinterlegten Bildern, neue Bilder uploaden, folgende Schritte führe ich durch:

1. Datei hochladen (Ordner von Platte wählen und die Datei mit OK bestätigen)
2. Weiter
3. Upload erfolgreich
4. Weiter
5. Nun werde ich gefragt in welches Album ich die Datei hinterlegen will...klicke ich ok...sehe ich nur noch eine weisse Seite und nichts passiert.

Gerne kann ich einen Gastaccount einrichten etc.

Bitte um schnelle Hilfe...

LIeben Gruß

cyberdevil


Stramm

Lies Dir bitte mal folgenden sticky thread durch http://forum.coppermine-gallery.net/index.php?topic=40997.0
Nun bitte die notwendigen Einstellungen tätigen und Info posten.

Joachim Müller

Wie ich Dir schon in Deinem anderen Thread im Englisch-sprachigen teil erklärt habe:
Quote from: GauGau on October 05, 2007, 06:47:50 AM
Do exactly as suggested in the upload troubleshooting section of the docs if you want help (make sure to read the section "Asking for support on upload issues" as well). If you have issues with reading this in English: there is a German sub-board available. The corresponding section of the docs that I refered to has been translated as well (Upload troubleshooting auf Deutsch). If you should decide to continue in German, make sure to resolve this thread.
Actual link to your gallery is http://www.quaddels.de/gallery/ - don't make supporters (especially those who don't understand your German navigation) search your page.

Joachim

P.S. In German, the word "gallery" is spelled with only one "L", so your navigation link should be spelled "Galerie" instead of Gallerie
. Dort habe ich Dir auch erklärt, Du mögest den englischen Thread auflösen, falls Du im Deutschen Forum einen Thread startest. Danke für's nicht-Lesen... ::)

cyberdevil

@GauGau,

ich habe deinen Beitrag schon gelesen, das war jedoch nicht die Lösung meines Problems.

Auch was Dein Vorredner vorher gepsotet hat, hat zwar funktioniert nur genau an der Stelle, wo ich die Debug Info ausgespuckt bekommen sollte, habe ich die weisse Seite und kann gar nichts mehr sehen/lesen und somit auch keinen Debug Code posten.

Ich hoffe es funktioniert damit, das ist der Debug code der vor der Abfrage in welches Album hochgeladen werden soll erscheint. Hier habe ich die Erfolgsmeldung "erfolgreicher upload":

Code:

USER:
------------------
Array
(
    [ID] => 0ff47a799d4c1722c8056006d28ce803
    [am] => 1
    [lang] => german
    [liv] => Array
        (
           
  • => 29
                [1] => 66
                [2] => 22
                [3] => 189
                [4] => 186
            )

    )

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

        [disk_max] => 102400
        [disk_min] => 102400
        [can_rate_pictures] => 1
        [can_send_ecards] => 1
        [ufc_max] => 1
        [ufc_min] => 1
        [custom_user_upload] => 1
        [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] => 102400
        [can_see_all_albums] => 1
        [group_id] => 1
    )

    ==========================
    Queries:
    ------------------
    Array
    (
       
  • => SELECT extension, mime, content, player FROM cpg14x_filetypes; (0.003s)
        [1] => select * from cpg14x_plugins order by priority asc; (0.005s)
        [2] => delete from `quaddelsgallerie`.cpg14x_sessions where time<1191857956 and remember=0; (0.004s)
        [3] => delete from `quaddelsgallerie`.cpg14x_sessions where time<1190651956; (0.001s)
        [4] => select user_id from `quaddelsgallerie`.cpg14x_sessions where session_id=md5("ea482f8d8b85cf1ed84442c0f86459ee8165de631a4b252b8624ea9ef0ecd2f0"); (0.001s)
        [5] => select user_id as id, user_password as password from `XXXXXXXX`.cpg14x_users where user_id=1 (0.002s)
        [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 `quaddelsgallerie`.cpg14x_users AS u INNER JOIN `quaddelsgallerie`.cpg14x_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.002s)
        [7] => SELECT user_group_list FROM `quaddelsgallerie`.cpg14x_users AS u WHERE user_id='1' and user_group_list <> ''; (0.002s)
        [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) (0.002s)
        [9] => SELECT group_name FROM  cpg14x_usergroups WHERE group_id= 1 (0.002s)
        [10] => update `quaddelsgallerie`.cpg14x_sessions set time='1191861556' where session_id=md5('ea482f8d8b85cf1ed84442c0f86459ee8165de631a4b252b8624ea9ef0ecd2f0'); (0.002s)
        [11] => SELECT user_favpics FROM cpg14x_favpics WHERE user_id = 1 (0.004s)
        [12] => DELETE FROM cpg14x_banned WHERE expiry < '2007-10-08 16:39:17' (0.003s)
        [13] => SELECT * FROM cpg14x_banned WHERE (ip_addr='80.140.124.83' OR ip_addr='80.140.124.83' OR user_id=1) AND brute_force=0 (0.002s)
        [14] => SELECT aid, title FROM cpg14x_albums WHERE category < 10000 ORDER BY title (0.004s)
        [15] => SELECT aid, title FROM cpg14x_albums WHERE category='10001' ORDER BY title (0.001s)
        [16] => SELECT COUNT(*) FROM cpg14x_pictures WHERE approved = 'NO' (0.005s)
        [17] => SELECT unique_ID FROM cpg14x_temp_data (0.001s)
        [18] => INSERT INTO cpg14x_temp_data VALUES ('482e6e04', 'YToxOntpOjA7YToyOntzOjExOiJhY3R1YWxfbmFtZSI7czo2OiI2Mi5qcGciO3M6MTQ6InRlbXBvcmFyeV9uYW1lIjtzOjIzOiJtSFRUUF90ZW1wX2Y4M2MyOTQ1LmpwZyI7fX0=', '1191861557') (0s)
    )

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

    ==========================
    POST :
    ------------------
    Array
    (
        [control] => phase_1
    )

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.0 - OK
    ------------------
    mySQL version: 3.23.58
    ------------------
    Coppermine version: 1.4.13(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 3.23.58
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib/mysql -lmysqlclient 
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.1.4
    Linked Version 1.1.4
    ==========================
    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/local/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 1.625 seconds - 19 queries in 0.046 seconds - Album set : ; Meta set: ;

    Hoffe mir kann evtl. doch noch jemand helfen...


    Lieben Gruß

    cyberdevil

Joachim Müller

Quote from: cyberdevil on October 08, 2007, 06:54:36 PM
ich habe deinen Beitrag schon gelesen
Offensichtlich nicht aufmerksam genug:
Quote from: lamama on February 07, 2007, 12:20:14 AM

  • Poste "debug_output" nicht im Forum, bevor darum gebeten wurdest.
Soweit ich das überblicken kann hat kein Supporter danach gefragt.
Auerdem hast Du eben nicht das getan, was notwendig ist:
Quote from: lamama on February 07, 2007, 12:20:14 AM

  • einen Test-User-Account (OHNE Admin-Rechte! MIT Upload-Rechten!)
Was Du tust ist nur eine narrensichere Methode, die Supporter gegen Dich aufzubringen. Also: nochmals Luft holen, den Sticky erneut lesen und genau das tun, was dort beschrieben wird.

Joachim