Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48689, comment 7


Ignore:
Timestamp:
01/06/2020 02:38:57 PM (5 years ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48689, comment 7

    initial v1  
    11I 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...
    22
    3 The function that was being hindered is get_contents from WP Filesystem.
     3The function that was being hindered is exists from WP Filesystem.
    44So 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 
     5https://developer.wordpress.org/reference/classes/wp_filesystem_base/exists/
    76Not 100% sure.
    87