- Posts: 431
- Thank you received: 22
Error on translation string
2 years 6 months ago - 2 years 6 months ago #359667
by mojweb
Error on translation string was created by mojweb
-- HikaShop version -- : 5.0.3
-- Joomla version -- : 4
-- PHP version -- : 8.2
PHP Warning: syntax error, unexpected '=' in xxx/language/overrides/sl-SI.override.ini on line 35
in xxx/administrator/components/com_hikashop/helpers/translation.php on line 118
In line 35 is:
YOU_CAN_NOW_ACCESS_YOUR_ORDER_HERE="You can now access your order <a href='%s'>here</a>."
And
PHP Warning: Undefined property: stdClass::$order in xxx/media/com_hikashop/mail/order_notification.text.php on line 12
PHP Warning: Attempt to read property "order_number" on null in xxx/media/com_hikashop/mail/order_notification.text.php on line 12
-- Joomla version -- : 4
-- PHP version -- : 8.2
PHP Warning: syntax error, unexpected '=' in xxx/language/overrides/sl-SI.override.ini on line 35
in xxx/administrator/components/com_hikashop/helpers/translation.php on line 118
In line 35 is:
YOU_CAN_NOW_ACCESS_YOUR_ORDER_HERE="You can now access your order <a href='%s'>here</a>."
And
PHP Warning: Undefined property: stdClass::$order in xxx/media/com_hikashop/mail/order_notification.text.php on line 12
PHP Warning: Attempt to read property "order_number" on null in xxx/media/com_hikashop/mail/order_notification.text.php on line 12
Last edit: 2 years 6 months ago by mojweb.
Please Log in or Create an account to join the conversation.
2 years 6 months ago #359669
by nicolas
Replied by nicolas on topic Error on translation string
Hi,
That line looks fine. This means that the problem is probably elsewhere.
Please provide a copy of the full ini file.
That line looks fine. This means that the problem is probably elsewhere.
Please provide a copy of the full ini file.
Please Log in or Create an account to join the conversation.
2 years 6 months ago #359703
by mojweb
Replied by mojweb on topic Error on translation string
I found the problem. Missing " on end of string.
Thank you.
Thank you.
Please Log in or Create an account to join the conversation.
Time to create page: 0.223 seconds