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.
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.
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.