Page 1 of 1

php? apache? linux? ..problem.

Posted: Sun Nov 03, 2002 5:51 pm
by gilliepit
I have written a perfectly simple upload form, the process works fine with txt documents, but when trying to send images or microsoft documents, it dies.

I am running a basic LAMP setup - are there any conflicts that I should know about? This is the error I get when uploading something other than a txt file...
Warning: Unable to open '' for reading: No such file or directory in /var/www/html/lindler/admin/processes/create.php on line 28

Warning: Cannot add header information - headers already sent by (output started at /var/www/html/lindler/admin/processes/create.php:28) in /var/www/html/lindler/admin/processes/create.php on line 29
...yeah, it says it can't open whatever it's talking about, but when sending txt files, everything is peachy.