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!!!
post a deep link to the page that shows this error message.
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
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!!!!!!!!!!!!!!!!
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.
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']));