Fatal error: Cannot assign by reference to overloaded object in C:\xampp\htdocs\webshop\modules\orderfees\controllers\admin\AdminOrderFeesController.php on line 57
Can't really ask for their help because they said it doesn't work with TB without testing it. It should work though because it did install it succesfully. I get this error when I want to configure it.
Thanks!
Edit: Code:
```
$
this->select = "CASE
WHEN (isfee & " . (int) $this->module->getConstant('ISOPTION') . ")
THEN '" . pSQL($this->l('Option')) . "'
WHEN (isfee & " . (int) $this->module->getConstant('IS_REDUCTION') . ")
THEN '" . pSQL($this->l('Discount')) . "'
ELSE '" . pSQL($this->l('Fee')) . "'
END AS type";
Question
Steve
Fatal error: Cannot assign by reference to overloaded object in C:\xampp\htdocs\webshop\modules\orderfees\controllers\admin\AdminOrderFeesController.php on line 57
Can't really ask for their help because they said it doesn't work with TB without testing it. It should work though because it did install it succesfully. I get this error when I want to configure it.
Thanks!
Edit: Code:
``` $ this->select = "CASE WHEN (isfee & " . (int) $this->module->getConstant('ISOPTION') . ") THEN '" . pSQL($this->l('Option')) . "' WHEN (isfee & " . (int) $this->module->getConstant('IS_REDUCTION') . ") THEN '" . pSQL($this->l('Discount')) . "' ELSE '" . pSQL($this->l('Fee')) . "' END AS type";
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now