![]() |
Getting this error:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 29 Any idea how to fix this. |
Got around that, but now I get:
Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 86 Warning: require_once(./includes/class_dm.php) [function.require-once]: failed to open stream: No such file or directory in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 92 Fatal error: require_once() [function.require]: Failed opening required './includes/class_dm.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/rxqptdcc/public_html/wp-content/plugins/vbbridge.php on line 92 |
You are having a path issue. Read the threads first post.
|
Quote:
|
Quote:
|
I am having the EXACT same issue as TRR:
Quote:
If anyone can answer this will you please PM me? Thanks in advance, Rob |
Quote:
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!) |
Well, one problem here is, there will be no way for the bridge to know if a user is logged in to Vbulletin. Vbulletin uses a cookie method to check login status (as most scripts do). Site1.com can never see site2.com's cookie, ever.. That is just how browsers are built. It is a security issue. You wouldn't want site hackme.com to see your paypal.com cookie would you?
I just do not see any way you are going to be able to do it myself.. |
Alright folks, I had to freaking HIRE someone to look at the code and it was an EASY fix:
Basically all of the: ------------------------------------------- $link = get_permalink(somethinghere, true); ------------------------------------------- SHOULD NOT have that second parameter... "true" and should look like this: ------------------------------------------- $link = get_permalink(somethinghere); ------------------------------------------- This was changed 4 times and it fixed all the problems. Why Jafo refused to acknowledge me? I have no clue. Did he know the answer and simply refuse to tell me? Not sure. Why didn't others have this problem? I think the whole thing is pretty outrageously rude. I understand its a free plugin but he is answering everyone else's questions. I don't get it. Originally I thought about putting TIPPING you money so you would answer my question but instead I paid that money to a developer. It doesn't pay to be rude. You could have just as easily provided a 1-2 sentence explanation as to why you weren't answering my question in the first place. |
I get the impression he is one of those arrogant types who won't admit he doesn't know. Anyhow, thanks for the information, it is really appreciated, although I am using vbdrupal instead; this has too many other errors to fuss with.
I returned your PM, Sir. ;) |
All times are GMT. The time now is 08:46 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|