Hey, running latest EE 2.5 (upgraded from 2.4.0) and the latest CC module, went to the module CP for Cookie Consent, saw that the checkbox was checked, clicked, submit. Then went to the extensions, clicked on the ‘link’ for ‘Cookie Check’ (shouldn’t this also be consent?) and I get this error:
Fatal error: Call to undefined method Cookie_consent_ext::settings() in /home/epwebsit/public_html/bwf/admin/expressionengine/controllers/cp/addons_extensions.php on line 394
Thaaaanks,
Coolio- I went with just redirecting access to the extension to the module cp- so in ext.cookie_consent.php:
function settings_form($current)
{
// Let's just send them to the module's page
$this->EE->functions->redirect(
BASE.AMP.'C=addons_modules'.AMP.'M=show_module_cp'.AMP.'module=cookie_consent'
);
}And renamed extension- oops! That was the original name for the whole module, but I didn’t think it was very descriptive. Missed that one in the renaming process!
Thanks Rob. Spot anything else odd- yell!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.