shihjay2 / nosh2

NOSH ChartingSystem is an electronic health record system designed exclusively for doctors and patients. This is a new mobile-friendly version that is now based off of the Laravel PHP framework and jQuery. NOSH has FHIR, Bluebutton, ICD-10, GoodRX API, RXNorm API, Phaxio, and UMA support.
Other
75 stars 52 forks source link

Error after pressing Install on initial Nosh setup screen. #177

Open dhes opened 3 years ago

dhes commented 3 years ago

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