I can't update my site
My site had updated from 5x to 6x
And when I click the Update button from Update.php
The URL became a white blank page and the URL was http://update.php/?op=start&id=XX
And the update can't be done
Do you have any idea for this problem?

Comments

hau-1’s picture

halo.. need reply..

anotherdave’s picture

I had this issue today.. In your settings.php file, is your BASE URL blank? Make sure that this line is either commented out or has a value.

Dave

jonnyplunder’s picture

I have the same problem and doing this did not help at all.

EricW’s picture

I have a fresh install of 6.13 and am seeing the same issue. update.php leads to update.php?op=info and a blank screen. Has anyone found a work around for this?

lupMixy’s picture

6.13 --> 6.14

try to run update.php, redirects to http:///update.php?op=info

page is blank.

jonnyplunder’s picture

The way I solved it was that I had previously deleted the default theme that drupal insists on using for update.php, thinking I did not need it. How wrong I was! Uploading it back fixed the issue.

bobbydonohue’s picture

Thanks @jonnyplunder, I also had deleted unused themes. I put them back and found my missing update.php page.

stevensunsunsun’s picture

Same here... no idea why that should have made all the difference, but back to normal now! phew

InterestingJohn’s picture

I came across this same problem updating a site from D5 to D6 after moving it to a new domain, it kept reverting to the old domain after hitting the "update" button. I had to protect the settings.php file, it was apparently overwriting in the base url. Changed the permissions on the sites/default/ directory and problem solved. Hope this helps anyone in the future ;)