Fedora 8
Apache 2.2.6 RPM
PHP 5.2.4 RPM
Mysql 5.0.45 RPM
Wordpress 2.7
While upload image, the following error occurs. But it used to work well.
"File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini."
Here is my php.ini configuration:
post_max_size = 64M
file_uploads = On
upload_tmp_dir = /tmp
upload_max_filesize = 128M
Here is my php.conf configuration under /etc/httpd/conf.d/:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
DirectoryIndex index.php
Folder permission was 777. There is no .htaccess file in wordpress folder. I can publish new post. It seemed to happen after I install mediawiki 1.13.2
I really don't know what's wrong. Can anyone give me some help?
Thanx in advance