ridwanskaterock / cicool

Cicool is a multifunctional application that is used to facilitate your work in creating a system, CMS, E-Comerce and others
20 stars 13 forks source link

Unable to locate the model you have specified: Model_group #559

Open lexquirox opened 9 months ago

lexquirox commented 9 months ago

When trying to get group data using get , using the endpoint "api/group/all" gives me this error Screenshot 2024-02-06 at 12 01 22 PM

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

lexquirox commented 9 months ago

find how to solve it, you must specify which model to target and solve it by including it in the following way Screenshot 2024-02-21 at 5 12 07 PM