jazztpt
Forum Replies Created
-
Forum: Plugins
In reply to: Session getting unset for every page change….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!
Forum: Fixing WordPress
In reply to: Session Issues with Index.phpHi 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!Forum: Fixing WordPress
In reply to: How can I disable session refresh?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
Forum: Plugins
In reply to: Trying to pw protect the blog; getting “Cannot send session cache limiter”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!