View Single Post
Old April 2nd, 2010, 05:19 AM   #2 (permalink)
gmptp
Member
Verified Customer
 
Join Date: Mar 2010
Posts: 111
Quote:
Originally Posted by gmptp View Post
below is the scenario:
1.----------
install vb3 v.3.8.5
and
Photopost Pro 7.0.1 work fine using integrated stylesheet
2.----------
install vb3 v.3.8.5
and
Classified 4.0.1 work fine using integrated stylesheet

3.----------
install vb3 v.3.8.5
+
a. Photopost Pro 7.0.1 using integrated style
+
b. Classified 4.0.1 using integrated style
----------

For scenario 3. only 3+a works or 3+b works, if i install 3+a+b then b don't work and give the unrecoverable error, same goes to if i install 3+b+a then a don't work and give the unrecoverable error.

I'm using same database as vb3 "forum" and table prefix also same "forum_" with the underscore for all 3+a+b, it is I cannot use the same database and same prefix for 3+a+b?

How to resolve the above issue? (my vb prefix is none, pp and cp table prefix I use none also as prefix, if I just install vb+pp it works or vb+cp it works but not vp+pp+cp using same table prefix which I recieve below error:

My pp and cp need to match forum vb3 table prefix right if using same database?
------------------------------------
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in [path]s/vb3.php on line 462

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

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

Problem solved! Just to share to all if anyone installing this is the setting to make 3+a+b work:

vb3 - prefix none
pp - table prefix must set pp_ (forum prefix leave it none)
cp - table prefix must set cp_ (forum prefix leave it none)

It is actually in the instruction just that didn't read properly word by word and configure the wrong prefix!
gmptp is offline   Reply With Quote