query error undefined constant
-
Hi,
When I use the IDE to check the query, I receive
undefined constant
error. Does anyone face with such a case. I updated the php version in april to 8.1. Does anyone use this plugin with this php version, might it be related to the php version?{
"errors": [
{
"debugMessage": "Undefined constant \"path\"",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 13,
"column": 11
}
],
"path": [
"blogs",
"nodes",
0,
"featuredImage",
"node",
"sourceUrl"
]
},
{
"debugMessage": "Undefined constant \"path\"",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 13,
"column": 11
}
],
"path": [
"blogs",
"nodes",
1,
"featuredImage",
"node",
"sourceUrl"
]
},
{
"debugMessage": "Undefined constant \"path\"",
"message": "Internal server error",
"extensions": {
"category": "internal"
},
"locations": [
{
"line": 13,
"column": 11
}
],
"path": [
"blogs",
"nodes",
2,
"featuredImage",
"node",
"sourceUrl"
]
}
],
"data": {...
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘query error undefined constant’ is closed to new replies.