NicoHood
NicoHood
I made all the steps that you asked me for. I verified that the system report fails. After running your command (I had to prepend `php` in order to run...
Sure, I am currently doing all the steps. I want to note, that with the config variables enabled also the diagnostic screen looks broken:  I will email you my...
It seems that the log file will not be created. I tried `/tmp/matomo.log` and `/var/www/virtual/user/html/wp-content/cache/matomo/matomo.log` but both of them will not be created. Do I need to create them in...
Now I have enabled the "normal" wordpress debug mode: ``` define( 'WP_DEBUG', true ); define( 'WP_DEBUG_DISPLAY', false ); define( 'MATOMO_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); ``` This at least...
What should I post again? You mean the system debug report? Previously it had no error message, as I did not enable the environment variable in my wp-config. I've also...
BTW: I tried your suggestion now ` if (!defined('MATOMO_SUPPORT_ASYNC_ARCHIVING')) { define('MATOMO_SUPPORT_ASYNC_ARCHIVING', false); }` but that did not start any archiving process. the config variables were set in the wp-config file....
I think my provider made the switch. I though it has happened way before, I guess it was triggered, because I have recently reloaded the php configuration. I think I...
My hosting provider is uberspace and I have full ssh access. I am not happy giving out credentials, but I could try to create a new wordpress site and reproduce...
I've setup a test server with a clean wordpress install where I can simply reproduce the issue. 1. Please send me your PUBLIC ssh key and I will give you...
Hey there! I've updated the theme for the archlinux users. Thanks for doing such a fast update :) I know that nautilus is broken and you already mentioned it. So...