Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.12.1
-
Component/s: None
-
Labels:None
Description
When connecting to a lite version I received this error:
{
"doc": {
"error": {
"$type": "missed",
"$object": "function",
"$lang": "en",
"detail": {
"$": "Failed to find the 'value' function. The associated module is missing "
},
"msg": {
"$": "Failed to find the 'softaculous.redirect' function. The associated module is missing "
},
"param": [
{
"$name": "object",
"$type": "msg",
"$": "function"
},
{
"$name": "value",
"$": "softaculous.redirect"
}
]
}
}
}