Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there,

    I am also having the same problem. Isn’t there anybody out there who can help? I’ve been searching through all the forum posts that include the word ‘session’, and it seems that they all go unanswered….

    Please let me know if either of you have solved this problem, thanks!

    Hi Miqqy,

    It looks like you’ve succeeded in doing something I’m having trouble with. I would like to use the session info from the rest of my site in my wordpress blog, but for some reason the session is being cleared on the wordpress pages. I posted in the forums, but I’ve noticed that none of the postings on session issues (if you search the forums using the word ‘session’) have been replied to. Let me know if you have any advice for me,
    Thanks!

    Thread Starter jazztpt

    (@jazztpt)

    Anyone have any ideas on this? I’m probably not the only person who wants to do something similar…what have other people done?

    Thanks

    Thread Starter jazztpt

    (@jazztpt)

    Okay, it looks like I was trying to restart the session when I didn’t need to. Now it looks like I have my db connections working (at least I’m not getting any errors), but I am still getting this error:

    Fatal error: Call to undefined function isfilmmakerauthenticated() in /…/public_html/blog/wp-content/themes/default/index.php on line 9

    Here is my code:

    <?php define("SITE_ROOT", '/.../public_html'); ?>
    <?php require_once SITE_ROOT . '/include/config.inc.php'; ?>
    <?php require_once SITE_ROOT . '/include/database.php'; ?>
    <?php require_once SITE_ROOT . '/business_objects/bo_user.php'; ?>
    <?php $mBoUser = new BoUser(); ?>
    
    <?php if ($mBoUser.IsFilmmakerAuthenticated()) : ?>

    Why is it not recognizing my $mBoUser object?
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)