5.0.0 Patch issue

I put the /var/www/5-0-0-Patch-3.zip ( this is where openemr lives) in a ubuntu 16.04 box and run localhost/openemr/sql_patch.php from my browser. The UI did not go more that
Updating version indicators…
Database Patch 0 finished.

The version.php file read:
v_major = ‘5’;
v_minor = ‘0’;
v_patch = ‘0’;
v_tag = ‘’;
v_real_patch = ‘0’;
v_database = 206;
v_acl = 3;
v_offsite_portal = ‘1.47’;
v_js_includes = 19

version Table = v_major 5, v_minor 0, v_patch 0, v_realpatch 0, v_database 206, v_acl 3

I believe that the patch is was not applied.

Some Thoughts will help !

Hi @robertovasquez ,

Ensure you follow the instructions here:
http://www.open-emr.org/wiki/index.php/OpenEMR_Patches#Linux

and ensure use sudo on the unzip command
sudo unzip 5-0-0-Patch-3.zip

-brady

if you download it from your browser then
sudo unzip ~/Downloads/5-0-0-Patch-3.zip -d /var/www/openemr

should put the new files in the sql_patch.php directory

from the unzip man page

Thanks Stephen, Brady
I was so efficient that I put the 5-0-0-Patch-3.zip outside openemr :flushed:. The patch was pushed into openemr now.