View Single Post
Old October 22nd, 2006, 12:48 PM   #18 (permalink)
marcjd
Junior Member
Verified Customer
 
Join Date: Jun 2004
Posts: 29
Just to make sure I deleted all photopost files on the server except the two config files that have already been updated. I cleared the vb db of the pp files and then put them back in to what they were prior to the first upgrade attempt.

I ran the upgrade again and got these errors in addition to some of the uplink errors again.
Quote:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/politics/public_html/photopost/pp-inc.php on line 3934
[looked it up and is this: while ( $row = mysql_fetch_row($resultb) ) ]

Error performing MySQL command: UPDATE settings SET setting = 'Powered by: PhotoPost --replaceme--
Copyright 2006 All Enthusiast, Inc.' WHERE id=37
Error: Table 'politics_discussion.settings' doesn't exist



Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/politics/public_html/photopost/pp-inc.php on line 3934


And now on the photopost index.php page these two errors are on top and the backgrounds/formatting still don’t work right as before.

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/politics/public_html/photopost/forums/vb3.php on line 426

[looked it up and is this: list( $usergroup,$cpaccess_a,$modaccess_a,$diskspace_a,$uploadsize_a,$uplimit_a,$uploads_a,$comments_a,$ueditpho_a,$ueditposts_a,$useralb_a,$reqmod_a,$assign_a ) = mysql_fetch_row($result); ]

Warning: Invalid argument supplied for foreach() in /home/politics/public_html/photopost/pp-inc.php on line 3975

[looked it up and is this: foreach( $Globals['cats'] as $key => $value ) ]
I shouldn't be getting that settings error. I can try and add the prefix and run this again, but don't how much this will help.

Thanks.
marcjd is offline   Reply With Quote