1
XOOPS Version: 2.0.16
Module Name/Version: mxdirectory
PHP Version: 5
Theme you are using: edited from original template provided
Custom template: As above
PHP Debug Messages:
(this is an example from one of the business listing pages)
Notice: Undefined index: premium_listing0opts in file /modules/mxdirectory/include/functions.php line 289
Warning: in_array() [function.in-array]: Wrong datatype for second argument in file /modules/mxdirectory/include/functions.php line 293
Notice: Undefined index: 0 in file /modules/mxdirectory/include/functions.php line 278
Notice: Undefined index: 0 in file /modules/mxdirectory/include/functions.php line 278
Notice: Undefined index: 0 in file /modules/mxdirectory/include/functions.php line 278
Notice: Undefined index: 0 in file /modules/mxdirectory/include/functions.php line 278
Notice: Undefined index: 0 in file /modules/mxdirectory/include/functions.php line 278
Notice: Undefined index: 0 in file /modules/mxdirectory/include/functions.php line 278
Notice: Only variables should be assigned by reference in file /include/comment_view.php line 122
Smarty Debug:
Please visit
http://www.keilorroadniddrie.com/downloads/smarty_debug.html to look at the Smarty debug.
A full description of the issue:
In the business listings I've created in mxdirectory, the businesses web address never shows up on the website. The web addresses can be seen in the admin area of mxdirectory, just not on the website. It is not a matter of approving it, I've looked into that and it doesn't seem to be the issue.
I am beginning to think it is a template issue. Looking in the Smarty debug, there is no website variable I can find. I looked in the template xdir_listingfull.html, and couldn't find anything referring to a web address either.
What code would I need to add to fix this issue? Thanks.