perhaps the require once line needs to go down one more directory:change
require_once("../../../WA_eCart/bookfair_PHP.php");
to:
require_once("../../../../WA_eCart/bookfair_PHP.php");

That triggers the Dynamically-related files DW error, and does not clear the red exclamation point. . .


