Newbie Question php Script error

Just installed OpenEMR. Relatively good with computers, but having a couple php problems.

I have OpenEMR up and running, but am getting some script errors. For example on the top left of the home page I have:

Notice : Only variables should be passed by reference inC:\xampp\htdocs\openemr\src\Menu\MainMenuRole.php on line68

I am not sure how to fix this.
Can anyone offer suggestions on what to do?

Thanks in advance!
Dave

hi @DJM , checkout these php settings

Welcome to the community @DJM!

The good news is that the notice you’re describing isn’t actually a big deal, it’s not an error and it won’t break functionality. If you follow the link Stephen provided you’ll see some setting in your php.ini file to change so that those are not displayed to the user, instead they only get logged into the log file

Hi!
Thanks for getting back to me.

I’ve made those changes, but seem to have another problem. Now when I go to: Http://localhost/openemr (after opening xampp control and having apache and mysql running), I get the following error:

localhost can’t currently handle this request.

and OpenEMR doesn’t run. Did I break something?

Dave