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

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

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

Post by a.gneady » 2019-11-28 22:24

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 = '';
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply