Hi ralfralfralf,
As per my knowledge you should have to add write permission on wp-config.php file at wordpress root directory.
You may flow steps of file permission for
if you still face issue please reply with this discussion.
Thanks
Hi Soninow,
I found out that your plugin creates a 0b config.php in the htdoc-root directory. But my wp resides in an subdirectory, and the default wp-config is also located there. So I now have two wp-configs:
\wp-config.php 0b
\wpdir\wp-config.php 3,6k
When I delete the 0b one and use your tool and set ettings, it is created again but remains empty.
Hi ralfralfralf,
We have try to do this on our testing servers but we can’t replicate this issue as you specified in both root directory and sub-directory of wp.
so you may add debug code manually in wp-config.php file as following.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
define(‘SCRIPT_DEBUG’, true);
define(‘SAVEQUERIES’, true);
if you don’t mind, you may shared your testing server with us so it will helpful to replicate this issue and improve this plugin.
Shared at http://www.soninow.com/contact OR email US at info@soninow.com
Thanks