This was the solution that worked for me! Downgraded to 6.77 after failing with all later versions (had to bypass the max file size in the constants file though)
ugh yeah it works fine then.
Can’t think for the life of me what I could have added to mess it up :-/
thanks, James…
…and, here’s the stupidest work-around ever…
In my header.php:
<?
$page_id = 1006;
$page_data = get_page( $page_id );
$content = $page_data->post_content;
$page_data->post_content;
?>
Where the content of Page ID 1006 is (thanks to the php-execution-plugin):
<?php include("nusoap/lib/nusoap.php"); > ?>
:-/ :-/ :-/ :-/
hey, it works.
:-/