While meddling with an experimental installation, the user service was accidentally disabled. The message when trying to log in is
Service user is deactivated
How to get around this problem? Which configuration file will I need to edit to get this back on?
Cheers,
M&M
After a bit of probing I saw this in the table called āserviceā in MySQL db.
+-------------------------+-----------+
| name | is_active |
+-------------------------+-----------+
| system | 1 |
| api_docs | 1 |
| files | 0 |
| db | 0 |
| email | 0 |
| user | 0 |
| mysql | 0 |
| mongodb | 1 |
| scr-insert | 1 |
| testdb | 1 |
| test-mlabs | 1 |
+-------------------------+-----------+
Can I just go ahead an issue an update statement to set 0 to 1, for āuserā service?
Thanks,
M&M
wow an accidental disabling of service shouldnāt have taken so much time for an answer
All services have an āActiveā checkbox in the first tab (INFO). Check this box, save and be happy
hehehe doneā¦and additionally the applicationās cache has to be cleared if underlying database is directly changed. And for that āphp artisan cache:clear
ā has to be executed in the root dreamfactory directory. Hereās a reference to this issue
Cheers,
M.M
Good to knowā¦
Config > Cache > Flush System-Wide Cache, dont do the job?
hmmmm. I was locked out of the system once I deactivated the āuserā service ā¦lol, so I didnāt stand a chance
Cheers,
M.M
oooh sureā¦ fuck! hhahahhaha
learning things the right way