Unhandled Error!

Method ga_enhanced_ecom_is_enabled is not defined in class Cms_Stats_Settings

Document /phproad/modules/phpr/classes/phpr_extensible.php
Document type PHP document
Line 229
Exception class Phpr_SystemException

Code Highlight

    {
        //throw new Phpr_SystemException('Property ' . $property . ' is not defined in class ' . get_class($this));
    }
 
    public function call_method($method, $arguments)
    {
        throw new Phpr_SystemException('Method ' . $method . ' is not defined in class ' . get_class($this));
    }
 
    /**
     * @deprecated
     */
    public function addDynamicMethod($extension, $dynamic_name, $actual_name)
# Call Stack Code Document Line
14 Phpr_Extensible->call_method(()) /phproad/modules/phpr/classes/phpr_extensible.php 190
13 Phpr_Extensible->__call(()) /phproad/modules/db/classes/db_activerecord.php 1620
12 Db_ActiveRecord->__call(()) /modules/checkout/classes/checkout_actions.php 376
11 Checkout_Actions->start(()) /modules/cms/classes/cms_actionmanager.php 75
10 Cms_ActionManager::execAction(()) /modules/cms/classes/cms_controller.php 578
9 Cms_Controller->eval_page_content(()) /modules/cms/classes/cms_controller.php 205
8 Cms_Controller->open(()) /controllers/application.php 70
7 Application->On404(()) /phproad/modules/phpr/classes/phpr_controller.php 170
6 Phpr_Controller->executeAction(()) /phproad/modules/phpr/classes/phpr_controller.php 85
5 Phpr_Controller->_run(()) /phproad/modules/phpr/classes/phpr_response.php 68
4 Phpr_Response->open404(()) /phproad/modules/phpr/classes/phpr_response.php 38
3 Phpr_Response->open(()) /phproad/system/phproad.php 31
2 include('/var/www/vhosts/happyprints.co.uk/httpdocs/phproad/system/phproad.php') /boot.php 114
1 require_once('/var/www/vhosts/happyprints.co.uk/httpdocs/boot.php') /index.php 3