trouble with uploading pictures trouble with uploading pictures
 

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

trouble with uploading pictures

Started by nastey, March 19, 2005, 11:32:46 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

nastey

when i'm trying to upload some photos, i can't, i've got '0 uploads were successful.'
and this 
Warning: move_uploaded_file(./albums/edit/mHTTP_temp_c0738e12.jpg): failed to open stream: Permission denied in /home/accounts_n/nastey/public_html/galler/upload.php on line 1197

Warning: move_uploaded_file(): Unable to move '/tmp/upload/phpGHTjAw' to './albums/edit/mHTTP_temp_c0738e12.jpg' in /home/accounts_n/nastey/public_html/galler/upload.php on line 1197


on top of the site
i'm a stupid one, and sorry if this problem appeared earlier, i'm just desperate to solve it as quick as possible.

foulu

check folder alumbs/edit --- create(if itdont exit) and chmod to 777

nastey

it tells me that 'request denied. verify that the file or folder exist and that you have the necessary persmissions on the server to perform the requested operation'

;(

Joachim Müller

if you don't have permissions to CHMOD, ask your webhost for support - they may have to CHOWN the folders for you.

Joachim