I decided to update the Arastta version of my site to the latest one as requested from within the admin panel.
At the end of update the following line came up when loading this page -
http://www.interdamusic.com/admin/index.php?route=common/login:
Warning: Missing argument 1 for EventAppColumnRight:ostLoadController() in
/homepages/17/d77391768/htdocs/interdamusic/admin/event/app/column_right.php on line 13Notice: Undefined variable: route
in /homepages/17/d77391768/htdocs/interdamusic/admin/event/app/column_right.php on line 15
- the actual page - column_right.php - looks like this:
/**
* @package Arastta eCommerce
* @copyright 2015-2017 Arastta Association. All rights reserved.
* @copyright See CREDITS.txt for credits and other copyright notices.
* @license GNU GPL version 3; see LICENSE.txt
* @link https://arastta.org
*/
class EventAppColumnRight extends Event
{
public function postLoadController($route, &$ret = null)
{
if ($route != 'common/column_left') {
return;
}
$column_right = $this->load->controller('common/column_right');
$ret = chr(13) . chr(13) . $column_right . $ret;
}
}
-----------------
Could you, please, help me to get the site back to normal. Sergei This email address is being protected from spambots. You need JavaScript enabled to view it.
At the end of update the following line came up when loading this page -
http://www.interdamusic.com/admin/index.php?route=common/login:
Warning: Missing argument 1 for EventAppColumnRight:ostLoadController() in
/homepages/17/d77391768/htdocs/interdamusic/admin/event/app/column_right.php on line 13Notice: Undefined variable: route
in /homepages/17/d77391768/htdocs/interdamusic/admin/event/app/column_right.php on line 15
- the actual page - column_right.php - looks like this:
/**
* @package Arastta eCommerce
* @copyright 2015-2017 Arastta Association. All rights reserved.
* @copyright See CREDITS.txt for credits and other copyright notices.
* @license GNU GPL version 3; see LICENSE.txt
* @link https://arastta.org
*/
class EventAppColumnRight extends Event
{
public function postLoadController($route, &$ret = null)
{
if ($route != 'common/column_left') {
return;
}
$column_right = $this->load->controller('common/column_right');
$ret = chr(13) . chr(13) . $column_right . $ret;
}
}
-----------------
Could you, please, help me to get the site back to normal. Sergei This email address is being protected from spambots. You need JavaScript enabled to view it.
Share this post:
Responses (1)
-
Accepted Answer
It's easy to get the site back to normal, just revert to the backup you took before you started the upgrade. Because you took a full backup as you should, right ...
Anyhow, add some useful info please. Like from which version you tried to update from, and to which newer version? Some system information etc. Maybe someone can spot any problems in it.
Also you could try to upload the new files manually, in case any of them wasn't written/updated correctly. And then check your database ...
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »