waltdsn
Forum Replies Created
-
Forum: Plugins
In reply to: [Cost Calculator Builder] Save problemThanks for your answer, unfortunately even with php 7.4 version and all the correct configuration its not saving…
Any ideas ? thanks
I understood the error, it makes sense.
1/ It is not there in the file, but it contains this:
if (file_exists(‘C:/Users/square/AppData/Local/Programs/Local/resources/extraResources/local-bootstrap.php’)) {
include_once ‘C:/Users/square/AppData/Local/Programs/Local/resources/extraResources/local-bootstrap.php’;
}
if (file_exists(__DIR__.’/wp-content/plugins/wordfence/waf/bootstrap.php’)) {
define(“WFWAF_LOG_PATH”, __DIR__.’/wp-content/wflogs/’);
include_once __DIR__.’/wp-content/plugins/wordfence/waf/bootstrap.php’;
}2/No I have never touched this path
3/ There is no such path in the database
I exported my database with a .sql file
then I created a database on ionos and I imported my .sql file in which I had replaced all the paths with my domain name.
I imported the folder of my site via filezila on my ionos server
I modified the information in the wp-config.php file to connect my new database.
And when I display my site I have this error with wordfenceThanks a lot for your help.