FAQs

Let us know how we can help!

Frequently Asked Questions

Here is a list of the Top 10 most frequently asked questions - please check to see your question hasn't already been answered before opening a new support ticket.

Search our Knowledgebase of Frequently Asked Questions!

 

 

This Particular Question

Created on 2009-08-07 20:54:40 with 323 views.

  • Cannot stay logged in!? Help me!?! I'm using Thesis or Frugal Theme!

  • Sometimes this happens when themes, scripts, etc... clear out variables and/or session variables. And, it constantly boots you to the membership login screen to re-login and it does this over and over and over again... :) nice huh? well, actually this happens on ONLY extremely rare occasions... and when it does... try the following:

    1. after you've put the 3-4 lines of protection code at the top of your wordpress index.php file, place the following code:

    //+ this code stores the required session variables in a cookie
    setcookie("rapmbrplussession",serialize($_SESSION));

    2. then at the end of the index file... (if there's an 'exit();' or something similar do it before this)... put the following code:

    //+ this code RE-stores the required session variables FROM the cookie
    $_SESSION = unserialize($_COOKIE[rapmbrplussession]);

    now run it... login to the membership area and go to your blog... all should work out fine now.

 

Our Most Popular Questions Answered!

 

  • View Knowledgebase

    To view commonly asked questions and answers, visit the Knowledgebase.

  • Open A New Ticket

    If you can't find the answer to your question, you can open a new ticket to contact the support team.

 

 

 

 

6712 N. Charlesworth St. Dearborn Heights, MI 48127 Phone: (1)(313)730-8907 (USA) | SkypeID: wortell
Having any trouble at all? Submit A Ticket Here