Hi,
First, yes, I’ve read the sticky faq, and yes, I’ve tried to use the shell php client to execute the index.php file.
… at first, it returned html error about chmod, that I fixed, and now it return nothing. In the database, tables are not created at all.
If I run the index.php with a browser, I get 2 tables created:
- piwik_user_dashboard
- piwik_user_language
And the installer give me this error:
There was a problem installing the plugin ExampleFeedburner: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘tholus_piwik.piwik_site’ doesn’t exist If this plugin has already been installed, and if you want to hide this message, you must add the following line under the [PluginsInstalled] entry in your config/config.ini.php file: PluginsInstalled[] = ExampleFeedburnerThere was a problem installing the plugin Provider: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘tholus_piwik.piwik_log_visit’ doesn’t exist If this plugin has already been installed, and if you want to hide this message, you must add the following line under the [PluginsInstalled] entry in your config/config.ini.php file: PluginsInstalled[] = Provider
The page load really fast, so it’s not a timeout issue.
But maybe I have a corrupted file somewhere.
So before asking for more help,
Where is the file that contain the SQL instructions to create the tables ?