Opened 7 years ago
Closed 7 years ago
#42657 closed defect (bug) (duplicate)
Failure of writing .htaccess from Plugin on WordPress 4.9.0
Reported by: | sakurainternet | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9 |
Component: | Plugins | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
Hi.
I'm Genki Taniguchi working on SAKURA Internet Inc.
We have a plugin for our hosting service customer.
https://ja.wordpress.org/plugins/sakura-rs-wp-ssl/
AOSSL plugin.
Activate and When the plugin's button clicked, writing some script to htaccess.
And when the plugin deactivated, delete which script.
Problem is this delete function is not work on 4.9.0.
(Writing is working)
On 4.8.3 it worked correctly.My environment is below.
Apache 2.4 PHP 5.6, 7.1 MySQL5.5
Wordpress 4.9.0
htaccess's permission is correct.(664)
Best regard.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi @sakurainternet and welcome to Trac.
Thanks for reporting this, although this sounds like it might be caused by #42579 - as it looks like your plugin uses `extract_from_markers()`.
Can you test your plugin by either applying the changes in [42213] or by using the latest 4.9.1-alpha release.