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::postLoadController() 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.
Thursday, February 16 2017, 02:29 PM
Share this post:
Responses (1)
  • Accepted Answer

    Friday, February 17 2017, 02:26 AM - #Permalink
    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 ...
    The reply is currently minimized Show
Your Reply