Tags and triggers are no longer displayed

ok, I tried this, works like a charm:

  1. on DB server (in my case using phpMyAdmin), check the version via this query SELECT * FROM option where option_name='version_tagmanager'
  2. Update the option_value to 4.11.0. I used this command:
    UPDATE option SET option_value = ‘4.11.0’ WHERE option.option_value = ‘4.12.2’ AND option.option_name = ‘version_TagManager’ LIMIT 1;
    (messy here with the pre-format and the SQL syntax… )
  3. in matomo command line (ssh), run ./console core:update and confirm with ‘y’

for me, it is solved. thx @heurteph-ei

1 Like