mikaeljorhult / hydrofon

Equipment booking system.
MIT License
23 stars 11 forks source link

SQLSTATE[HY000]: General error: 1 no such table: flags #125

Closed souto64 closed 1 year ago

souto64 commented 1 year ago

Hi, I wanted to test hydrofon but once installed, when accessing resources, I get this error image Am I doing something wrong?

souto64 commented 1 year ago

Wrong permission on install. Sorry

mikaeljorhult commented 1 year ago

Glad you got it sorted out. Let me know if you have any other questions!

Riko0 commented 1 year ago

Hi @souto64, i am facing the same issue, could you produce how to solve or what does "Wrong permission on install" means, please?

souto64 commented 1 year ago

Hi @Riko0 , sure. In my case the problem was with the permissions on the installation folder. You must ensure that your user has the correct rights or just do a chmod 777 if you only want to test it and reinstall it

Riko0 commented 1 year ago

Thanks a lot!

mikaeljorhult commented 1 year ago

Thank you for helping out @souto64!