Skip to content

Instantly share code, notes, and snippets.

@dasdo
Created July 21, 2019 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasdo/9a3cf6041fc3800ca3a0f91b6872dc27 to your computer and use it in GitHub Desktop.
Save dasdo/9a3cf6041fc3800ca3a0f91b6872dc27 to your computer and use it in GitHub Desktop.
{
"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