When login to portal it give me white screen with this error

Warning : require_once(C:\xampp\htdocs\Fhir\portal./…/interface/globals.php): Failed to open stream: Permission denied in C:\xampp\htdocs\Fhir\portal\verify_session.php on line 60

Fatal error : Uncaught Error: Failed opening required ‘C:\xampp\htdocs\Fhir\portal./…/interface/globals.php’ (include_path=‘C:\xampp\php\PEAR’) in C:\xampp\htdocs\Fhir\portal\verify_session.php:60 Stack trace: #0 C:\xampp\htdocs\Fhir\portal\home.php(19): require_once() #1 {main} thrown in C:\xampp\htdocs\Fhir\portal\verify_session.php on line 60

Are you trying to log into the portal page and keep the provider side open in the same browser? If you are, don’t do that. The system is programmed not to allow that. You will need to open the portal in a different browser than the provider side of the system. The two can’t share the same session data.

There was a bug that is this issue on certain portal pathing. I don’t know when I fixed or if in a patch but something you could dig out on repos commits.

Go here and replace with
require_once(__DIR__ . '/../interface/globals.php');

1 Like

no i open it from another browser

Thanks a lot it working now