xnosek00
Forum Replies Created
-
Hi, I tested it this week – without my adjustments. And it worked on testing version and it worked on production version too. I tested it without using storefront theme. Only with Divi.
Divi updated their theme last week. So maybe was problem in their theme and now is resolved. It’s hard to say now ??
So we can close this bug now. Thank you.
thank you, I will test it this week. I have to create a clone of the website.
Forum: Reviews
In reply to: [Contact Form 7] Contact form7 with a reCaptcha v3 does not work reliablethank you @yordansoares I found solution some days before. I described it on my blog: https://petrnosek.cz/wordpress-formulare-a-plugin-contact-form-7-recaptcha-v2/
but it is in czech language.
For quick explanation, there is plugin https://www.ads-software.com/plugins/wpcf7-recaptcha/ which adds recaptcha v2 to latest CF7.
permissions of the wordpress tmp directory tested:
root@server:~# ls -l / drwxrwxrwt 5 root root 258048 Nov 29 16:30 tmp
php.ini says:
; Directory where the temporary files should be placed.
; Defaults to the system default (see sys_get_temp_dir)
my system default is /tmp ::echo sys_get_temp_dir(); says: “/tmp”
permissions and rights looks like ok.
root@server:/var/www/www/wordpress/wp-content/uploads# ls -l drwxrwxrwx 2 www-data www-data 4096 Nov 23 17:28 wp-statistics
root@server:/var/www/www/wordpress/wp-content/uploads# ls -l wp-statistics/ total 2308 -rw-rw-rw- 1 www-data www-data 2361227 Nov 15 01:09 GeoLite2-Country.mmdb
Permissions on wordpress upload directory tested. Full access for wp-statistics and the same problem.
root@server:/var/www/www/wordpress# ls -l wp-content/uploads/ drwxrwxrwx 2 www-data www-data 4096 Nov 23 17:28 wp-statistics
Version Info
WP Statistics Version: 8.3.1
The WP Statistics version you are running.
PHP Version: 5.5.9-1ubuntu4
The PHP version you are running.
PHP Safe Mode: No
Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode.
jQuery Version: 1.10.2
The jQuery version you are running.
cURL Version: 7.35.0
The PHP cURL Extension version you are running. cURL is required for the GeoIP code, if it is not installed GeoIP will be disabled.
BC Math: Installed
If the PHP BC Math Extension is installed. BC Math is no longer required for the GeoIP code and is listed here only for historical reasons.File Info
GeoIP Database: 2.25 MB, created on 15.11.2014 @ 1.09
The file size and date of the GeoIP database.
browscap.ini File: browscap.ini file does not exist.
The file size and date of the browscap.ini file.
browscap Cache File: browscap cache file does not exist.
The file size and date of the browscap cache file.Version Info
WP Statistics Version: 8.3.1
The WP Statistics version you are running.
PHP Version: 5.5.9-1ubuntu4
The PHP version you are running.
PHP Safe Mode: No
Is PHP Safe Mode active. The GeoIP code is not supported in Safe Mode.
jQuery Version: 1.10.2
The jQuery version you are running.
cURL Version: 7.35.0
The PHP cURL Extension version you are running. cURL is required for the GeoIP code, if it is not installed GeoIP will be disabled.
BC Math: Installed
If the PHP BC Math Extension is installed. BC Math is no longer required for the GeoIP code and is listed here only for historical reasons.File Info
GeoIP Database: 2.25 MB, created on 15.11.2014 @ 1.09
The file size and date of the GeoIP database.
browscap.ini File: browscap.ini file does not exist.
The file size and date of the browscap.ini file.
browscap Cache File: browscap cache file does not exist.
The file size and date of the browscap cache file.Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Don't cache for non Logged inproblem solved by using another plugin – Lite Cache.
Plugin Lite Cache is testing, that is user logged in.
But I still think, that there is a security problem in Quick Cache.
Forum: Plugins
In reply to: [WP Super Cache] don't clear cache for logged in usersproblem solved by using another plugin – Lite Cache.
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Don't cache for non Logged inI think it’s a security bug. If I’m using Quick Cache for logged in users, only logged in users can see cached pages.
But if a non logged user writes url: https://www.mywebserver.org/cached-page – the page is shown. It’s because Quick Cache doesn’t testing logged in users.