Hallo
ich hab das selbe problem wie bei diesen thema
http://www.pragmamx.org/Forum-topic-20687.html
wenn ich als admin angemeldet bin kann ich zwar alben die einstellungen usw. alles machen, aber beim batch- hinzufügen hab ich meine probleme ich kann zwar das verzeichnis auswehlen es wirden mir sogar die bilder angezeigt, aber wenn ich auf Markierte hinzufügen gehe dann werde ich ausgelockt und es kommt die meldung
Fehler
Sie haben kein Recht, diese Seite anzusehen.
die schreibrechte sind alle richtig, ich denk mal das ich bei php.ini was ändern muß, weil vor der Neuinstall von meinen root server ist es au noch gegangen.
ich habe die version
PHP-Version: 5.2.0
MySQL-Version: 5.0.26
Server-Version: Apache/2.2.3 (Linux/SUSE)
ich hoffe das mir jemand helfen kann
gruß
DeMa
Hi :)
vorweg, bitte beachten, dass hier der Supportforum zum Coppermine Port für das pragmaMx ist.
Schau dir bitte zunächst einmal diesen Thread (http://coppermine-gallery.net/forum/index.php?topic=47355.msg226196#msg226196) auf der offiziellen Website von der Coppermine an, event. steht das Problem im gleichen Zusammenhang.
EDIT: Link korrigiert.
hi
das hab ich auch schon gelesen, aber hilft mir auch nicht weiter und ich hab das coppermine für Pragmamx also denk ich mal das ich hier schon richtig bin bei Debug info zeigt er mir das an
USER:
------------------
Array
(
[ID] => a1150862a4cae4a130ebbe2260a80dff
[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
[7] => 7
[1] => 1
[5] => 5
)
[user_id] => 2
[user_name] => dema
)
==========================
Queries:
------------------
Array
(
[0] => SELECT extension, mime, content, player FROM mx32702_cpg1410_filetypes; (0s)
[1] => select * from mx32702_cpg1410_plugins order by priority asc; (0s)
[2] => SELECT group_id, group_name FROM mx32702_cpg1410_usergroups WHERE 1 (0s)
[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 mx32702_cpg1410_usergroups WHERE group_id in (2,7,1,5) (0s)
[4] => SELECT group_name FROM mx32702_cpg1410_usergroups WHERE group_id= 5 (0s)
[5] => SELECT user_favpics FROM mx32702_cpg1410_favpics WHERE user_id = 2 (0s)
[6] => DELETE FROM mx32702_cpg1410_banned WHERE expiry < '2007-12-14 17:11:41' (0s)
[7] => SELECT * FROM mx32702_cpg1410_banned WHERE (ip_addr='217.94.202.131' OR ip_addr='217.94.202.131' OR user_id=2) AND brute_force=0 (0s)
[8] => SELECT cid, name, description, thumb FROM mx32702_cpg1410_categories WHERE parent = '' ORDER BY pos (0s)
[9] => SELECT aid FROM mx32702_cpg1410_albums as a WHERE category>=10000 (0s)
[10] => SELECT count(*) FROM mx32702_cpg1410_pictures as p, mx32702_cpg1410_albums as a WHERE p.aid = a.aid AND approved='YES' AND category >= 10000 (0s)
[11] => SELECT cid, name, description, thumb FROM mx32702_cpg1410_categories WHERE parent = '1' ORDER BY pos (0s)
[12] => SELECT aid FROM mx32702_cpg1410_albums as a WHERE category = '0' (0s)
[13] => SELECT count(*) FROM mx32702_cpg1410_albums as a WHERE 1 (0s)
[14] => SELECT count(*) FROM mx32702_cpg1410_pictures as p LEFT JOIN mx32702_cpg1410_albums as a ON a.aid=p.aid WHERE 1 AND approved='YES' (0s)
[15] => SELECT count(*) FROM mx32702_cpg1410_comments as c LEFT JOIN mx32702_cpg1410_pictures as p ON c.pid=p.pid LEFT JOIN mx32702_cpg1410_albums as a ON a.aid=p.aid WHERE 1 (0s)
[16] => SELECT count(*) FROM mx32702_cpg1410_categories WHERE 1 (0s)
[17] => SELECT sum(hits) FROM mx32702_cpg1410_pictures as p LEFT JOIN mx32702_cpg1410_albums as a ON p.aid=a.aid WHERE 1 (0s)
[18] => SELECT COUNT(*) FROM mx32702_cpg1410_pictures WHERE approved = 'NO' (0s)
[19] => SELECT count(*) FROM mx32702_cpg1410_albums as a WHERE category = '0' (0s)
[20] => SELECT a.aid, a.title, a.description, category, visibility, filepath, filename, url_prefix, pwidth, pheight FROM mx32702_cpg1410_albums as a LEFT JOIN mx32702_cpg1410_pictures as p ON a.thumb=p.pid WHERE category=0 ORDER BY a.pos LIMIT 0,2 (0s)
[21] => SELECT a.aid, count( p.pid ) AS pic_count, max( p.pid ) AS last_pid, max( p.ctime ) AS last_upload, a.keyword FROM mx32702_cpg1410_albums AS a LEFT JOIN mx32702_cpg1410_pictures AS p ON a.aid = p.aid AND p.approved = 'YES' WHERE a.aid IN (1, 2)GROUP BY a.aid (0s)
[22] => SELECT COUNT(*) from mx32702_cpg1410_pictures WHERE approved = 'YES' (0s)
[23] => SELECT * FROM mx32702_cpg1410_pictures WHERE approved = 'YES' ORDER BY RAND() LIMIT 8 (0s)
[24] => SELECT COUNT(*) from mx32702_cpg1410_pictures WHERE approved = 'YES' (0s)
[25] => SELECT * FROM mx32702_cpg1410_pictures WHERE approved = 'YES' ORDER BY pid DESC LIMIT 0 ,8 (0s)
)
==========================
GET :
------------------
Array
(
[name] => Gallery
)
==========================
POST :
------------------
Array
(
)
==========================
VERSION INFO :
------------------
PHP version: 5.2.0 - OK
------------------
mySQL version: 5.0.26
------------------
Coppermine version: 1.4.10(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
XPM Support: 1
XBM Support: 1
JIS-mapped Japanese Font Support: 1
==========================
Module: mysql
------------------
MySQL Supportenabled
Active Persistent Links 0
Active Links 1
Client API version 5.0.26
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/lib/mysql/mysql.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib64 -lmysqlclient
==========================
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 | On | Off
safe_mode_exec_dir | /home/www/empty/ | no value
safe_mode_gid | Off | Off
safe_mode_include_dir | no value | no value
safe_mode_exec_dir | /home/www/empty/ | no value
sql.safe_mode | Off | Off
disable_functions | no value | no value
file_uploads | On | On
include_path | . | .:/usr/share/php5:/usr/share/php5/PEAR
open_basedir | /home/www/web3/html/:/home/www/web3/phptmp/:/home/www/web3/files/:/home/www/web3/atd/ | 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.317 seconds - 26 queries in 0 seconds - Album set : ; Meta set: ;
ich hoffe ihr könnt damit was anfangen und mir dabei helfen
gruß
DeMa
moin
also ich würde, bevor ich in einer veralteten version fehler suche, erstmal auf den neuesten stand updaten
ZitatCoppermine version: 1.4.10(stable)
guggst du hier http://www.pragmamx.org/Downloads-cid-80.html
mein alter herr pflegte immer zu sagen: " wenn es nicht hilft, schaden tut es auch nicht."
so long maverik
Hallo
Hab es mit dieser version auch versucht, geht genauso wenig immer noch das gleiche problem
man muß bestimmt was in php.ini was ändern.
Gruß
DeMa
kann mir keiner weiterhelfen?
hab das gleiche Problem
hat jemand schon eine Lösung gefunden?
der Tread im coppermine forum hilft auch nicht weiter!
gruß
thorsten
Hab das problem nun auch :(:(
Hi :)
ich kann mit der beschriebenen Problematik keinen direkten Zusammenhang mit unserer Bridge herstellen, daher auch der obige Verweis.
Bitte diesbezüglich auch beachten:
ZitatBei Uploadproblemen, also bitte erst dort lesen und danach handeln.
Erst wenn das nicht weiterhilft, hier im Forum fragen....
-> http://www.pragmamx.org/Forum-topic-21389-start-msg144556.html#msg144556
-> http://coppermine-gallery.net/forum/index.php?topic=49881.msg239787#msg239787
-> http://coppermine-gallery.net/forum/index.php?topic=40997.msg194413#msg194413
was ich gemerkt habe ist, das es einfach gewisse Bilder nicht mag,
einen grund dafür kann ich nicht feststellen, das formal und die größe passen, :red:
wenn ich andere bilder über den batchen hinzufüge klappt es einwandfrei.
denke es liegt alein an ein paar bilder die es einfach nicht mag. zumindest bei mir ist es so
:puzzled:
gruß
thorsten