new 2.2.18 version bugs and break-ups
-
Hello Rogier,
I just updated the plugin to the last 2.2.18 version and immediately I got problems:
1/ instead of what was mentioned on the admin plugin settings front-end, there was htaccess rules set, but these were not detected
2/ moreover, except for the version number 2.2.18 instead of the 2.1.18 present in my htaccess file, the rules shown by the plugin to be inserted in the htacces file was buggy:
instead of the original:
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
this line was proposed:
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
3/ I changed the version number and the above line and … broke everything up in the htacces and in the plugin settings since the permanent HTTP Strict Transport Security was not recognized any more!
4/ I reverse the line back to the previous one and it worked
5/ I checked it up while removing all lines referring to simplessl in my htaccess file, setting the file rights to 644 and letting the plugin updating the htaccess by itself. And I was right: the buggy $ was not there!
6/ An another bug: since the 2.2.13 you’ve added a “check if the mixed content fixer is functioning on the front end”. Good, but the fact is with the 2.2.18 version the front-end showsThe mixed content is activated, but not functioning at the front end.
Strange! since my ssl lock is green indicating there’s no mix content
7/ I checked the debug option in the settings tab and had a look to the result. Here it is:
loading options...
plugin version: 2.2.18
pluginurl: https://www.scriptorium-albi.fr/wp-content/plugins/really-simple-ssl/
testing for ssl...
https://www.scriptorium-albi.fr/wp-content/plugins/really-simple-ssl/ssl-test-page.php
SSL test page loaded successfully
ssl type: LOADBALANCER
--- force ssl: FALSE
testing htaccess rules...
htaccess rules test success.
checking if .htaccess can or should be edited...
rules already added in .htaccess.
no siteurl/homeurl defines in wpconfig
converting siteurl and homeurl to https
Detected Yoast seo plugin
No conflict issues with Yoast SEO detected
Seems everything fine but there’s something wrong!
8/ I unchecked theEnable javascript redirection to ssl
since I consider it to be more troubleshooting than resolving the problems. Once written in the htacces access file the rules are set up for all and ever. I do not need to see messages that the plugin has been reverse to javascript ruling if set in htacces (I know it works fine and I have remove any of my mixed content for a while), unless the plugin can not read any more the file of course.
Well I hope this would be helpful to you. For I have solved the problems by myself it is now up to you to check what might have happened.
Good luck to you.
Regards.
Gilles
- The topic ‘new 2.2.18 version bugs and break-ups’ is closed to new replies.