Quote:
Originally Posted by kh99
I'm not familiar with EE. I don't have any other ideas without seeing the error messages. Like I mentioned above, if the include call is being done inside a function then that won't work without more "global" staements. It could also be that there is some conflict in naming between vB and EE.
You could connect to the db and read the user table to get the usergroupid, but you'd need the username or userid.
|
Their username on EE should be the same as on vB so I guess I could just use that variable and that could work, what would the query be for selecting their usergroupid? I tried some but it didn't seem to like it

.
Quote:
Originally Posted by kh99
Another thought - I remember a while back someone had managed to include init.php, and cut down on unnecessary code being executed by define()ing a number of values. Unfortunately I can't think of what to search for to find the post.
|
I'll try and do some searching if you can recall anything else from the thread?
--------------- Added [DATE]1364808655[/DATE] at [TIME]1364808655[/TIME] ---------------
Quote:
Originally Posted by kh99
Another thought - I remember a while back someone had managed to include init.php, and cut down on unnecessary code being executed by define()ing a number of values. Unfortunately I can't think of what to search for to find the post.
|
Just to update you - we've managed it just by connecting to the database rather than using any of vB's files.
Thanks for your help.