BrainStormDevel / perseo

A simple modular CMS optimized for SEO based on Slim v4
31 stars 7 forks source link

Can't create new module #21

Closed vrobbi closed 1 year ago

vrobbi commented 2 years ago

Installation create new tables, but they are empty. Then I tried to create new module following what the poor doc says, but i got the error not found

BrainStormDevel commented 2 years ago

Hello. Those tables are empty because it's not used for now. For the error not found, you must use the prefix /it/ or /en/ on your route because Locale middleware is enabled by default. You can disable it in the wizard or set the "locale" variable in the settings.php to false to disable it.