Quote Originally Posted by ChrisSD View Post
Running Zencart v1.51.
When I install Cookie Control, I am then unable to get to the Admin panel; webpage returns error HTTP 500.
Has anybody else had this and know the cause? Or is there something else I need to do for Zencart v1.51.
I have removed everything for Cookie Control and Admin works, and tried installing it again but still the same problem.
I just checked the error logs and got this:
PHP Fatal error:
Call to undefined function zen_page_key_exists() in /home2/*********websitename/public_html/zentest/includes/init_includes/init_cookie_control_config.php
on line 60

init_cookie_control_config.php is in the zc_admin folder.

Line 60 is: if (!zen_page_key_exists('configCookieControl')) {

Is this the correct location for init_cookie_control_config.php ?