Quote:
Originally Posted by hdraye
Sorry, but do I have to have pp tables under VB database? I have separate bases and I get an error that tabel "forum" does not exist
I forgot the message but I had to uninstall as no one can access the VB because of the error
Thanx again
Hani
|
yes you do need em in the same database.
also in the query theirs the line
PHP Code:
FROM ppost_photos
make sure that matches your photopost table prefix so you'd change it from ppost_ to photopost_ or whatever.