Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/xxxxxxxx/public_html/softball/photos/forums/nuke.php on line 330
getting that message now
Quote:
|
Originally Posted by omegatron What integration is this?
Is this Nuke is this PostNuke there is a big difference here.
If this is nuke then in the nuke.php file
function init_user_groups() {
global $link, $pp_db_prefix;
change to this
function init_user_groups() {
global $link, $Globals;
then after altering that file reinstall |