http://www.makepovertyhistory.org
HomeLoginNew Post

This blog is about gmail-lite, gmail-mobile, and other Gmail-related web application projects

FAQ

Question: I installed and passed all tests in diagnose.php. I could logged in successfully and saw my labels in the summary page. However, clicking on any of them redirect me back to the login page, with error message saying that there is an login error. What is the problem?

Answer: Your browser failed to "remember" you after you have logged in. Please open config.php with your text editor (e.g. Notepad in Windows). You will see these three lines there:

//$session_method = (GM_USE_PHPSESSION | GM_USE_COOKIE);
$session_method = (GM_USE_PHPSESSION | !GM_USE_COOKIE);
//$session_method = (!GM_USE_PHPSESSION | GM_USE_COOKIE);

Each represents a session management method of gmail-lite. Pick one of them by uncommenting its line (i.e. removing "//") and commenting the others (i.e. adding "//" at the beginning). The method !GM_USE_PHPSESSION | GM_USE_COOKIE should work in most cases.

 

Question: Where is the forward button? 

Answer: Forwarding with attached files is still under development. At the meantime, you may click on reply, and change the recipient’s address accordingly to achieve the same thing.

One Response to “FAQ”

Leave a Reply

You must be logged in to post a comment.