php? apache? linux? ..problem.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
gilliepit
Forum Newbie
Posts: 9
Joined: Sat Oct 12, 2002 12:52 pm
Location: usa.sc.cola
Contact:

php? apache? linux? ..problem.

Post 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.
Post Reply