PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   ReviewPost Bug Reports (http://www.photopost.com/forum/reviewpost-bug-reports/)
-   -   inc_reviews.php(NOT A BUG) (http://www.photopost.com/forum/reviewpost-bug-reports/115717-inc_reviews-php-not-bug.html)

Crow September 16th, 2005 10:09 PM

inc_reviews.php(NOT A BUG)
 
After adding the root path for the inc_reviews.php my forums home page goes blank. If I uncomment "mysql_select_db" I get "Could not select reviewpost database" I've checked all my settings in both config files and they are right and my reviewpost works its just the inc_reviews.php that doesn't

I'm running the latest RP and vB3.5

Chuck S September 19th, 2005 06:26 AM

Uncheck the link line and fill out the user and password to connect to the reviewpost database ;)

Crow September 19th, 2005 10:30 AM

Quote:

Originally Posted by omegatron
Uncheck the link line and fill out the user and password to connect to the reviewpost database ;)

been there done that!
I get this : Could not select reviewpost database

Chuck S September 19th, 2005 03:50 PM

If you did that and got could not select database then information in the link statement or select database statement below it had to be incorrect.

Crow September 20th, 2005 06:39 PM

Quote:

Originally Posted by omegatron
If you did that and got could not select database then information in the link statement or select database statement below it had to be incorrect.

I'm using the same DB name / login / password as the reviewpost uses to run on the site now. only thing I can think is wrong is this : "mysql_select_db ("rp_database")"

I'm using the DB prefix rp_
any idea's?

Chuck S September 20th, 2005 07:05 PM

mysql_select_db is your database name no table prefix.

Crow September 23rd, 2005 01:03 PM

I re-read the text at the top of inc_reviews.php and my RP and VB are all in the same DB using the same login and pass, so the,
//$link = mysql_connect
and
//mysql_select_db
should be set right being commented. So by the text this should work, but it doesn't.

Chuck S September 23rd, 2005 02:13 PM

Okay well your not setting something correct that is for sure.

You can post a url here if you want as it will save time

Crow September 24th, 2005 12:18 PM

Quote:

Originally Posted by omegatron
Okay well your not setting something correct that is for sure.

You can post a url here if you want as it will save time

What url are you needing? the sites URL?
www.Nitro-Powered.com
URL to the errored page N/A or my whole forums would be down.

Chuck S September 25th, 2005 01:28 PM

I need to know exact forum url and you need to have the hack applied so I can see what your doing wrong.

It clearly works if set correctly I show both photo and product blocks on my forum

http://www.reeftalk.com/forums


All times are GMT -5. The time now is 12:37 AM.

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