The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Demo - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Demo (/showthread.php?tid=1660) Pages:
1
2
|
RE: Demo - Ben - Oct 10th, 2011 Hey guys, Okay, yes, it IS an issue, and caused by a weird server-ism. The short answer is that the demo is sandboxed, running on it's own user on the server. When sessions are created on the main site, the demo subdomain is attempting to read them from the other user's sessions storage, causing the error. Clearing sessions on the demo will temporarily fix it, but it'll keep coming back. I'm looking into a solution now. - Ben RE: Demo - Ben - Oct 10th, 2011 Hey guys, all fixed now. What a total pain - I can't believe that it took this long to identify the problem... Thanks! - Ben |