Created
September 25, 2011 01:16
-
-
Save FrancisVarga/1240084 to your computer and use it in GitHub Desktop.
fucking error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_id": "4092e0d25355275f595a731a1d022ce2", | |
| "_rev": "1-ace8e9bf29cb22416b6db93754195af9", | |
| "created": 1316913041, | |
| "data": { | |
| "class": "Lib_Db_Xdb_Exception", | |
| "message": "GetRow failed!", | |
| "method": null, | |
| "methodLine": null, | |
| "file": "/Users/francis/www/meetidaaa_newbackend/src/application/Lib/Db/Xdb/Client.php", | |
| "line": 514, | |
| "stackTrace": [ | |
| { | |
| "file": "/Users/francis/www/meetidaaa_newbackend/src/application/Lib/Db/Xdb/Client.php", | |
| "line": 360, | |
| "function": "_getRow", | |
| "class": "Lib_Db_Xdb_Client", | |
| "type": "->", | |
| "args": [ | |
| "\n\t\t\tSELECT\n\t\t\t\td.id,\n\t\t\t\td.urlname,\n\t\t\t\td.name,\n\t\t\t\td.country,\n\t\t\t\tCOUNT(mdr_followers.member_id) AS count,\n\t\t\t\tmdr.member_id AS me_following\n\t\t\tFROM\n\t\t\t\tmembers AS m\n\t\t\t\tINNER JOIN member_dj_relations AS mdr_followers ON mdr_followers.member_id = m.id\n\t\t\t\tINNER JOIN djs AS d ON d.id = mdr_followers.dj_id\n\t\t\t\tLEFT JOIN member_dj_relations AS mdr ON mdr.dj_id = d.id AND mdr.member_id = :userId\n\t\t\tWHERE\n\t\t\t\tm.city_id = :cityId\n\t\t\tGROUP BY d.id, mdr.member_id\n\t\t\tORDER BY count DESC, d.name ASC\n\t\t\tLIMIT 20\n\t\t\t", | |
| { | |
| "userId": 708150929, | |
| "cityId": 1 | |
| }, | |
| false, | |
| null, | |
| null | |
| ] | |
| }, | |
| { | |
| "file": "/Users/francis/www/meetidaaa_newbackend/src/application/App/GaintS/Core/AbstractManager.php", | |
| "line": 247, | |
| "function": "getRow", | |
| "class": "Lib_Db_Xdb_Client", | |
| "type": "->", | |
| "args": [ | |
| "\n\t\t\tSELECT\n\t\t\t\td.id,\n\t\t\t\td.urlname,\n\t\t\t\td.name,\n\t\t\t\td.country,\n\t\t\t\tCOUNT(mdr_followers.member_id) AS count,\n\t\t\t\tmdr.member_id AS me_following\n\t\t\tFROM\n\t\t\t\tmembers AS m\n\t\t\t\tINNER JOIN member_dj_relations AS mdr_followers ON mdr_followers.member_id = m.id\n\t\t\t\tINNER JOIN djs AS d ON d.id = mdr_followers.dj_id\n\t\t\t\tLEFT JOIN member_dj_relations AS mdr ON mdr.dj_id = d.id AND mdr.member_id = :userId\n\t\t\tWHERE\n\t\t\t\tm.city_id = :cityId\n\t\t\tGROUP BY d.id, mdr.member_id\n\t\t\tORDER BY count DESC, d.name ASC\n\t\t\tLIMIT 20\n\t\t\t", | |
| { | |
| "userId": 708150929, | |
| "cityId": 1 | |
| } | |
| ] | |
| }, | |
| { | |
| "file": "/Users/francis/www/meetidaaa_newbackend/src/application/App/Manager/DJsManager.php", | |
| "line": 48, | |
| "function": "getSimpleData", | |
| "class": "App_GaintS_Core_AbstractManager", | |
| "type": "->", | |
| "args": [ | |
| { | |
| } | |
| ] | |
| }, | |
| { | |
| "file": "/Users/francis/www/meetidaaa_newbackend/src/application/App/Task/TestingManager.php", | |
| "line": 15, | |
| "function": "listing", | |
| "class": "App_Manager_DJsManager", | |
| "type": "->", | |
| "args": [ | |
| ] | |
| }, | |
| { | |
| "file": "/Users/francis/www/meetidaaa_newbackend/src/application/Lib/Task/Runner.php", | |
| "line": 128, | |
| "function": "run", | |
| "class": "App_Task_TestingManager", | |
| "type": "->", | |
| "args": [ | |
| ] | |
| }, | |
| { | |
| "file": "/Users/francis/www/meetidaaa_newbackend/bin/run_task.php", | |
| "line": 7, | |
| "function": "run", | |
| "class": "Lib_Task_Runner", | |
| "type": "::", | |
| "args": [ | |
| ] | |
| } | |
| ], | |
| "stackTraceAsString": "#0 /Users/francis/www/meetidaaa_newbackend/src/application/Lib/Db/Xdb/Client.php(360): Lib_Db_Xdb_Client->_getRow('????SELECT?????...', Array, false, NULL, NULL)\n#1 /Users/francis/www/meetidaaa_newbackend/src/application/App/GaintS/Core/AbstractManager.php(247): Lib_Db_Xdb_Client->getRow('????SELECT?????...', Array)\n#2 /Users/francis/www/meetidaaa_newbackend/src/application/App/Manager/DJsManager.php(48): App_GaintS_Core_AbstractManager->getSimpleData(Object(App_GaintS_Vo_Core_GetDataConfigVo))\n#3 /Users/francis/www/meetidaaa_newbackend/src/application/App/Task/TestingManager.php(15): App_Manager_DJsManager->listing()\n#4 /Users/francis/www/meetidaaa_newbackend/src/application/Lib/Task/Runner.php(128): App_Task_TestingManager->run()\n#5 /Users/francis/www/meetidaaa_newbackend/bin/run_task.php(7): Lib_Task_Runner::run()\n#6 {main}", | |
| "fault": null, | |
| "lastError": { | |
| "type": null, | |
| "file": null, | |
| "line": null, | |
| "message": null | |
| } | |
| }, | |
| "type": "handleUncaughtException", | |
| "serverData": { | |
| "CAPP_BUILD": "/Users/francis/Applications/cappuccino/Build", | |
| "TERM_PROGRAM": "Apple_Terminal", | |
| "SHELL": "/bin/bash", | |
| "TERM": "xterm-256color", | |
| "TMPDIR": "/var/folders/vp/v1lmv4952hg1dk9sm4x4gk8m0000gn/T/", | |
| "Apple_PubSub_Socket_Render": "/tmp/launch-v5fC8s/Render", | |
| "TERM_PROGRAM_VERSION": "297", | |
| "OLDPWD": "/Users/francis/www/meetidaaa_newbackend", | |
| "TERM_SESSION_ID": "DCBFE387-3131-4936-9903-7E056AFB366D", | |
| "USER": "francis", | |
| "COMMAND_MODE": "unix2003", | |
| "SSH_AUTH_SOCK": "/tmp/launch-YFqoVv/Listeners", | |
| "__CF_USER_TEXT_ENCODING": "0x1F5:0:0", | |
| "PATH": "/usr/local/narwhal/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin", | |
| "PWD": "/Users/francis/www/meetidaaa_newbackend/bin", | |
| "LANG": "en_US.UTF-8", | |
| "HOME": "/Users/francis", | |
| "SHLVL": "1", | |
| "NARWHAL_ENGINE": "jsc", | |
| "LOGNAME": "francis", | |
| "DISPLAY": "/tmp/launch-HtwMH8/org.x:0", | |
| "_": "./run_task.php", | |
| "PHP_SELF": "./run_task.php", | |
| "SCRIPT_NAME": "./run_task.php", | |
| "SCRIPT_FILENAME": "./run_task.php", | |
| "PATH_TRANSLATED": "./run_task.php", | |
| "DOCUMENT_ROOT": "", | |
| "REQUEST_TIME": 1316913041, | |
| "argv": [ | |
| "./run_task.php" | |
| ], | |
| "argc": 2 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment