Updating Concrete5
PermalinkAfter the update I can't reach any part of the site, and only after restoring some files from the backup I regain access.
If there's someone out there willing to help I can try updating again via the dashboard and elaborate on the error messages I get.
In the environment info it says I'm on 5.6.0.1, but when I click on update is says I'm currently running 5.6.1.2, so I guess something's wrong there as well..
Thanks in advance for anyone trying to help.
"An unexpected error occurred.
Unable to get permission key for write"
im guessing its the same problem as the op.
Rony
Rony
When i go back to the page it says: " Fatal error: Call to undefined method Page::supportsPageCache() in /home/*sitename*/public_html/libraries/view.php on line 787"
but the page that comes when i hit the update still remains the same
if ($view->supportsPageCache($_pageBlocks, $this->controller)) { $pageContent = $view->getFromPageCache(); if ($pageContent != false) { Events::fire('on_before_render', $this); if (defined('APP_CHARSET')) { header("Content-Type: text/html; charset=" . APP_CHARSET); } print($pageContent); Events::fire('on_render_complete', $this); if (ob_get_level() == OB_INITIAL_LEVEL) { require(DIR_BASE_CORE . '/startup/shutdown.php'); exit;
Rony