I am trying to get FEC up and running on my website. It seems to be working on the store end ... but in the Admin Area, certain setting won't update when trying to save them. You can make the change and then update and the site returns a white page and doesn't update the setting in the database. The error is being generated by a the
configuration_default.php added by the FEC module.
Code:
PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo()
Been scouring the forum for an answer have yet to find one. Thanks in advance for any help that can be offered.
Here's the full error message:
Code:
[04-Sep-2020 11:31:48 America/Los_Angeles] PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php:19
Stack trace:
#0 /home/*****/moonrivercardstore.com/store_NLW/admin_***/index.php(11): require()
#1 {main}
thrown in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php on line 19
[04-Sep-2020 11:31:48 America/Los_Angeles] Request URI: /store_***/admin_***/index.php?cmd=configuration_default&gID=10&cID=244&action=save, IP address: 71.85.54.137
--> PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php:19
Stack trace:
#0 /home/*****/moonrivercardstore.com/store_NLW/admin_***/index.php(11): require()
#1 {main}
thrown in /home/*****/moonrivercardstore.com/store_NLW/admin_***/configuration_default.php on line 19.
We are running Zen Cart 1.5.7 with PHP 7.2.
Bookmarks