You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm installing using docker-nosh, following your instructions. I'm on a Mac.
Cloning the docker-nosh repos and running ./init.sh goes fine. I'm connecting using localhost:80.
The initial setup screen (with header "NOSH ChartingSystem Installation. Please fill out the entries to complete the installation of NOSH ChartingSystem) starts up fine but when I hit Install I get an error page with the following title:
TypeError
Argument 1 passed to Illuminate\Database\Query\Builder::insert() must be of the type array, int given, called in /var/www/nosh/app/Http/Controllers/InstallController.php on line 567
Looks like you might be working on a postgresql migration. I see you recently migrated the database with a new table practiceinfo_plus. Also I see you modified line 555 in InstallController.php (which writes to practiceinfo_plus) in your most recent commit. Related?
Thanks for the opportunity to try out your EMR!
I'm installing using docker-nosh, following your instructions. I'm on a Mac.
Cloning the docker-nosh repos and running ./init.sh goes fine. I'm connecting using localhost:80.
The initial setup screen (with header "NOSH ChartingSystem Installation. Please fill out the entries to complete the installation of NOSH ChartingSystem) starts up fine but when I hit Install I get an error page with the following title:
TypeError
Argument 1 passed to Illuminate\Database\Query\Builder::insert() must be of the type array, int given, called in /var/www/nosh/app/Http/Controllers/InstallController.php on line 567
Looks like you might be working on a postgresql migration. I see you recently migrated the database with a new table practiceinfo_plus. Also I see you modified line 555 in InstallController.php (which writes to practiceinfo_plus) in your most recent commit. Related?
I've attached some html pages with more details.
Thanks again! DH
Archive.zip
The text was updated successfully, but these errors were encountered: