Error when signing up a new user
Booking management system for hotels, bed&breakfasts, guesthouses
Brought to you by:
labos
Hello, I just found your amazing booking solution "Locanda". I managed to install MySQL and Tomcat as a local service. I also got the starting page under http://localhost:8080/locanda. But I struggle with the user setup. I get an error report when I try to send a new user sign up. The error reports refers to something like "Table 'locanda-user' doesn`t exist. Can you help? Thanks a lot.
Anonymous
Hi, probably Locanda can't connect to database. You must have a MySql Server running, import from DB the "locanda.sql" file and set the correct login data (userID, Password and Host) on the "locanda/tomcat/webapps/locanda/META-INF/context.xml" file.