I can't upload any picture!!! I can't upload any picture!!!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

I can't upload any picture!!!

Started by inigobarrio, March 23, 2004, 03:48:52 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

inigobarrio

Hi, I hope someone here can solve my problem, I don't know what to do. When I try to upload an image, I get this error:

Warning: chmod, chgrp, realpath, tmpfile, link() has been disabled for security reasons in /home/webcindario/esosdbezana/coppermine/db_input.php on line 261

Warning: exec, passthru, system, popen, fsockopen, pfsockpen, show_source, php_uname, ini_alter, ini_restore, ini_set, getrusage, get_current_user, set_time_limit, getmyuid, getmypid, dl, leak, listen, chown, chmod, chgrp, realpath, tmpfile, link() has been disabled for security reasons in /home/webcindario/esosdbezana/coppermine/include/picmgmt.inc.php on line 131

Warning: chmod, chgrp, realpath, tmpfile, link() has been disabled for security reasons in /home/webcindario/esosdbezana/coppermine/include/picmgmt.inc.php on line 191

Warning: getimagesize(): Unable to access albums/userpics/10001/TN_100_1627~0.JPG in /home/webcindario/esosdbezana/coppermine/include/picmgmt.inc.php on line 193

Warning: getimagesize(albums/userpics/10001/TN_100_1627~0.JPG): failed to open stream: No such file or directory in /home/webcindario/esosdbezana/coppermine/include/picmgmt.inc.php on line 193


I have the imagemagick installed in my computer, and the path is ok.  I need help!! Thank you

hyperion

exec() has been disabled, so Image Magick will not work.  You will have to use GD or have exec re-enabled.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

inigobarrio

Ok, thank you for answering so soon. I have other question, how can I re-enable exec()???? thanks

hyperion

You can only re-enable exec() if you are the server administrator.  If you held that title, you would know how. :)

Assuming you are not the server administrator, you need to ask your server administrator to re-enable exec(), or you must use GD.  The exec() function is not an issue when using GD.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)