e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
322 stars 214 forks source link

Plugin manager 'find plugins' returns blank page #490

Closed nlstart closed 10 years ago

nlstart commented 10 years ago

e107_admin/plugin.php?mode=online Error in debug mode: Fatal error: Declaration of e_marketplace_adapter_wsdl::call() must be compatible with that of e_marketplace_adapter_abstract::call() in /home/public_html/e107_handlers/e_marketplace.php on line 604

Moc commented 10 years ago

Cannot reproduce

nlstart commented 10 years ago
Moc commented 10 years ago

Possible fix:

e107_handlers/e_marketplace.php on line 255, change to:

abstract public function call($method, $data, $apply = true);

UNTESTED, so use at own risk :p

Moc commented 10 years ago

Did you try this fix @nlstart ?

nlstart commented 10 years ago

Your code suggestion works; it's tested okay on Windows localhost and Linux hosting environment.