Here's an obscure problem as an FYI:
You can't use vBulletin scheduled tasks to run a cron on a Wordpress plugin while you have this bridge enabled. It causes a second call to forum/global.php and the whole thing chokes (scheduled task -> plugin -> wp-config -> wp-settings -> load all plugins which calls bridge -> global.php).
Took me a couple hours off-and-on to track down why that was failing. Looks like I'm going to go play with my crontab. :erm:
|