Quote:
Originally Posted by Jafo232
I think I would need a better idea on what exactly it is you are doing to try and accomplish this, and the exact error messages you are receiving..
|
Jafo I posted it above. Basically I want to have wordpress on site2, and the forums on site1/forums. I know it's hard to do, but I need it.
Error message that show's in the apache logs (replaced the domain's with site)
[Thu Jun 12 04:13:01 2008] [error] [client 66.245.227.57] PHP Fatal error: Call to a member function query_read() on a non-object in {path to here}/httpdocs/wp-content/plugins/vbbridge.php on line 553, referer: http://{site}.net/wp-admin/options-general.php?page=vbbridge.php
That's just when I visit the actual write post page. I'm making a cross domain same DB setup atm, yes i know it's not normal but i need to do it so i'm doing it.
To get to this point I did uncomment the $vwd = '/var/www/vhosts/animecrazy.net/httpdocs/forums'; line to make it work. Any idea? Line 553 is: $fs = $vbulletin->db->query_read($sql);
The write post page looks like the attached atm, any support would be awesome (I know this isn't a normal support situation as well, so thanks if you can help!)