Thank you for the tip.
First I tried replacing include(../../../../wp-load.php) for include(../../wp-load.php), but, it didn’t work. I did a little google and found:
include ($_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-load.php’);
that did the trick. no more warning messages in my error.log