12-12-2011, 07:33 PM | #1 |
Junior Member
Join Date: Aug 2011
Posts: 12
Rep Power: 0 |
Error when activating this plugin
I am trying to install this mod onto a new server. I have Vbulletin running properly and Wordpress running properly.
I am getting this error: Warning: include_once(./global.php) [function.include-once]: failed to open stream: No such file or directory in /home/content/58/8713658/html/wp-content/plugins/vbbridge/vbloader.php on line 16 Warning: include_once() [function.include]: Failed opening './global.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/content/58/8713658/html/wp-content/plugins/vbbridge/vbloader.php on line 16 Any ideas? I'm running PHP 5.3 and wordpress 3.2.1 Last edited by iamrob; 12-12-2011 at 08:04 PM. |
Reply With Quote |
12-12-2011, 11:30 PM | #2 | |
Junior Member
Join Date: Aug 2011
Posts: 12
Rep Power: 0 |
Quote:
|
|
Reply With Quote |
12-13-2011, 01:09 AM | #3 |
Junior Member
Join Date: Aug 2011
Posts: 12
Rep Power: 0 |
Ok I got this to work.
For others having this same issue: The problem is due to the path being used in vbloader.php. Some accounts/ servers need to have the line: @chdir($_SERVER['DOCUMENT_ROOT'] . $path); Changed to the full path to your forum: @chdir('/full/path/to/forum/blah'); Hope this helps anyone. |
Reply With Quote |
12-13-2011, 05:54 AM | #4 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
Or you can disable error messages from displaying, as it should be in production.
|
Reply With Quote |
12-13-2011, 08:13 AM | #5 | |
Junior Member
Join Date: Aug 2011
Posts: 12
Rep Power: 0 |
Quote:
I'm not that great with php, so I do a lot of trial and error, but this error was crashing my header and post info. Disabling error messages would fix it? |
|
Reply With Quote |
12-13-2011, 08:19 AM | #6 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
You do this in your php.ini file.
|
Reply With Quote |
Reply |
Tags |
vbulletin wordpress bridge |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin activation error | frack | vBulletin Wordpress Bridge | 2 | 03-02-2011 08:22 AM |