coppermine-gallery.com/forum

No Support => General discussion (no support!) => Topic started by: Dav7 on September 24, 2004, 12:25:30 AM

Title: php problems
Post by: Dav7 on September 24, 2004, 12:25:30 AM
Hi! I´m portuguese and i have a problem using for the first time de coppermine, wen i want to upload a new fot apears this error : Warning: move_uploaded_file(./albums/edit/mHTTP_temp_081519aa.bmp): failed to open stream: Permission denied in /home/davs/public_html/Fotos/upload.php on line 1197

Warning: move_uploaded_file(): Unable to move '/tmp/phpRBU7nd' to './albums/edit/mHTTP_temp_081519aa.bmp' in /home/davs/public_html/Fotos/upload.php on line 1197


i´m very stressed about this :( can someone help me plese? :(
Title: Re: php problems
Post by: Tranz on September 24, 2004, 12:37:19 AM
Please do a search for:

Warning: move_uploaded_file failed to open stream
Title: Re: php problems
Post by: Joachim Müller on September 24, 2004, 05:42:19 AM
as a sidenote: you shouldn't upload huge (uncompressed) bmp files. Although technically possible, it's not recommended, as bmp just wasn't made for usage on the internet.

Joachim
Title: Re: php problems
Post by: Dav7 on September 24, 2004, 07:58:50 PM
but that error apears with any format i try to upload!! and it´s not a uge image!



Quote from: GauGau on September 24, 2004, 05:42:19 AM
as a sidenote: you shouldn't upload huge (uncompressed) bmp files. Although technically possible, it's not recommended, as bmp just wasn't made for usage on the internet.

Joachim
Title: Re: php problems
Post by: Tranz on September 24, 2004, 08:03:25 PM
Dav7,

As GauGau said, using bmp is just a sidenote. Did you address the actual issue with the search I suggested?