Do the plugin affect FS_METHOD constant somehow?
-
I have the FS_METHOD constant set to ‘direct’ in my wp-config.php.
When i activate the Redux Framework plugin – one of my other plugins crashes together with the entire site.
Upon investigation, i can see that the other plugin uses the global $fs_filesystem variable (which i can print using var_dump()).
If Redux is deactivated – the $fs_filesystem is an object instance of the direct filesystem access method (as expected).
Upon Redux activation, however – this variable is an instance of the FTP access method and this causes the crash.
That’s why i suspect the plugin changes the FS_METHOD somehow.
Any suggestions how to resolve this?All my files and dirs are owned as:
my-user-account:www-data,
with directories are 755 and files: 644
The server is running under Debian 12.4, Apache Webserver and php-fpm 8.3.4Thanks in advance!
- You must be logged in to reply to this topic.