php problems php problems
 

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

php problems

Started by Dav7, September 24, 2004, 12:25:30 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dav7

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? :(

Tranz

Please do a search for:

Warning: move_uploaded_file failed to open stream

Joachim Müller

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

Dav7

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

Tranz

Dav7,

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