Forum
TFshop PHP error
Pierrick LE BRUN
Posts: 96
TF Shop
July 01, 2022
Hi,
These error show up every few seconds in my PHP error logs:
PHP Notice: Undefined index: target in libraries/techfry/src/View/Air/Button.php on line 28
PHP Notice: Undefined property: stdClass::$isbn in components/com_tfshop/tmpl/product/default_tfsd.php on line 50
Is it a bug, or is it something I didn't configure properly ?
Joomla Fry
Posts: 947
Pierrick LE BRUN
Posts: 96
July 11, 2022
Hi,
Applied the new TF library update previous errors are now gone.
But new ones showed up :
PHP Notice: Undefined property: stdClass::$id in /home/mossieur/staging/libraries/techfry/src/Model/TfModelTrait.php on line 240
PHP Notice: Undefined index: orders in /home/mossieur/staging/libraries/src/Component/Router/Rules/StandardRules.php on line 209
PHP Notice: Trying to get property 'key' of non-object in /home/mossieur/staging/libraries/src/Component/Router/Rules/StandardRules.php on line 211
Pierrick LE BRUN
Posts: 96
July 20, 2022
Hi, just letting you know that i updated today to your last version and here are the errors still showing up now :
[20-Jul-2022 11:45:24 Europe/Paris] PHP Notice: Undefined property: stdClass::$isbn in /xxx/xxx/xxx/components/com_tfshop/tmpl/product/default_tfsd.php on line 50
[20-Jul-2022 11:46:01 Europe/Paris] PHP Notice: Undefined index: orders in /xxx/xxx/xxx/libraries/src/Component/Router/Rules/StandardRules.php on line 209
[20-Jul-2022 11:46:01 Europe/Paris] PHP Notice: Trying to get property 'key' of non-object in /xxx/xxx/xxx/libraries/src/Component/Router/Rules/StandardRules.php on line 211
I have another question which maybe related to this... Why do I have two orders option in TF dashboard (See pics attached)?
The one called "Orders" lead me to https://xxx/administrator/index.php?option=com_tfshop&view=orders
and the other Order Items" lead me to https://xxx/index.php?option=com_tfshop&view=orderitems
The only difference I can see is that one shows what have been paid and not the other. Is there something I'm missing here ?
Joomla Fry
Posts: 947
Pierrick LE BRUN
Posts: 96
Joomla Fry
Posts: 947