When I try to use Cobalt API, I get the following error:
Fatal error: Call to undefined method JAdministrator::getParams() in [...]\components\com_cobalt\api.php on line 68
Commenting the line allows the API to work.
Maybe you meant $app->getProperties(); instead of $app->getParams(); ?
When I try to use Cobalt API, I get the following error:
Fatal error: Call to undefined method JAdministrator::getParams() in [...]\components\com_cobalt\api.php on line 68
Commenting the line allows the API to work.
Maybe you meant $app->getProperties(); instead of $app->getParams(); ?