Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   vBulletin Wordpress Bridge (http://www.lampwrights.com/forumdisplay.php?f=13)
-   -   Problem (http://www.lampwrights.com/showthread.php?t=107)

mertiliuss 04-15-2011 04:49 PM

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
and...

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
Thanks.

Jeff 04-18-2011 12:06 PM

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.

mertiliuss 04-18-2011 01:02 PM

you give me the full path to disable the warnings on my server?

thanks.

Jeff 04-18-2011 01:27 PM

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


All times are GMT -4. The time now is 06:29 PM.

Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.