Situation
I a getting this notice Notice : Undefined index: language_direction in C:\xampp\htdocs\hms\src\Core\Header.php on line 149 on the login page and when i login the interface is blank
OpenEMR Version
Most recent version as of writing this
Browser:
I’m using: Firefox and running it locally using latest XAMMP
Operating System
I’m using:
Logs
Did you check the logs? Was there anything pertinent in them? Paste them here (surround with three backticks (```) for readability
To be more specific, In php.ini, you must set display_errors and display_startup_errors to Off. It seems you might’ve done this on accident when setting up PHP – this shouldn’t be turned on unless you know what you are doing. If you purposely turned this on, please add to the error_reporting variable ~E_NOTICE to remove notices.