joachimcarrein
Forum Replies Created
-
Thanks for the feedback. This has put me on the right track.
Apparently since the certificate from Let’s Encrypt they have been using a new intermediate with a same Subject Key as the previous one, which made IIS server the other intermediate instead of the correct one.
After removing all previous intermediates in all other stores, the chain is served correctly.
Here’s the link where I finally found my solution, in case someone else runs into the problem:
https://community.letsencrypt.org/t/iis-8-5-building-incorrect-chain-with-lets-encrypt-authority-x3/13320/84Hi,
It’s about https://nav-magno.be
The newest SSL certificate is in place (the one that is causing the problems)Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Internal Server Error after updatingUpdate 2.7.1 solves the problem. Thanks!
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Internal Server Error after updatingI compared the version 2.6.9 to 2.6.10 and started in the crayon_wp.class.php. As soon as the following change was commented (in function enqueue_resources), it worked again:
CrayonSettingsWP::load_settings(TRUE);
I hope this helps.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Internal Server Error after updatingI upgraded from 2.6.9 to 2.6.10.
This is the last log of IIS:
2015-04-02 11:39:49 <SERVERIP> GET /wp-admin/plugins.php action=activate&plugin=crayon-syntax-highlighter%2Fcrayon_wp.class.php&_wpnonce=50cfd5f60d 80 – <LOCALIP> Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:36.0)+Gecko/20100101+Firefox/36.0 500 0 3221225477 5250PHP log is not registering anything. I deleted the log before activating on a test instance. Got the error, but no error log afterwards.
event viewer is showing this:
Faulting application name: php-cgi.exe, version: 5.3.10.0, time stamp: 0x4f2ae019
Faulting module name: php5.dll, version: 5.3.10.0, time stamp: 0x4f2ae082
Exception code: 0xc0000005
Fault offset: 0x00090f5b
Faulting process id: 0x508
Faulting application start time: 0x01d06d3c2b966cd9
Faulting application path: C:\Program Files (x86)\PHP\v5.3\php-cgi.exe
Faulting module path: C:\Program Files (x86)\PHP\v5.3\php5.dll
Report Id: 89ff6271-d92f-11e4-9618-8100fd400bb6If I try to run the site from the commandline using php-cgi.exe <local path to index.php> the php-cgi.exe crashes, without showing further info
I can run the same command on another wordpress and get information back.
Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Internal Server Error after updatingThat would be convenient. Currently have a few posts with no language markup ??
EDIT:
nvm, just took one out of my backups ??
Thanks for the offer!Forum: Plugins
In reply to: [Crayon Syntax Highlighter] Internal Server Error after updatingI have only 1 in common with you:
– Broken Link Checker Version 1.10.4Other than that, it seems we both have a windows installation.
Forum: Plugins
In reply to: [WP SlimStat Shortcodes] filters rememberedalready did that for both this plugin as for the slimstat plugin ??
Forum: Plugins
In reply to: [WP SlimStat Shortcodes] filters rememberedgreat, when can we expect the update?
Forum: Plugins
In reply to: [WP SlimStat Shortcodes] problem with shortcodeI have the same problem, is there a fix for this already?
consider it done ??
nvm. Just installed adblock plus as well, which was causing the problem…
Forum: Plugins
In reply to: [DP Maintenance Mode Lite] Browser Back/Next button messing upNevermind, it looks like my browser cache was acting up…
Forum: Fixing WordPress
In reply to: File upload messing with permissionsJust found it…
Apparently in the php.ini file, the file uploads pass a temporary folder. And these permission are copied with the file.
Solution was found here:
https://www.howyoudo.info/index.php/how-to-fix-windows-server-upload-file-inherit-permissions-error/Forum: Fixing WordPress
In reply to: File upload messing with permissionsI went to the root folder of my wordpress installation and set security to not inherit from parent folders. Then added IIS_IUSRS as full control, everyone as full control and IUSR as full control. Did replace all child permissions as well.
Again the same thing happens. The upload.jpg gets some weird permissions, the thumbnails get the 3 permissions set up, however the original has following permissions:
– SYSTEM: Full
– IUSR: Full
– Everyone: Full
– IIS_IUSRS: Special (List Folder/Read Data – inherit from parent)but still a now show on my post for this image. This actually causes an internal error when directly trying to open the png. On the server self, I get following notice:
HTTP Error 500.50 – URL Rewrite Module Error.