twilio / OpenVBX

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

An application error occurred. Please try again - Install::$cache #360

Closed gegere closed 8 years ago

gegere commented 8 years ago

Fresh clone from master...

PHP Fatal error: Cannot access protected property Install::$cache in /var/public_html/OpenVBX/libraries/MY_Model.php on line 84

gegere commented 8 years ago

Rolling back to Version 1.2.18 allowed me to continue the installation.

Gipetto commented 8 years ago

I think I see the problem, and it is rather unexpected. If you change 'protected' on OpenVBX/controllers/install.php, line 45, to public, does that fix the issue for you? I'm not around a working setup at the moment.

gegere commented 8 years ago

I will test this and get a proper pull request forming. Thanks!

Gipetto commented 8 years ago

PR Merged. Thanks!

kmontenegro commented 8 years ago

Excellent: this addressed & resolved the issue I had (#359).

gegere commented 8 years ago

Outstanding!