PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Installation & Upgrades (http://www.photopost.com/forum/photopost-pro-installation-upgrades/)
-   -   Fresh Install strange error. (http://www.photopost.com/forum/photopost-pro-installation-upgrades/121921-fresh-install-strange-error.html)

rsailors January 3rd, 2006 02:22 AM

Fresh Install strange error.
 
Ok I have installed this 100 times with no problems now I am getting a strange error.

http://www.talkpaws.com/photopost/

I'm running (vBulletin 3.5.2)

I also get this during the install
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/virtual/site29/fst/var/www/html/photo/forums/vb3.php on line 451

Chuck S January 3rd, 2006 08:58 AM

Looks to me like you have not entered either the correct user database info on the config part or on the next to last step the proper vbulletin table prefix

$readug = ppmysql_query("SELECT usergroupid,title,adminpermissions FROM {$Globals['dprefix']}usergroup",$db_link);

rsailors January 3rd, 2006 04:23 PM

Ok I dubble checked everything I even looked at the config file from the site I removed it from (where it was working) I am getting an error during install step 5

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/virtual/site29/fst/var/www/html/photo/forums/vb3.php on line 451

Step 5: PhotoPost Configuration Verification

Chuck S January 3rd, 2006 04:31 PM

Correct your not inputing on the next to last step where it asks for the table prefix on your forum install to enter it on that line.

Go back a step and you will see the spot I mean.

You can find your vbulletin table prefix in your vb config.php file in the includes directory.

rsailors January 3rd, 2006 04:55 PM

Ok
 
I added the prefix in same error... I really dont understand I have installed this so many times with no problems.

Chuck S January 3rd, 2006 05:29 PM

Are you confusing table prefix and cookie prefix?

I posted in post 2 the exact query line 451 you are having an issue with on install.

There can only be two issues.

1. You are not inputing on the step 4 the proper mysql table prefix for your vbulletin forum


or

2. On the initial step of config you did not input for the user database the vbulletin database info


All times are GMT -5. The time now is 06:08 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97