Recent Development Demo broken

bradymiller wrote on Monday, April 11, 2016:

Hi,

I’ve noted the recent development demo is broken(can not login; when login, it states wrong credentials and sends back to login screen). I’ve traced it to this commit:

This was a doozy commit that centralized smarty and I am willing to bet has to do with breaking the phpgacl install. It works just fine on my mint 16 (ubuntu 13.10) and there have been no other reports of breakage.

I don’t have time to do further debugging right at this time. The development demos use ubuntu 12.04, so I was wondering if anybody with that version or other older OS versions are having this issue with the current development codebase.

thanks,
-brady
OpenEMR

bradymiller wrote on Monday, April 11, 2016:

Also I should of mentioned the following: nothing is showing up on the php error log for the development demo.

yehster wrote on Monday, April 11, 2016:

What version of php is the 12.04 system using? If it’s a 5.4 version, that might be the explanation. If that turns out to be the case, then declaring 5.4 incompatible with the most recent updates would be reasonable given our limited resources.

osverdlov wrote on Monday, April 11, 2016:

According to this link, it’s PHP 5.3

bradymiller wrote on Tuesday, April 12, 2016:

Hi,

Just odd since we only upgraded to a version of Smarty that should be ok with older php version in the problematic commit. I will hopefully have some time to look at this over the weekend if nobody else figures it out.

-brady
OpenEMR

bradymiller wrote on Saturday, April 16, 2016:

Hi,

Turns out it was a simple smarty path issue when the autoinstaller script is being used.

For those that are interested, the demos use the autoinstaller script(note this is a super cool way to quickly install openemr from commandline):

Just needed this fix to make it work in the codebase:

The developments demos are now are back in action.

-brady
OpenEMR