. .
pragmaMx Support Forum 08 September 2008, 02:13:24 *
Willkommen Gast. Bitte einloggen oder registrieren.


Einloggen mit Benutzername und Passwort
News:
Brauchen Sie Hilfe? Bitte nutzen Sie unsere Suchfunktion bevor Sie Beiträge oder Fragen ins Board schreiben! Viele Fragen wurden bereits gestellt und beantwortet. Danke!
 
Übersicht Hilfe Forenregeln / Boardrules
 
Suche
Seiten: [1]   Nach unten
Drucken
Autor Thema: Coppermine Datei konnte nicht gesetzt werden  (Gelesen 511 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
Juergenx
neu hier
*
Offline Offline

Beiträge: 2


« am: 07 September 2007, 14:05:41 »

Hallo,

nach ausgiebiger Suche hier im Forum bekam ich auf meine Frage keine Antwort.

Zuerst eine Frage bezüglich coppermine.htaccess
und Coppermine.php im rewrite Installationsordner. Müssen diese Dateien zwingend benutzt werden?

Ich habe schon 2 Installationen durchgeführt aber immer das gleiche Ergebnis.

Habe hier mal eine Log vom Bild hochladen eingestellt, wo am Schluss dann steht :Datei konnte nicht gesetzt werden.

Es  wird ein Ordner vom User angelegt und auch die Datei befindet sich in diesem.

In der Datenbank finde ich keine Einträge

nach dem Hochladen habe ich auch ein rotes Kreuz in der Rubrik "Bilder einem Ordner zuordnen".

Bei der Standalone Coppermine gibt es gar keine Probleme.


Hier noch der LOG:

USER:
------------------
Array
(
    [ID] => 6b452c714d91b9b0fee5e27083a29686
    [am] => 1
    [lang] => german
)

==========================
USER DATA:
------------------
Array
(
    [disk_max] => 1024
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [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] => -Gallery-Admins
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 5
    [groups] => Array
        (
            [2] => 2
            [6] => 6
            [1] => 1
            [5] => 5
        )

    [user_id] => 2
    [user_name] => juergen
)

==========================
Queries:
------------------
Array
(
   
  • => SELECT extension, mime, content, player FROM mx66287_cpg1410_filetypes; (0.006s)
  • [1] => select * from mx66287_cpg1410_plugins order by priority asc; (0.005s)
        [2] => SELECT group_id, group_name FROM mx66287_cpg1410_usergroups WHERE 1 (0.005s)
        [3] => 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 mx66287_cpg1410_usergroups WHERE group_id in (2,6,1,5) (0.003s)
        [4] => SELECT group_name FROM  mx66287_cpg1410_usergroups WHERE group_id= 5 (0.003s)
        [5] => SELECT user_favpics FROM mx66287_cpg1410_favpics WHERE user_id = 2 (0.006s)
        [6] => DELETE FROM mx66287_cpg1410_banned WHERE expiry < '2007-09-07 11:40:14' (0.005s)
        [7] => SELECT * FROM mx66287_cpg1410_banned WHERE (ip_addr='91.34.143.171' OR ip_addr='91.34.143.171' OR user_id=2) AND brute_force=0 (0.003s)
        [8] => SELECT cid, name, description, thumb FROM mx66287_cpg1410_categories WHERE parent = ''  ORDER BY pos (0.006s)
        [9] => SELECT aid FROM mx66287_cpg1410_albums as a WHERE category>=10000 (0.005s)
        [10] => SELECT count(*) FROM mx66287_cpg1410_pictures as p, mx66287_cpg1410_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0.006s)
        [11] => SELECT cid, name, description, thumb FROM mx66287_cpg1410_categories WHERE parent = '1'  ORDER BY pos (0.003s)
        [12] => SELECT aid FROM mx66287_cpg1410_albums WHERE category = 4 (0.003s)
        [13] => SELECT count(*) FROM mx66287_cpg1410_pictures as p, mx66287_cpg1410_albums as a WHERE p.aid = a.aid AND approved='YES' AND category = 4 (0.003s)
        [14] => SELECT count(*) FROM mx66287_cpg1410_albums as a WHERE category = '4' (0.003s)
        [15] => SELECT a.aid, a.title, a.description, visibility, filepath, filename, url_prefix, pwidth, pheight FROM mx66287_cpg1410_albums as a LEFT JOIN mx66287_cpg1410_pictures as p ON a.thumb=p.pid WHERE category=4 ORDER BY a.pos LIMIT 0,1 (0.003s)
        [16] => SELECT a.aid, count( p.pid )  AS pic_count, max( p.pid )  AS last_pid, max( p.ctime )  AS last_upload, a.keyword FROM mx66287_cpg1410_albums AS a  LEFT JOIN mx66287_cpg1410_pictures AS p ON a.aid = p.aid AND p.approved =  'YES' WHERE a.aid IN (1)GROUP BY a.aid (0.003s)
        [17] => SELECT cid, name, description, thumb FROM mx66287_cpg1410_categories WHERE parent = '4'  ORDER BY pos (0.003s)
        [18] => SELECT aid FROM mx66287_cpg1410_albums as a WHERE category = '0' (0.003s)
        [19] => SELECT count(*) FROM mx66287_cpg1410_albums as a WHERE 1 (0.003s)
        [20] => SELECT count(*) FROM mx66287_cpg1410_pictures as p LEFT JOIN mx66287_cpg1410_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0.003s)
        [21] => SELECT count(*) FROM mx66287_cpg1410_comments as c LEFT JOIN mx66287_cpg1410_pictures as p ON c.pid=p.pid LEFT JOIN mx66287_cpg1410_albums as a ON a.aid=p.aid WHERE 1 (0.005s)
        [22] => SELECT count(*) FROM mx66287_cpg1410_categories WHERE 1 (0.003s)
        [23] => SELECT sum(hits) FROM mx66287_cpg1410_pictures as p LEFT JOIN mx66287_cpg1410_albums as a ON p.aid=a.aid WHERE 1 (0.003s)
        [24] => SELECT COUNT(*) FROM mx66287_cpg1410_pictures WHERE approved = 'NO' (0.003s)
        [25] => SELECT count(*) FROM mx66287_cpg1410_albums as a WHERE category = '0' (0.003s)
        [26] => SELECT COUNT(*) from mx66287_cpg1410_pictures WHERE approved = 'YES'  (0.003s)
        [27] => SELECT * FROM mx66287_cpg1410_pictures WHERE approved = 'YES'  ORDER BY RAND() LIMIT 8 (0.004s)
        [28] => SELECT COUNT(*) from mx66287_cpg1410_pictures WHERE approved = 'YES'  (0.003s)
        [29] => SELECT * FROM mx66287_cpg1410_pictures WHERE approved = 'YES'  ORDER BY pid DESC  LIMIT 0 ,8 (0.005s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
       
[name] => Gallery
)

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

