Did that file actually upload ?
Have you checked that it is there ?
Thread Starter
xaero
(@xaero)
Of course, the “edit.php” page is certainty under “wp-admin” folder.
Thread Starter
xaero
(@xaero)
The “edit.php” is actualky there!
I’ve restarted the server and my own computer, but it does not take any effect!
Can anyone help me?
Thread Starter
xaero
(@xaero)
I think it is the file “edit.php” itself cause the problem!
Because I replace the “edit.php” file whit other file, it can work properly!
Of cource, all of the files are named with “edit.php” each time.
Thread Starter
xaero
(@xaero)
How can I fix this problem?
Thanks in advance for any help!
Thread Starter
xaero
(@xaero)
Can any support maven explain the code of “edit.php”?
That is how does “edit.php” work?
Xaero, if the edit.php file existed where it’s supposed to exist, there wouldn’t be a 404 error returned, no matter how bad that file was messed up. For whatever reason your wp-admin/edit.php simply cannot be read by the Apache server, period. Check permissions, make sure your blog URL is set correctly, etc.
Thread Starter
xaero
(@xaero)
Thank ColdForged!
“edit.php” is actually under wp-admin floder.
If I replace the “edit.php” source code with the following code, it can work properly!
<?php
echo "asdfasdfasdf";
?>
So I think the server (IIS 6.0) can read the “edit.php” file, but the file’s code can’t work properly.
Thread Starter
xaero
(@xaero)
Thanks to Kafkaesqui!
Has it fixed in version 1.5.1?
But I can’t find the 1.5.1 wp! 🙁
v1.5.1 is still under development. If you want v1.5.1, you’ll have to tackle it yourself.
http://trac.wordpress.org/
Thread Starter
xaero
(@xaero)
Many thanks!
I’m a Chinese user.