04-15-2011, 04:49 PM | #1 |
Junior Member
Join Date: Feb 2011
Posts: 2
Rep Power: 0 |
Problem
I have the following problem, as I fix it?
Code:
Warning: include_once(./global.php) [function.include-once]: failed to open stream: No such file or directory in /home/pornochi/public_html/blog/wp-content/plugins/vbbridge/vbloader.php on line 16 Code:
Warning: include_once() [function.include]: Failed opening './global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pornochi/public_html/blog/wp-content/plugins/vbbridge/vbloader.php on line 16 |
Reply With Quote |
04-18-2011, 12:06 PM | #2 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
You need to disable warnings on your server, they should never be outputted, only put in the logs. Second, you do not have the correct path set in the vbbridge settings.
|
Reply With Quote |
04-18-2011, 01:02 PM | #3 |
Junior Member
Join Date: Feb 2011
Posts: 2
Rep Power: 0 |
you give me the full path to disable the warnings on my server?
thanks. |
Reply With Quote |
04-18-2011, 01:27 PM | #4 |
Administrator
Join Date: Jul 2010
Posts: 402
Rep Power: 10 |
Probably in your /etc/php.ini file or if using windows, wherever php.ini is stored there.
You need to make sure the display_errors variable is set to off: Code:
display_errors = Off |
Reply With Quote |
Reply |
Tags |
vbulletin wordpress bridge |
|
|