I am trying to connect to a remote MySQL server. The localhost is slow. I copied the tables over to the new server, got by the connection issues and now get this error.
Warning: Missing argument 2 for helpfuldie() in /var/www/html/openemr/library/sql.inc on line 120
ERROR: query failed: select distinct name from groups (No Database Selected)
I suspect a rights issue but for the life of me can’t figure it out.
I had a working system up and running. I changed $host in sqlconf.php from localhost to my server ip. Is this the only change i need to make? The no database selected error comes before I login. The software is supposed to select the database for me. Is there a change I need to make to $dbase. Right now its ‘openemr’