Welcome Guest, Not a member yet? Register   Sign In
How to Integrate Vbulletin object into codeigniter?
#14

[eluser]CroNiX[/eluser]
[quote author="DemiGod" date="1241069706"]In the codeigniter environment though, vBulletin generates a bunch of error notices about undefined indexes (ipoints, posts, membergroupids, posts, displaygroupid). The homepage is still updated though. Code follows below:[/quote]

Yes I ran into this as well, but the solution was the same that you did here:
Code:
function getSessionHash()
{
    // using vbulletin globals
    global $sessionhash;
    return $sessionhash;
}

Those variables you were having troubles with are in the global namespace within the vb application and NOT a part of the object, so you need to declare them global to get access to them from within CI. I was thinking about compiling a list of these variables and then adding them to my CI vb library, but as of now I have just been adding them as I encounter the errors. Been working so far...


Messages In This Thread
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-27-2009, 12:24 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-29-2009, 11:43 AM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-29-2009, 12:02 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-29-2009, 12:45 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-29-2009, 12:49 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-29-2009, 01:15 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-29-2009, 07:17 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-29-2009, 11:53 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-30-2009, 11:32 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 03-31-2009, 01:40 AM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 04-14-2009, 09:19 AM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 04-29-2009, 06:35 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 04-30-2009, 02:00 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 09-09-2009, 11:33 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 04-18-2010, 04:08 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 07-03-2011, 11:49 AM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 07-31-2011, 12:27 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 08-04-2011, 01:18 PM
How to Integrate Vbulletin object into codeigniter? - by El Forum - 08-06-2011, 04:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB