upload problem upload problem
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

upload problem

Started by orech, August 21, 2005, 01:07:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

orech

I am using cpg one year without problems , but now I cannot upload images. After uploading system response "uploads were successful." but i don't see anything.

debug mode show me this


Notice: Undefined index: OS in /DISK3/WWW/orechdaczech.com/www/include/picmgmt.inc.php on line 157

Warning: shell_exec() has been disabled for security reasons in /DISK3/WWW/orechdaczech.com/www/include/picmgmt.inc.php on line 171

please help

Joachim Müller

The error message means that your webhost has changed his security policy, so you can't use ImageMagick anymore. Go to coppermine's config, set "method for resizing images" to "GD2" and try if this works for you. If it doesn't, contact your webhost.

Joachim

P.S. Disable notices_display in debug_mode, unless you are a developer and know your way around.