2015-02-28

After Adding OAUTH2 setting in preferences, FlySpray suddenly stopped working. I can’t even access its UI. When I go to it’s url, I see this:

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/midaat82/public_html/dev/bugs/vendor/adodb/adodb-php/drivers/adodb-mysql.inc.php on line 458 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/midaat82/public_html/dev/bugs/vendor/adodb/adodb-php/drivers/adodb-mysql.inc.php:458) in /home/midaat82/public_html/dev/bugs/includes/class.flyspray.php on line 809 Warning: Cannot modify header information - headers already sent by (output started at /home/midaat82/public_html/dev/bugs/vendor/adodb/adodb-php/drivers/adodb-mysql.inc.php:458) in /home/midaat82/public_html/dev/bugs/includes/class.flyspray.php on line 752 Headers are already sent, this should not have happened. Please inform Flyspray developers

Where /home/midaat82/public_html/dev/bugs is the base location of the FlySpray code.

Show more