[pmwiki-users] vBulletin 3.5 user system integration

Patrick R. Michaud pmichaud at pobox.com
Fri Jan 20 12:40:50 CST 2006


On Fri, Jan 20, 2006 at 05:44:00PM +0000, Anno wrote:
> // Require the library
> require_once("/path/to/forums/includes/main.inc.php");
> // Get the user info
> $userob = new user;
> $user = $userob -> authenticate();
> $html = new html;
> $Username = $user['U_Username'];
> ...
> When I include part 1 in config.php, pmmwiki.php times out.
> 
> When I include part 1 at the top of pmwiki.php though, it works as supposed.
> 
> Any ideas?

Not immediately, but I don't know enough about UBBThreads to
be able to say for certain.  My guess is that somehow UBBThreads and
PmWiki are conflicting in variable usage.

It would be interesting to know where the timeout is occurring --
if it's occuring in the main.inc.php file or if it's occurring
in pmwiki.php after the above has been processed.

Pm




More information about the pmwiki-users mailing list