settings.php missing from install
-
Hello,
I’m running WP 3.1 with Network enabled. The install was done with subversion. When I went to save a change in my Network Options in the site admin panel, I was taken to a Yahoo page-not-found site as it looked for this link:
http://my_wp_site/wp-admin/settings.php?updated=true
Come to find out, I don’t have settings.php in my install. Has anyone else run into this? What’s the best way to retrieve the correct version of the file?
Thanks a lot.
EDIT: After looking at the code, I’m a little more confused. All my install files are just where they should be, but I still don’t know why WordPress isn’t finding the page it needs to when I save my changes. The form action code looks like this:
<form method="post" action="edit.php?action=siteoptions"> <input type="hidden" id="_wpnonce" name="_wpnonce" value="b976c966eb" /><input type="hidden" name="_wp_http_referer" value="/wp-admin/network/settings.php" />Why would it be looking for /wp-admin/settings.php?updated=true?
Thanks again.
The topic ‘settings.php missing from install’ is closed to new replies.