Open lexquirox opened 9 months ago
When trying to get group data using get , using the endpoint "api/group/all" gives me this error
Type: RuntimeException
Message: Unable to locate the model you have specified: Model_group
Filename: /var/www/cloud.info-mat.com/web/api-start/system/core/Loader.php
Line Number: 350
Backtrace:
File: /var/www/cloud.info-mat.com/web/api-start/application/third_party/MX/Loader.php Line: 234 Function: model
File: /var/www/cloud.info-mat.com/web/api-start/modules/api/controllers/Group.php Line: 12 Function: model
File: /var/www/cloud.info-mat.com/web/api-start/index.php Line: 312 Function: require_once
find how to solve it, you must specify which model to target and solve it by including it in the following way
When trying to get group data using get , using the endpoint "api/group/all" gives me this error
Type: RuntimeException
Message: Unable to locate the model you have specified: Model_group
Filename: /var/www/cloud.info-mat.com/web/api-start/system/core/Loader.php
Line Number: 350
Backtrace:
File: /var/www/cloud.info-mat.com/web/api-start/application/third_party/MX/Loader.php Line: 234 Function: model
File: /var/www/cloud.info-mat.com/web/api-start/modules/api/controllers/Group.php Line: 12 Function: model
File: /var/www/cloud.info-mat.com/web/api-start/index.php Line: 312 Function: require_once