I uploaded the files from the zip download to an Azure WebApp and a MySQL server. I then got around some errors by modifying the config.ini.php to include my sql info, but now the server thinks it has been configured and gives an error:
Original error was “SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘sb-matomo-database.matomo_option’ doesn’t exist”.
How can I get the startup/config screen to load so I can enter the initial setup info?
It looks like Matomo is skipping the setup screen because the config.ini.php file exists, but the necessary database tables like matomo_option haven’t been created yet. To fix this, you can temporarily rename or delete the config/config.ini.php file and then reload your Matomo URL—this should trigger the setup wizard again, allowing you to complete the initial configuration and properly create the required tables.