View Single Post
Old April 25th, 2005, 07:22 PM   #5 (permalink)
sitka
Member
Verified Customer
 
Join Date: Mar 2005
Location: alaska
Posts: 50
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
sitka is offline   Reply With Quote