Sehr geehrte Damen und Herren,
Ich bekomme folgende Fehlermeldung
Kritischer Fehler
Das Bild 'albums/userpics/10001/025_24.JPG' kann nicht in das Album
eingefügt werden
Error executing ImageMagick - Return value 127
.....
Wenn ich die Bilder Browser hochladen will.
Übrigens ist der Safe Mode bei dem Provider selbst modifiziert und an.
Und die Pfad-Angaben sind korrekt.
Ich kann leider kein perfektes Englisch, deshalb schreibe ich in deutsch.
Ich bitte sie um hilfe und eine baldige Antwort.
Mit freundlichen grüßen
Thomas Schuberth
coppermine@nature-rangers.de
Hi Schuberth,
See this thread for help on your problem.
http://forum.coppermine-gallery.net/viewtopic.php?p=1264#1264
I was only able to help because I saw the 'error 127' message. See this thread about posting. If you can't understand English, then maybe one of the many German members will be able to help you translate. Good luck :wink:
http://coppermine.sourceforge.net/faq.php?q=nonEnglishPosting#nonEnglishPosting
And I am moving this post to the 'Support' forum.
Posted: Sun February 08, 2004 5:25 pm post office subject:
--------------------------------------------------------------------------------
I have from the Thread:
[ edit gaugau]removed silly quote[/edit ]
--> the path is correct
Quote2- edit picmgmt.inc.php on line 126 replace:
$cur_dir = substr(dirname(__FILE__),0, -8);
$src_file = '"'.$cur_dir.'\\'.strtr($src_file, '/', '\\').'"';
$im_dest_file = str_replace('%', '%%', ('"'.$cur_dir.'\\'.strtr($dest_file, '/', '\\').'"'));
By
$cur_dir = "";
$src_file = '"'.strtr($src_file, '/', '\\').'"';
$im_dest_file = str_replace('%', '%%', ('"'.strtr($dest_file, '/', '\\').'"'));
Posted: Sun February 08, 2004 5:25 pm post office subject:
--------------------------------------------------------------------------------
I have from the Thread:
[ edit gaugau]removed silly quote[/edit ]
--> the path is correct
Ratio:
2 picmgmt.inc.php on LINE 126 replace edit:
Code:
$cur_dir = substr(dirname(__FILE__), 0, -8);
$src_file = ' "'.$cur_dir.'\\'.strtr($src_file, '/', '\\').'"';
$im_dest_file = str_replace('% ', '%%', (' "'.$cur_dir.'\\'.strtr($dest_file, '/', '\\').'"'));
By
Code:
$cur_dir = "";
$src_file = ' "'.strtr($src_file, '/', '\\').'"';
$im_dest_file = str_replace('% ', '%%', (' "'.strtr($dest_file, '/', '\\').'"'));
The text property I specified above replaces
I did not find the texts specified down unfortunately
Quote3- edit picmgmtbatch.inc.php on line 129 replace:
$cur_dir = substr(dirname(__FILE__),0, -8);
$src_file = '"'.$cur_dir.'\\'.strtr($src_file, '/', '\\').'"';
$im_dest_file = str_replace('%', '%%', ('"'.$cur_dir.'\\'.strtr($dest_file, '/', '\\').'"'));
Also I did not find this text unfortunately:
QuoteBy
$cur_dir = "";
$src_file = '"'.strtr($src_file, '/', '\\').'"';
$im_dest_file = str_replace('%', '%%', ('"'.strtr($dest_file, '/', '\\').'"'));
I get still the error message.
The Provider uses a modified (more developed) Safe_mode
I ask it again for assistance and on a balige answer.
Yours sincerely
Thomas Schuberth
translation by altavita
Thomas,
as casper has already pointed out: the board language here is english. We're running this board for support, so others can benefit if they run into a similar problem. If we were doing individual support, we could do this by email. If your english is not that good, that's no problem, but since you're running a site on the internet you should at least know how to decently quote. You even registered on my personal homepage's board, although the registration terms of my forum clearly say (in German): "no coppermine support on this page". I think you should read stuff more carefully before asking questions.
In other words: try a little harder, nobody will blame you if your english isn't perfect, but you won't become friends with the supporters around here if you don't respect board rules and apply some common sense (yes you can edit you own postings)...
I edited your posting above to show at least some decent quotes (you mustn't disable bbcode!)
Please understand that this site offers support for coppermine, not for setting up a webserver properly, so if your webserver runs a misconfigured version of safe_mode, ask your webhost for support...
GauGau
My proplem with coppermine is of new version please me your help.
the error messages and promplems is in top writes /thread.
very thank
thomas schuberth
Hi Schuberth,
The code you are looking for is line 121 - 123 of the picmgmt.php in the current version.
when searching for the code, just search for the first line, as the cut and paste action often adds blank spaces, and the search then fails.
I hope this helps.