Matomo 安装时出现报错
There was a problem installing the plugin CustomDimensions:
SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name ‘last_idlink_va’
If you want to hide this message you must remove the following line under the [Plugins] entry in your ‘config/config.ini.php’ file to disable this plugin.
Plugins[] = CustomDimensions
If this plugin has already been installed, you must add the following line under the [PluginsInstalled] entry in your ‘config/config.ini.php’ file:
PluginsInstalled[] = CustomDimensions
只需要去除这个行列就可以了
