Edward Stoever
Forum Replies Created
-
This might help:
Other PostForum: Plugins
In reply to: [SlimStat Analytics] Cannot install Geolite DB: ForbiddenOk, I figured it out…. the series of commands would look something like this:
cd ~ mkdir tmp cd tmp wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz tar -xzf GeoLite2-Country.tar.gz cd GeoLite2-Country_20171205 cp GeoLite2-Country.mmdb /var/www/html/wordpress/wp-content/uploads/wp-slimstat/maxmind.mmdb chown www-data:www-data /var/www/html/wordpress/wp-content/uploads/wp-slimstat/maxmind.mmdbForum: Plugins
In reply to: [SlimStat Analytics] Cannot install Geolite DB: ForbiddenThis explanation is not clear at all. “After you unzip the downloaded file” – which produces a directory – “rename it to maxmind.mmdb” what? one file in the directory? or the whole directory? What is “IT”?????
I tried putting the renamed directory full of files in the directory wp-content/uploads/wp-slimstat/ and it just said that is was now “installed” but it was not working.
So, please clarify!!!
Forum: Plugins
In reply to: [SlimStat Analytics] PHP Fatal error: Access to undeclared static propertyI don’t have woocommerce and I don’t have role editor. It might be related to the plugin wpDataTables, which on the page with error indicated shows a table from that plugin. That is all the page does!
Forum: Plugins
In reply to: [SlimStat Analytics] PHP Fatal error: Access to undeclared static propertyThis error occurred when I upgraded from version 4.6.8 to 4.6.9.1. File in question is:
wp-slimstat/admin/view/wp-slimstat-db.phpForum: Plugins
In reply to: [SlimStat Analytics] PHP Fatal error: Access to undeclared static propertyok, as a workaround, I commented out that one line of code. I have documented it in case I ever update slimstat. Strange error.
Here is the line I commented out:
//self::$hidden_filters[ 'author' ] = 1;