ICD10 Install Problem OEMR7

I’m trying to install ICD10 codes in open ERM7. When I click the install button i get a little wheel that spins and spins and nothing else happens until the software signs me out after a while. when I sign back in the codes are not installed and I have to start the process over again with the same results.

Open EMR 7(Fresh Install, not an upgrade), Firefox, Ubuntu Linux 22.04, PHP 8.1.

Error from error log:
PHP Fatal error: Uncaught Error: Class “ZipArchive” not found in /var/www/html/openemr/library/standard_tables_capture.inc:53\nStack trace:\n#0 /var/www/html/openemr/library/standard_tables_capture.inc(797): temp_unarchive()\n#1 /var/www/html/openemr/interface/code_systems/standard_tables_manage.php(52): handle_zip_file()\n#2 {main}\n thrown in /var/www/html/openemr/library/standard_tables_capture.inc on line 53, referer: http://10.0.21.230/openemr/interface/code_systems/dataloads_ajax.php

Make sure that you have the ‘php-zip’ , 'php8.1-zip and ‘php-pclzip’ packages installed in your operating system. Then reload your web server and try the code installation again.

1 Like

That did the trick. Many thanks.

I did and this did not solve the issue for me. Thanks for the suggestion.