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?
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.
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...