Situation
It says: Only variables should be passed by reference in C:\xampp\htdocs\openemr\src\Menu\MainMenuRole.php on line 67
It is giving me this error after login and many errors like this: Notice : Constant REPEAT_EVERY_DAY already defined in C:\xampp\htdocs\openemr\interface\main\calendar\modules\PostCalendar\common.api.php on line 54
Open the XAMPP control panel -> Config -> open php.ini file -> find for error reporting (hit enter twice).
Place the code as
“error reporting =E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR”
This can clear your error.