twilio / OpenVBX

OpenVBX is a web-based open source phone system for business.
http://openvbx.org
Other
702 stars 341 forks source link

Installation problem - step 5 - "Authenticate" #304

Closed jamiecollinson closed 9 years ago

jamiecollinson commented 9 years ago

Trying to install OpenVBX on an Ubuntu 14.04 EC2 instance, and I'm stuck on step 5:

error message

Everything except APC and memcache are green on the 1st step (server check). PHP version 5.5.9, MySQL version 5.5.40.

Any way I can diagnose?

jamiecollinson commented 9 years ago

Ignore this issue - it resolved itself and I'm not sure why. Possibly it was interference from the lastpass chrome extension causing the password fields not to match.

claytondaley commented 8 years ago

For anyone who finds this in the future, the problem is that Lastpass replaces the value in ALL the password fields. This includes the passwords on the other "pages" like the database and Twilio API. To fix it, go back to the previous pages and fix them.

FWIW, I'm sure this could be fixed by changing the way the install pages work (e.g. saving the working values to a JS object when pages are advanced), but it's obviously not a high priority.