Additional information, I have activated the wordpress logs and it shows me this line when opening the status page.
Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /public_html/wp-includes/functions.php on line 4669
-
This reply was modified 3 years, 10 months ago by jamesjon.
Plugin Support
Fotis
(@fstat)
Hi there,
Please follow the instructions linked below to configure Cloudflare so that it works with Jetpack.
https://jetpack.com/support/getting-started-with-jetpack/configure-jetpack-cloudflare/
I have followed the tutorial “Halfway”, let me explain …
I cannot fully follow the tutorial due to the “WooCommerce Sermepa payment gateway” plugin that forces me to use an insecure connection (http), I cannot activate the option to “redirect all traffic to https”, at the moment I activate that function, the plugin would stop working as they don’t accept secure connections.
I have my .htaccess like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} !wc-api [NC]
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
I also have the really simple ssl plugin configured in a “Special” way for the plugin to work.
I have the following enabled in the really simple ssl plugin:
– Mixed content solver
– Activate WordPress 301 redirect to SSL
– Stop modifying the .htaccess file
Any ideas how to configure the .htaccess or cloudflare, so that both plugins work?
-
This reply was modified 3 years, 10 months ago by jamesjon.
-
This reply was modified 3 years, 10 months ago by jamesjon.
@jamesjon We haven’t seen this particular setup, but you might check in with the plugin’s authors/support to see if they have run into this, and what they recommend.
Visit the page where the error was detected (https://serravegana.com/wp-admin/admin-ajax.php) and check if there are any visible problems.
Now I have received a message from wordpress stating the following…
WordPress versión 5.5.1
Tema actual: Envo Shop (versión 1.0.5)
Plugin actual: Jetpack by WordPress.com (versión 9.0.2)
PHP versión 7.4.11
Details of the error
==================
An error of type E_COMPILE_ERROR has occurred in line 6 of the file /home/serraveg/public_html/wp-content/plugins/jetpack/class.jetpack-modules-list-table.php. Mensaje de error: require_once(): Failed opening required ‘/home/serraveg/public_html/wp-admin/includes/class-wp-list-table.php’ (include_path=’.:/opt/alt/php74/usr/share/pear’)
Plugin Support
Fotis
(@fstat)
Have you contacted the authors of the plugins you mentioned (Cloudflare, Really Simple SSL, and Sermepa)? They might be able to help troubleshoot this issue.