Changes between Initial Version and Version 1 of Ticket #48689, comment 7
- Timestamp:
- 01/06/2020 02:38:57 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48689, comment 7
initial v1 1 1 I have inyected a little bit of extra verbosity through some php error logging function to discover that Rankmath was trying to access to certain files (.htaccess and robots.txt) without success. I'm not sure why WPML (also happened by activating AMP for WP plugin in combination with Rankmath) was hindering Rankmath from this access... 2 2 3 The function that was being hindered is get_contents from WP Filesystem.3 The function that was being hindered is exists from WP Filesystem. 4 4 So probably any plugin in combination with WPML or AMP for WP may have this issue? 5 https://developer.wordpress.org/reference/classes/wp_filesystem_base/get_contents/ 6 5 https://developer.wordpress.org/reference/classes/wp_filesystem_base/exists/ 7 6 Not 100% sure. 8 7