coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: cluj on August 25, 2005, 05:09:53 AM

Title: Upgrade to 1.3.4 problem
Post by: cluj on August 25, 2005, 05:09:53 AM
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!!!
Title: Re: Upgrade to 1.3.4 problem
Post by: Joachim Müller on August 26, 2005, 09:19:07 AM
post a deep link to the page that shows this error message.
Title: Re: Upgrade to 1.3.4 problem
Post by: cluj on August 26, 2005, 06:20:52 PM
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
Title: Re: Upgrade to 1.3.4 problem
Post by: cluj on August 27, 2005, 06:01:50 AM
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!!!!!!!!!!!!!!!!
Title: Re: Upgrade to 1.3.4 problem
Post by: kegobeer on August 27, 2005, 02:26:15 PM
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.
Title: Re: Upgrade to 1.3.4 problem
Post by: Joachim Müller on August 27, 2005, 03:43:08 PM
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']));