Matthias Kittsteiner

Results 69 comments of Matthias Kittsteiner
trafficstars

You’re using a file with a `json` extension but with a `yaml` format. Use the `json` format inside your file or rename the config file to `config.yml`.

After a little further trial and error I noticed that the plugin doesn’t like it if there are multiple sites with the same language. For me, I have two different...

No, it’s not. The issue is still open.

At least the variant with `&amp` doesn’t work on my page. E. g. https://kittmedia.com/&amp It results in a 404. But yes, if you don’t want to have any difference (with...

@stklcode Your commit fa211b4 may produce a notice: ``` ErrorException: Notice: Undefined index: query #5 /wp-content/plugins/statify/inc/class-statify-frontend.php(107): Statify_Frontend::track_visit #4 /wp-content/plugins/statify/inc/class-statify-frontend.php(148): Statify_Frontend::track_visit_ajax #3 /wp-includes/class-wp-hook.php(287): WP_Hook::apply_filters #2 /wp-includes/class-wp-hook.php(311): WP_Hook::do_action #1 /wp-includes/plugin.php(484): do_action #0...

I think the cleanest way would be in storing metadata for the visited page in the Statify table, like post ID as an object ID and the object type, which...

> But as of that, you would have to update the metadata every time the url or the title is updated - I think thats a quite heavy performance issue....

`bot` would already include `duckduckbot` and `robot`. And you could summarize `crawler` and `crawling` to `crawl`.

Yes, it is. And yes, I added the PHP configuration inside of nginx: ``` ## # Cachify ## location ~ .php { include /etc/nginx/fastcgi.conf; fastcgi_pass 127.0.0.1:9001; fastcgi_param PHP_VALUE auto_prepend_file=/var/www/kittpress/wp-content/plugins/cachify/apc/proxy.php; location...

`apcu_bc` has been installed automatically (there’s an official package in Debian Stretch 🙂 ) and thus `extension_loaded( 'apc' )` returns a `true`, so this couldn’t be the problem.