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 |
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.
|
you give me the full path to disable the warnings on my server?
thanks. |
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 12:54 PM. |
Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2025, vBulletin Solutions, Inc.