I've recently migrated all of my sites to a new server and am currently having a problem with the update script on two different sites.

I click continue, and am presented with the Update screen. I click "Update" and the page simply refreshes without doing an update. I click the "Update" button again, and again, it just refreshes without updating.

I'm not sure if this has something to do with potential differences in the php configuration?

Any ideas?

Thanks,
Ryan

Comments

Vekseid’s picture

Make sure you don't have the Global Redirect module on when you migrate. It doesn't always handle nonstandard configurations well.

Make sure
variables_order = "EGPCS"
in your php.ini. Drupal and other software does actually check environment variables, unfortunately.

Those are the two main problems I encountered with similar symptoms.