geoffdaw
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Login page redirecting to 404Hi,
I came across this thread when one of my users reporting that the link I had sent him to sign on was returning a 404 error. The link worked fine for me with a variety of browsers. When I looked in the access log I found:
his.ip.address GET https://website.co.uk/logonstring/ 302
his.ip.address GET https://website.co.uk/wp-admin/ 404my.ip.address GET https://website.co.uk/logonstring/ 200
So same url but different outcome. Could it be cookies?
I told him to try what @midlander suggested and he said it worked. From the access log:
his.ip.address GET https://website.co.uk/?logonstring 200
I tried the same thing and just got the Home page.
So nothing to do with plugins or caching (I don’t use it). Possibly browser difference, he was using the Samsung browser and I used a variety of Android and Windows browsers, but unlikely. Cookies?
Hope this helps.
I hit the same problem when upgrading other sites and I believe I have narrowed it down to the Search & Replace plugin. Disabling just that plugin seemed to get rid of the error.
The plugins were:
CMS Tree Page View
Easy WP Meta Description
Search & Replace
TinyMCE AdvancedI have done a code search on the plugins and there are no references to wp_rewrite or flush_rules.
I have other sites to upgrade to use ssl so I will see if I hit the same problem and if I do then I will disable the plugins one at a time. In any case I will report back.
Thanks Mark for the quick response. That did the trick but I don’t know which of the plugins caused the problem. There were only 4 simple plugins and I couldn’t imagine why any of them would be using rewrite rules.
Forum: Plugins
In reply to: [Pagely MultiEdit] span tag behaviorIt is still a bug in 0.9.8.4 🙁
Forum: Plugins
In reply to: [Pagely MultiEdit] span tag behaviorProbably too late an answer to be useful but I did see this behavior when I was playing around with MultiEdit a couple of years back. I managed to fix it by changing a line in multiedit.js (line 33 in the 0.9.8.3 version I was using) from:
jQuery('#multiEditControl').append(jQuery('#multiEditHidden span'));
to:
jQuery('#multiEditControl').append(jQuery('#multiEditHidden span.multieditbutton'));I was going to check it out using the 0.9.8.4 version of the plugin but I can’t think how I got the span into the content as it seems to strip any changes made in the Text window.