[RELEASE] buggalo - automatic exception collector
#35
Code:
    if (is_array($rows))
    {
        foreach($rows as $row) {
                $issues[] = array(
                    $row['id'],
                    $row['timestamp'],
                    $row['addon_name'],
                    $row['addon_version'],
                    $row['title'],
                    $row['ip'],
                    $row['status']
                );
            }
    }

Changed to this and worked, but I tried to submit on addon but nothing appears on page.

I created an new mysql on server and changed config.php.. Nothing in mysql server.

You have any sugestion for this? sorry.. i'm noob Big Grin

EDIT: Solved! Imported the sql file and everything works ok! Smile

You can update the issues.json.php with this fix. Works good Smile

Please push the 1.1.4 to the official repo. Wink
Reply


Messages In This Thread
passing in variables? - by Bstrdsmkr - 2012-02-18, 03:30
[No subject] - by twinther - 2012-02-18, 12:56
[No subject] - by Martijn - 2012-02-18, 13:20
[No subject] - by Bstrdsmkr - 2012-02-19, 06:10
[No subject] - by Martijn - 2012-02-20, 19:09
[No subject] - by bossanova808 - 2012-02-21, 07:09
[No subject] - by twinther - 2012-02-21, 18:09
[No subject] - by twinther - 2012-02-21, 20:55
[No subject] - by twinther - 2012-02-26, 10:14
RE: [RELEASE] buggalo - automatic exception collector - by fightnight - 2013-07-08, 17:35
Logout Mark Read Team Forum Stats Members Help
[RELEASE] buggalo - automatic exception collector3