==========================
VERSION INFO :
------------------
PHP version: 5.2.3 - OK
------------------
mySQL version: 5.0.45-community-nt
------------------
Coppermine version: 1.4.10(stable)
==========================
Module: GD
------------------
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
JPG Support: 1
PNG Support: 1
WBMP Support: 1
XPM Support:
XBM Support: 1
JIS-mapped Japanese Font Support:

==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.45
==========================
Module: zlib
------------------
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3
==========================
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 | .;C:\xampp\php\pear\ | .;C:\xampp\php\pear\
open_basedir | no value | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | no value | no value
sendmail_path | no value | no value
SMTP | localhost | localhost
smtp_port | 25 | 25
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 60 | 60
max_input_time | 60 | 60
upload_max_filesize | 32M | 32M
post_max_size | 16M | 16M
==========================
Page generated in 1.156 seconds - 30 queries in 0.115 seconds - Album set : ; Meta set: ;


Vielleicht hat ja jemand einen Hinweis


Vielen Dank und Gruss Jürgen
Gespeichert
Juergenx
neu hier
*
Offline Offline

Beiträge: 2


« Antworten #1 am: 07 September 2007, 20:47:04 »

da will ich mir meine Frage mal gleich selber beantworten.

Grund der Fehlermeldung war das Tool ImageMagik , welches als Bearbeitungstool gesetzt war.

Nach Umstellung auf GD2 läuft alles einwandfrei.

Gruss Jürgen
Gespeichert
Seiten: [1]   Nach oben
Drucken
 
Gehe zu:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
design by hENNE, layout based on YAML