28
Hi Mamba
2 more errors:
in Some of the links extended page (seems the ones that use maps of , but I'm not sure) there were 2 errors
le="color: #000000"><?php Error: Call to undefined function split() in file /modules/happy_linux/class/magpie/magpie_parse.php line 183
FIX: /modules/happy_linux/class/magpie/magpie_parse.php line 183
From:
le="color: #000000"><?php [$ns, $el] = split(':', $element, 2);
To:
le="color: #000000"><?php [$ns, $el] = explode(':', $element, 2);
That fixed my problems, but probably this error should also taken into account:
le="color: #000000"><?php Class 'XoopsTree' is deprecated, check 'XoopsObjectTree' in tree.php trace: class/xoopstree.php:49 /modules/weblinks/class/weblinks_category_basic_handler.php:98 /modules/happy_linux/include/functions.php:89 /modules/weblinks/include/functions.php:22 /modules/weblinks/class/weblinks_link_count_handler.php:58 /modules/weblinks/class/weblinks_cat_view_handler.php:37 /modules/weblinks/class/weblinks_link_view_handler.php:112 /modules/happy_linux/include/functions.php:89 /modules/weblinks/include/functions.php:22 /modules/weblinks/class/weblinks_singlelink.php:85 /modules/weblinks/class/weblinks_singlelink.php:106 /modules/weblinks/singlelink.php:67