When I create a new module in module builder, the databases are not creates/
Resolution:
There was a problem with the group and user permissions.
I did
chgrp -R www-data (On Sugar Folder)
chown -R www-data (On Sugar Folder)
But there's a specific procedure:
- Create the module in module builder
- Create a couple of relationships
- Deploy the Module
- You can go to you Database to see that the relationship tables where created but not the core table (module name)
- Execute chgrp -R www-data (On Sugar Folder) and chown -R www-data (On Sugar Folder)
- Redeploy the module
- It will work.