By hau-1 on
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
halo.. need reply..
halo.. need reply..
I had this issue today.. In
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
I have the same problem and
I have the same problem and doing this did not help at all.
Fresh Install
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?
same issue
6.13 --> 6.14
try to run update.php, redirects to http:///update.php?op=info
page is blank.
The way I solved it was that
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.
Same thing worked for me
Thanks @jonnyplunder, I also had deleted unused themes. I put them back and found my missing update.php page.
Same here... no idea why that
Same here... no idea why that should have made all the difference, but back to normal now! phew
I came across this same
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 ;)