Upgrade to 1.3.4 problem Upgrade to 1.3.4 problem
 

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

Upgrade to 1.3.4 problem

Started by cluj, August 25, 2005, 05:09:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

cluj

When I click on a foto i get this message:

Warning: implode() [function.implode]: Bad arguments. in /home/albumef/public_html/displayimage.php on line 334

Warning: implode() [function.implode]: Bad arguments. in /home/albumef/public_html/displayimage.php on line 336



When I try to resize photos  i get this:


Warning: chmod() [function.chmod]: Operation not permitted in /home/albumef/public_html/include/picmgmt.inc.php on line 224



please HELP!!!

Joachim Müller

post a deep link to the page that shows this error message.

cluj

after i try to sesize it sends me to this page http://albumefoto.com/util.php  i do no what's wromg  I change the permissions with the server to 777 and still get this

cluj

Help!!!!!!!!!!!!!!!!!!

I cannot get rid of this message:

Warning: chmod() [function.chmod]: Operation not permitted in /home/albumef/public_html/include/picmgmt.inc.php on line 224


Help!!!!!!!!!!!!!!!!

kegobeer

Don't post identical questions in different threads.  Pick one thread and stick with it.  What you're doing makes it hard for supporters to help.

Your host doesn't allow CHMOD.  Try searching for your error message; you should also ask your host if they will enable CHMOD for you.
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

Joachim Müller

To silence the output of the error message, just put an @ sign in front of the command, so the line then reads    @chmod($dest_file, octdec($CONFIG['default_file_mode']));