I'm trying to use it on a website with the latest version of modx (0961p2) and latest vBulletin (3.7) and its not working with the given instructions.
Heres what I did:
- Created a modx plugin with the given code and set it to run at login/logout
- Added vBulletin plugin and enabled it and set modxpath to the right path (../modx-0961p2/)
- Put $VBDIR = "../forum/" right after <?php in index.php (thats the only line I added)
The error I get on login:
Fatal error: Call to a member function on a non-object in /home/immortal/public_html/modx-0961p2/manager/includes/document.parser.class.inc.php(745) : eval()'d code on line 11
Error I get on logout:
Fatal error: Call to a member function on a non-object in /home/immortal/public_html/forum/includes/functions_login.php on line 393
And vBulletin is not being automatically logged in.
I noticed the install.txt says something about a modx_index.php but I can't find this anywhere. Is there more to add to the index.php in the modx directory?
Any help would be greatly appreciated!
-Priyesh
|