PDA

View Full Version : What are these errors when I upload a file?


hbirt
05-06-05, 11:39 AM
I keep getting this error, the file gets uploaded or updated despite the error

Warning: fread(): supplied argument is not a valid stream resource in /home/xxxxxxxx/public_html/dotproject/modules/files/files.class.php on line 152

Warning: fclose(): supplied argument is not a valid stream resource in /home/xxxxxxxxxx/public_html/dotproject/modules/files/files.class.php on line 153

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxxxxxx/public_html/dotproject/modules/files/files.class.php:152) in /home/xxxxxxxxx/public_html/dotproject/classes/ui.class.php on line 515

cyberhorse
05-06-05, 01:37 PM
It's very likely you don't have writable permissions for your /files folder.

hbirt
05-06-05, 02:43 PM
Strangely, after the error, when I check, the action I wanted done hasbeen perfomed

pedroa
06-06-05, 03:48 AM
Isnt' it something like this?

http://www.dotproject.net/mantis/bug_view_advanced_page.php?bug_id=0000837

Pedro A.

hbirt
06-06-05, 02:17 PM
Yes ........ ;)

hbirt
05-07-05, 07:08 AM
Yes ........ ;)

Has it been fixed? :D

cyberhorse
05-07-05, 12:46 PM
One way to find out - update to latest cvs and try :p