Created
July 21, 2019 18:48
-
-
Save dasdo/9a3cf6041fc3800ca3a0f91b6872dc27 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"status":{ | |
"type":"FAILED", | |
"message":"Access to undeclared static property: Phalcon\\Mvc\\Router\\Route::$_uniqueId", | |
"trace":[ | |
{ | |
"function":"__construct", | |
"class":"Phalcon\\Mvc\\Router\\Route", | |
"type":"->", | |
"args":[ | |
"#^\/([\\w0-9\\_\\-]+)[\/]{0,1}$#u", | |
{ | |
"controller":1 | |
} | |
] | |
}, | |
{ | |
"function":"__construct", | |
"class":"Phalcon\\Mvc\\Router", | |
"type":"->", | |
"args":[ | |
] | |
}, | |
{ | |
"function":"resolve", | |
"class":"Phalcon\\Di\\Service", | |
"type":"->", | |
"args":[ | |
null, | |
{ | |
} | |
] | |
}, | |
{ | |
"function":"get", | |
"class":"Phalcon\\Di", | |
"type":"->", | |
"args":[ | |
"router", | |
null | |
] | |
}, | |
{ | |
"function":"getShared", | |
"class":"Phalcon\\Di", | |
"type":"->", | |
"args":[ | |
"router" | |
] | |
}, | |
{ | |
"function":"getSharedService", | |
"class":"Phalcon\\Mvc\\Micro", | |
"type":"->", | |
"args":[ | |
"router" | |
] | |
}, | |
{ | |
"function":"getRouter", | |
"class":"Phalcon\\Mvc\\Micro", | |
"type":"->", | |
"args":[ | |
] | |
}, | |
{ | |
"function":"map", | |
"class":"Phalcon\\Mvc\\Micro", | |
"type":"->", | |
"args":[ | |
"\/v1\/offers", | |
[ | |
{ | |
}, | |
"index" | |
] | |
] | |
}, | |
{ | |
"file":"C:\\laragon\\www\\cdi-api\\vendor\\baka\\http\\src\\RouterCollection.php", | |
"line":85, | |
"function":"mount", | |
"class":"Phalcon\\Mvc\\Micro", | |
"type":"->", | |
"args":[ | |
{ | |
} | |
] | |
}, | |
{ | |
"file":"C:\\laragon\\www\\cdi-api\\app\\config\\routes.php", | |
"line":368, | |
"function":"mount", | |
"class":"Baka\\Http\\RouterCollection", | |
"type":"->", | |
"args":[ | |
] | |
}, | |
{ | |
"file":"C:\\laragon\\www\\cdi-api\\public\\index.php", | |
"line":50, | |
"args":[ | |
"C:\\laragon\\www\\cdi-api\\app\\config\\routes.php" | |
], | |
"function":"include" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment