Shop / e-Commerce Integration
Hikashop Joomdle plugin errors
- Wynand Louw
-
Topic Author
- Offline
- Premium Member
-
Less
More
3 years 1 month ago #1
by Wynand Louw
Hikashop Joomdle plugin errors was created by Wynand Louw
Hello Antonio
Have HikaShop Essential 4.7.1 installed with Joomla 4.2.9 and Moodle 4.1
Get the following errors:
Warning: Undefined variable $success in /home/mysite/public_html/plugins/hikashop/joomdle/joomdle.php on line 61
Warning: Undefined variable $msg in /home/mysite/public_html/plugins/hikashop/joomdle/joomdle.php on line 61
COM_JOOMDLE_WEB_SERVICES_ERROR: array_key_exists(): Argument #2 ($array) must be of type array, null given
Please advise.
Have HikaShop Essential 4.7.1 installed with Joomla 4.2.9 and Moodle 4.1
Get the following errors:
Warning: Undefined variable $success in /home/mysite/public_html/plugins/hikashop/joomdle/joomdle.php on line 61
Warning: Undefined variable $msg in /home/mysite/public_html/plugins/hikashop/joomdle/joomdle.php on line 61
COM_JOOMDLE_WEB_SERVICES_ERROR: array_key_exists(): Argument #2 ($array) must be of type array, null given
Please advise.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
3 years 1 month ago #2
by Antonio Durán
Replied by Antonio Durán on topic Hikashop Joomdle plugin errors
Hi.
It seems these messages may be coming from an outdated plugin, because I cannot find the lines they refer to.
Can you install the latest version and test?
www.joomdle.com/download/category/16-hik...ashop-joomdle-plugin
It seems these messages may be coming from an outdated plugin, because I cannot find the lines they refer to.
Can you install the latest version and test?
www.joomdle.com/download/category/16-hik...ashop-joomdle-plugin
Please Log in or Create an account to join the conversation.
- Wynand Louw
-
Topic Author
- Offline
- Premium Member
-
3 years 1 month ago #3
by Wynand Louw
Replied by Wynand Louw on topic Hikashop Joomdle plugin errors
Reinstalled the plugin as you indicated then got the following warning:
Warning: Trying to access array offset on value of type bool in /home/mysite/public_html/plugins/user/joomdlehooks/joomdlehooks.php on line 217
Warning: Trying to access array offset on value of type bool in /home/mysite/public_html/plugins/user/joomdlehooks/joomdlehooks.php on line 217
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
3 years 1 month ago #4
by Antonio Durán
Replied by Antonio Durán on topic Hikashop Joomdle plugin errors
Hi.
That is a different warning message. I think you can do a minor change to get rid of it.
File: plugins/user/joomdlehooks/joomdlehooks.php
Change line 217 by:
if (($line == '\n') || ((is_array ($line)) && ($line[0] == '#')))
That is a different warning message. I think you can do a minor change to get rid of it.
File: plugins/user/joomdlehooks/joomdlehooks.php
Change line 217 by:
if (($line == '\n') || ((is_array ($line)) && ($line[0] == '#')))
Please Log in or Create an account to join the conversation.
- Wynand Louw
-
Topic Author
- Offline
- Premium Member
-
3 years 1 month ago #5
by Wynand Louw
Replied by Wynand Louw on topic Hikashop Joomdle plugin errors
Thanks. That resolved the issue.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
3 years 1 month ago #6
by Antonio Durán
Replied by Antonio Durán on topic Hikashop Joomdle plugin errors
Great, thanks for the feedback.
Please Log in or Create an account to join the conversation.