You are not logged in.
Pages: 1
I uploaded/replaced all the files from 4.7 to a client's webhost and uploaded update.php to the root folder.
When I now visit http://www.____.com/update.php, I see a page that says "proceed..." and after I click it, I get a page that only shows the "pluck update helper" header, nothing else.
Looking at the HTML code I see that there should be a form, but it isn't displayed:
<form action="" method="post">
<input name="cont1" size="25" type="password" />
<input type="submit" name="submit" value="Proceed" />
</form>What should I do? The client's website is currently ruined...
Edit: I noticed that on the "proceed"-page, there should be text as well which isn't displayed.
Last edited by Obting (07-09-2011 13:17:15)
Offline
After you click proceed - whats your url now?
update.php
or
update.php?step=1
??
Offline
update.php?step=1
It seems like everything inside "<div id="content">" is not displayed, except links.
Offline
Guess it's a browser issue. The update pages show up correctly in Chrome, but not in Firefox which I used before.
It can't be an add-on issue, I only have Adblock Plus and Web Developer installed for Firefox, on Chrome I have Adblock.
Edit: And now that the update worked and I want to login, the admin login form doesn't show up in Firefox either... have to use Chrome for this again.
Last edited by Obting (07-09-2011 14:03:44)
Offline
You can try two things.
1. Disable Adblock - if it work remove unnecessary filters in Adblock
2. Remove cookies and cache in Firefox.
A_Bach
Offline
Pages: 1