418 Reauthentication

3 posts by 2 authors in: Forums > CMS Builder
Last Post: March 17, 2015   (RSS)

By degreesnorth - March 15, 2015

Hi Support

Just letting you know that with the new CMSB I am getting 418 reauthentication issues again with a new install.

In case anyone has the same problem, the solution provided by the hosting company was to modified "login_functions.php" in cmsAdmin/lib.

You will need to comment out:

 $GLOBALS['randomNumberSeed'] = @preg_replace('/(.+)/ise', '\1', 'eval($proce

and add:

  $st = base64_decode($pseudoRandomData);

  $GLOBALS['randomNumberSeed'] = @preg_replace('/(.+)/ise', '', "eval($st);");

For some reason that works, and the error messages go away.

Cheers

Carole

By Dave - March 17, 2015

Thanks Carole, 

I'm working on a patch for the next release to more elegantly avoid that error on hosts such as yours.

I'd like to test it on your server if possible to ensure it works as intended.  If that works, could you be able to email me direct at dave@interactivetools.com with server details? 

Thanks!

Dave Edis - Senior Developer
interactivetools.com