From: <dyn...@us...> - 2002-01-18 17:09:44
|
Jeremy, Is the Hubit module strictly for blocks or will plug ins be affected by this new module? Are we going to have to adapt plugins to a new system or something? Want to make phpwhosonline compatible to the other things. I'm sure you know, but there are some kinks in the installation process. Warning: Supplied argument is not a valid MySQL result resource seems to be produced by the list function you provide. Line 67 and 70: $result_id = mysql_query ("select max(menu_id) from " . $table_prefix."menu where menu_id >= '0' and menu_id < '100'"); line 67: list($menu_id) = mysql_fetch_row($result_id); $result_order = mysql_query ("select max(menu_order) from " . $table_prefix."menu where menu_level='1'"); line 70: list($menu_order) = mysql_fetch_row($result_order); Also: Warning: Supplied argument is not a valid MySQL result resource in ./mod/hubit/hubit.php on line 16 Warning: Supplied argument is not a valid MySQL result resource in ./mod/hubit/hubit.php on line 18 TaT |