Moving Coppermine from SuSE to Debian - Problems Moving Coppermine from SuSE to Debian - Problems
 

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

Moving Coppermine from SuSE to Debian - Problems

Started by Loewenherz, April 12, 2005, 11:27:10 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Loewenherz

Hi,
I moved Coppermine from a SuSE 9.2 to a Debian woody vServer and changed the entries in config.inc.php - Coppermine show all pictures, but no user can upload new images. The debug info says:

==========================
VERSION INFO :
------------------
PHP version: 4.1.2 - OK
------------------
mySQL version: 3.23.49-log
------------------
Coppermine version: 1.3.2
==========================
Module: gd
------------------
module doesn't exist
==========================
Module: mysql
------------------
module doesn't exist
==========================
Module: zlib
------------------
module doesn't exist
==========================
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 | 1 | 1
include_path | .:/usr/share/pear | .:/usr/share/pear
open_basedir | /var/www/user1/reiki-land.de/ | no value
==========================
email
------------------
Directive | Local Value | Master Value
sendmail_from | me@localhost.com | me@localhost.com
sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
SMTP | localhost | localhost |  |
==========================
Size and Time
------------------
Directive | Local Value | Master Value
max_execution_time | 30 | 30 |  |
upload_max_filesize | 2M | 2M
post_max_size | 8M | 8M
==========================
Page generated in 0.16 seconds - 6 queries in 0.006 seconds - Album set : .


First time I changed the modul in the config from GD to ImageMagick (I hope, Debian woody has IM on Board...). What I have to do, that Coppermine works?

kegobeer

I'd do a

<?php
phpinfo
();
?>


and see if GD is actually available.  If it isn't, you'll have to use ImageMagick (switch method to resize to Image Magick), and you'll have to supply the path to the ImageMagick binaries in the config page.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Loewenherz

I have:
Quotegd
GD Support   enabled
GD Version   2.0 or higher
FreeType Support   enabled
FreeType Linkage   with freetype
T1Lib Support   enabled
JPG Support   enabled
PNG Support   enabled
WBMP Support   enabled
Theres a difference between coppermine-log and phpinfo...