[ZendTo] Re: Upgraded from 3.9 - Login "broken"?

Jules Jules at Zend.To
Thu Nov 24 09:52:32 GMT 2011


Have you set the timezone correctly on your server? That's the most 
common cause of this issue, the session tokens expire before they were 
created if you are in the wrong bit of the world and haven't set the 
timezone correctly. I believe I documented how to change it at
     http://zend.to/timezone.php

Try there for help.

Jules.

On 24/11/2011 07:51, --[ UxBoD ]-- wrote:
> You could add an echo statement into dropoff.php in the section:
>
>        if ($authExpiry<  time()) {
>          $theDropbox->SetupPage();
>          NSSError($smarty->getConfigVariable('ErrorSessionExpired'),"Session Expired");
>          $smarty->display('new_dropoff.tpl');
>          exit;
>        }
>      }
>
> just before the $smart->display to see whether it is indeed hitting that piece of code.

Jules

-- 
Julian Field MEng CITP CEng
www.Zend.To

Follow me at twitter.com/JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654

'It's okay to live without all the answers' - Charlie Eppes, 2011
'All programs have a desire to be useful' - Tron, 1982
'That is the land of lost content,
  I see it shining plain,
  The happy highways where I went,
  And cannot come again.' - A.E. Houseman



More information about the ZendTo mailing list