- Posts: 2
- Thank you received: 0
Problem with module
-
r_ekkie
Inactive member - Topic Author
- New Member
Less
More
11 years 7 months ago #29928
by r_ekkie
Problem with module was created by r_ekkie
When I have the module displayed on my website I get the following error on the top of the module.
Constant JPATH_VM_ADMINISTRATOR already defined in /public_html/modules/mod_vmscroller/helper.php on line 13
What can this be?
Load jQuery, load jQuery UI and Load Script Run-time are disabled what more do I need to turn off?
Thanks
Constant JPATH_VM_ADMINISTRATOR already defined in /public_html/modules/mod_vmscroller/helper.php on line 13
What can this be?
Load jQuery, load jQuery UI and Load Script Run-time are disabled what more do I need to turn off?
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29940
by ivan.milic
Replied by ivan.milic on topic Problem with module
Open:
modules\mod_vmscroller\helper.php
Do "Find And Replace All" for:
JPATH_VM_ADMINISTRATOR
with
VMSCROLLER_VM_ADMINISTRATOR
modules\mod_vmscroller\helper.php
Do "Find And Replace All" for:
JPATH_VM_ADMINISTRATOR
with
VMSCROLLER_VM_ADMINISTRATOR
The following user(s) said Thank You: r_ekkie
Please Log in to join the conversation.
-
r_ekkie
Inactive member - Topic Author
- New Member
Less
More
- Posts: 2
- Thank you received: 0
11 years 7 months ago #29952
by r_ekkie
Replied by r_ekkie on topic Problem with module
Thanks that is solved.
now I get this one sometimes:
Notice: Trying to get property of non-object in /public_html/modules/mod_vmscroller/helper.php on line 416
Guess it has to do something with products that have no price jet?
now I get this one sometimes:
Notice: Trying to get property of non-object in /public_html/modules/mod_vmscroller/helper.php on line 416
Guess it has to do something with products that have no price jet?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 7 months ago #29959
by ivan.milic
Replied by ivan.milic on topic Problem with module
"Notice" is not something you worry about. Just level down error reporting level in joomla global configuration. Usually "system default" would be OK value to set.
Please Log in to join the conversation.
Time to create page: 0.155 seconds