twilio / OpenVBX

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

A PHP Error was encountered #312

Closed emilstahl closed 9 years ago

emilstahl commented 9 years ago
A PHP Error was encountered

Severity: 8192

Message: Non-static method OpenVBX::connectAuthTenant() should not be called statically, assuming $this from incompatible context

Filename: auth/login.php

Line Number: 104
emilstahl commented 9 years ago

Fixed it with

error_reporting(0);

in OpenVBX/controllers/auth/login.php