Just attempted upgrading from 1.5.4 to 1.5.5 and clicking continue on the upgrade page takes me to:
.../install/index.php?route=upgrade
Where is just stays with a blank page. I've left it for over 10 minutes without change.
Admin has "Version 1.5.5" at the bottom of the page.
Home page has the following error:
Warning: strpos() [function.strpos]: Empty delimiter in .../catalog/controller/common/header.php on line 60
Code: Select all
if (strpos($this->request->server['HTTP_USER_AGENT'], trim($robot)) !== false) {
I'm using a custom theme but only made a few changes to a couple of template files and the rest is just css changes.
I've not modified any core files.