The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Sorry, that password does not match. - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Sorry, that password does not match. (/showthread.php?tid=272) Pages:
1
2
|
RE: Sorry, that password does not match. - andrejj - Sep 13th, 2009 (Sep 13th, 2009, 9:55 AM)Ben Wrote: Hi Andrej, Yes I updated both. If I update API only is OK. When I update also core, I came to the problem. Regards, Andrej RE: Sorry, that password does not match. - Ben - Sep 14th, 2009 Hmm. Try this: upgrade to the latest version, then replace your /global/session_start.php with this: PHP Code: <?php (No closing PHP tag necessary). Then try re-logging in. Let me know! - Ben RE: Sorry, that password does not match. - andrejj - Sep 14th, 2009 (Sep 14th, 2009, 9:47 AM)Ben Wrote: Hmm. Try this: upgrade to the latest version, then replace your /global/session_start.php with this: Tnak you. I'm able to log, but haven't test any functionality. I believe will be OK. RE: Sorry, that password does not match. - Ben - Sep 14th, 2009 How very strange! The new code I posted for you SHOULD be wrong, but if it works it works... I'll log this as a bug and look into it again. Note: DON'T upgrade until you see a fix for this, otherwise it may overwrite your fix. - Ben |