Coppermine 1.4.3 and ImageMagick (all the debug information included) Coppermine 1.4.3 and ImageMagick (all the debug information included)
 

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]

Main Menu

Coppermine 1.4.3 and ImageMagick (all the debug information included)

Started by Nad_F, February 09, 2006, 11:57:43 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Nad_F

Hello!
Sorry for so bothered question, but for many reasons I need to use Coppermine 1.4.3  (stable) with ImageMagick.
I've tried to search answer on my question on this forum, but unfortunately unsuccessfully.
For me the path to ImageMagick is: /usr/local/bin/ (my hoster has told me that path to installed IM), but thumbnails not generating after upload. All the debug information is accessible on this page:
http://xrays.com.ru/debug.html
I also tried to leave command line blank. Albums folder is setting to 777, and all other permissions established according to the manual.
Help me please to adjust Coppermine for work with ImageMagick.
Beforehand many thanks!


Nad_F

Sorry for additional posts, please delete all other from me on this theme.

Stramm


Nad_F

When in command line to IM: "which convert"
Bottom notices in debug mode:

On first step:
---
/include/functions.inc.php
Warning line 2910: cannot yet handle MBCS in html_entity_decode()!
XXX
---
After upload:
/include/picmgmt.inc.php
Notice line 205: Undefined index: OS
Notice line 210: Undefined variable: retval
Warning line 210: exec() has been disabled for security reasons
Notice line 214: Undefined variable: retval
Warning line 277: chmod(): No such file or directory
Warning line 279: getimagesize(./albums/edit/preview_13023dd5.jpg): failed to open stream: No such file or directory
Warning line 282: unlink(./albums/edit/preview_13023dd5.jpg): No such file or directory
/include/functions.inc.php
Notice line 2660: Undefined variable: i

Thank you for your interest!

Nibbler

Quote from: Nad_F on February 09, 2006, 08:12:49 PM
Warning line 210: exec() has been disabled for security reasons

You can't use IM when exec is disabled. Either use GD2 or search the board for the passthru workaround.

Nad_F

Ok, thank you!
Unfortunately "no results found"...
If I make own PHP on server can it help?


Nad_F

Unfortunately in my case it doesn't help:((((((

Warning line 210: passthru() has been disabled for security reasons

I need to make own PHP.

Joachim Müller

Quote from: Nad_F on February 09, 2006, 12:00:46 PM
Sorry for additional posts, please delete all other from me on this theme.
Don't render a thread useless by editing out previous postings >:(!

Nad_F

I've make own PHP-interpreter on the server and now Coppermine and ImageMagick work perfectly! Big thanks to all Coppermine developers!!!