2
Have also run into this:
Assigning the return value of new by reference is deprecated in file /modules/article/include/functions.php line 115:
$category_handler =& xoops_getModuleHandler("category", $GLOBALS["artdirname"]);
$criteria =& new CriteriaCompo("1", 1); <--- Line 115
Anybody fixed it yet?