(1/1) ErrorException
Followed the update instructions for beta.27 release including the deactivation of all extension, update and re-activa. When going to the website I get the following error:
Trying to get property ‘permalink’ of non-object
in Router.php line 215
at HandleExceptions->handleError(8, ’Trying to get property \‘permalink\’ of non-object’, ‘/home/mydomain/app/main/classes/Router.php’, 215, array(‘cacheable’ => false, ‘cached’ => false, ‘pages’ => object(Collection), ‘map’ => array(array(‘file’ => ‘account/register.blade.php’, ‘pattern’ => ‘/register’), array(‘file’ => ‘account/login.blade.php’, ‘pattern’ => ‘/login’), array(‘file’ => ‘account/order.blade.php’, ‘pattern’ => ‘/account/order/:hash?’), array(‘file’ => ‘account/orders.blade.php’, ‘pattern’ => ‘/account/orders/:orderId?’), array(‘file’ => ‘account/reservations.blade.php’, ‘pattern’ => ‘/account/reservations/:hash?’), array(‘file’ => ‘account/address.blade.php’, ‘pattern’ => ‘/account/address/:addressId?’), array(‘file’ => ‘account/account.blade.php’, ‘pattern’ => ‘/account’), array(‘file’ => ‘account/reset.blade.php’, ‘pattern’ => ‘/forgot-password/:code?’), array(‘file’ => ‘checkout/checkout.blade.php’, ‘pattern’ => ‘/checkout’), array(‘file’ => ‘checkout/success.blade.php’, ‘pattern’ => ‘/checkout/success/:hash?’)), ‘page’ => null))in Router.php line 215
There is a whole list following this but guess the error stems from this Router.php file. any help appreciated.