#1
I downloaded a fresh Trongate app (1.0.4) today on Windows 10. I had to disable Avast and my VPN to get it working, but it never creates any database tables (fresh MySQL 8.0.32-winx64).

So I installed the Simple Members module (both through the app and manually on a GitHub release copy in a different directory). Both create the members table, but there are no other tables created.

It says running the trongate_user_levels.sql was successful, but there is no 'trongate_user_levels' table - so that is obviously not correct.

There are no other tg_* tables either. I don't know what's wrong, but can the .SQL for the default tg admin tables be posted somewhere?

Also, what happens if the trongate.io site goes down? It was very slow for me today.

http://localhost/ts/members/manage (truncated):


P.S. The footer code Home|Learn|Docs|Help Bar is taking up way too much space for reading posts here (fixed headers/footers suck) ;-P
#2
Hello,

I am on a Mac.

Just tried to create a new app, Created app and database, but no tables.

When I used the app to add a Members Module, I was successful in adding all necessary tables.

I suggest that you create a new app and then add the Members Module again.
Dan
#3
Thanks for bringing this to my attention.

I'm going to upload an SQL dump to GitHub and make it so that if you don't have those tables then a helpful error message appears with a link.
#4
Thanks David,

That is a great solution.

Dan
#5
Getting same error, can you please try to upload sql dump as soon as you can thanks.
#6
If you go to github and choose the dev branch you will see the tables in readme.md

Or use this
#7
Thanks, got it working. hgd