Page 1 of 1

Getting redirected to "admin/admin/pageEditMember.php" after saving user details?

Posted: 2019-11-28 22:24
by a.gneady
In some cases, a redirection bug could occur if you're hosting your AppGini app on the root of your domain/subdomain -- For example, if your AppGini app is located at domain.com or sub.domain.com directly rather than in a subfolder (domain.com/app) ... You might experience a 'Page not found' error after saving user or group details in the admin area, and be redirected to a URL similar to domain.com/admin/admin/...

To fix this issue, please open the Utilities menu in the admin area > Admin Settings .. This should display the settings page ... scroll to the bottom and click 'Save changes' (without actually making any changes) ... This should fix the above issue.

If this fix doesn't work, you could try editing the 'config.php' file of your app in a text editor. Find the line starting with:

Code: Select all

$appURI
And set its value to an empty string, like so:

Code: Select all

$appURI = '';