The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Permission Issues - 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: Permission Issues (/showthread.php?tid=41) |
Permission Issues - frostyintrepid - Mar 9th, 2009 Hi, When I click on the edit link when at the submissions listing page, I get redirected to the login page which says "You do not have the permissions to access this page. You have been logged out." RE: Permission Issues - Ben - Mar 10th, 2009 Wow, that's a new one... Have you tried logging out and test it again? It's possible something wonky was going on in sessions. If it still occurs, could you provide a few more details - pretty much anything you think could be relevant. e.g. is this the admin or client account? (if client, did you first log in as an admin, then as the client?) RE: Permission Issues - frostyintrepid - Mar 10th, 2009 Hi Ben, It's a admin account. Still doesn't work despite logging in and out many times. (Mar 10th, 2009, 11:34 AM)Ben Wrote: Wow, that's a new one... RE: Permission Issues - Ben - Mar 11th, 2009 Hi Frosty, I hope you don't mind, but I took a quick look at it on your server. For some reason, the edit_submission.php file for the admin section had the wrong content - it had the same PHP as the edit_submission.php file for CLIENTS, so it was booting you out every time you tried to look at the submission. It's possible that maybe I messed this up when fixing something else on your system, in which case I apologize! - Ben |