php problems php problems
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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?