Quote:
Originally Posted by Peter Walker
Hi Peter,
could you be more specific and show us examples of the code you feel is causing the problem. My forum / wiki is working perfectly now.
Regards
Peter
|
Hi Peter,
Sure. Sorry. I was at work before and did not have access to the files. The statement that ends up throwing me the blank page is:
Code:
require_once( "$IP/includes/AuthPlugin_vBSSO.php" );
That page is definitly in place, so I'm not sure how to debug where it stuffs up now.
Thanks in advance.
Update: Been trying different things, including removing the $IP setting. No go. I ensured it wasn't the
Code:
define( VB_SYSTEM_PATH, '/var/www/html/forum' );
line (Just a quick check. I replace /var/www/html/forum' with my actual path, and leave it within single quotes, right?) by commenting that out, but whether it is enabled or commented, the site still works. As soon as I uncomment the link to the AuthPlugin file, I just see a white empty page.
The source of the page is like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>
e
MediaWiki 1.15.1
PHP 5.1.6 (apache2handler)
MySQL 5.0.77
vBulletin 3.8.4
Peter2