Fatal error: Call to undefined method Loader::library() in /xyz/system/library/openbay/ebay.php on line 146
There is a problem with the logging class which I haven't tracked down yet, but if you want your site back quickly just open the file system/library/openbay/ebay.php and comment out line 27, which will simply turn off the call to the logging for this extension:
Code: Select all
if ($this->logging == 1) {
//$this->setLogger();
}