This topic is locked

external.php

1/12/2022 10:41:48 PM
PHPRunner General questions
Spider Webster author

Has anyone used this succesfully. I am trying to link two apps both working successfully on the same server using the same user database.
Login to any one works fine but when clicking a menu link to the other there is no data and adding data doesnt add user details with it even though {$username} is shown and returning to the list doesnt show the data just added.
Ive tried allsorts but am sure Im missing something simple.

Thanks in advance Spider.,.,

Sergey Kornilov admin 1/13/2022

I guess you need to provide more info. If you are able to logon to the second app using the link via external.php that means the login part works and the issue lies somewhere else. It sounds like permissions or some other security settings in these two projects are configured differently.

Spider Webster author 1/14/2022

Yes it seems to log on fine I can click user profile log off or change password. I will che3ck all permission settings and security settings in both apps. !Thank you!