ketsuekiro / manialive

Automatically exported from code.google.com/p/manialive
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Script abort on deprecated #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using php 5.5 or higher MySQL extension is deprecated. Manialive handles 
deprecation and aborts script. Workaround is editing bootstrapper.php on line 
69:
error_reporting(E_ALL ^ E_DEPRECATED);

Original issue reported on code.google.com by enwi1...@googlemail.com on 21 Dec 2013 at 1:33