Cannot create new patient: SOLVED!

I have trouble creating new patient.
Nothing happens when I try making one.
I tried clearing cache but it didn’t work.

I am using Open EMRv5.0.0 with Chrome and Microsoft Edge but nothing works.
And I just noticed that it loads much faster on Microsoft Edge.
Hoping someone can help.
Thank you.

EDIT: SOLVED ISSUE! :slightly_smiling_face:
Okay, after sifting through all related issues here in the community.
This one did the trick for me,

  1. Go to xampp control panel
  2. Click on mysql config
  3. Edit my.ini
  4. Change into the following settings

Blockquote

innodb_data_file_path = ibdata1:10M:autoextend
innodb_log_group_home_dir = “/xampp/mysql/data”
innodb_log_arch_dir = “/xampp/mysql/data”
innodb_buffer_pool_size=32M
innodb_additional_mem_pool_size=4M
innodb_log_file_size=8M
innodb_log_buffer_size=8M
innodb_flush_log_at_trx_commit = 1
innodb_lock_wait_timeout=50

Blockquote

  1. Once done, save. Stop MySQL. Start MySQL.

Credits to the one who made it possible:

2 Likes