The only place I could find it was in AuthPlugin_vBSSO.php
it was:
Code:
# INITIALIZE VBULLETIN SUBSYSTEM
if ( !defined( 'CWD' ) )
define( 'CWD', ( VB_SYSTEM_PATH ) );
I tried replacing VB_SYSTEM_PATH with nothing, with a / and with the domain url. Just got a variation on a syntax error each time
Bruno, you are running on 4.01 also, other than your new issues, you seemed to be able to get it installed properly. Did you follow any other steps that aren't in the readme file?