Hi i wanted to use an plugin for creating pdf files and i have a reason to choose this specific one.
This plugin needs wp-confi but i moved that outside root, so i change the location in the script.
But then iget a different error
Warning: require_once(/home/snelgoedko/domains/mydomain.com/wp-settings.php) [function.require-once]: failed to open stream: No such file or directory in /home/snelgoedko/domains/mydomain.com/wp-config.php on line 128
There is a reference to wp-settings.php via abspath but it seems not correct?
Is that to be expected if u move the wp-config file, that the abs path does not changed because wp scans for the file but still thinks the abs path should be default in reference to wp-settings ???