I have this installed, but am getting
Code:
Warning: fetch_header(http://www.mobileforces.org/forums/search/header.php): failed to open stream: HTTP request failed! HTTP/1.1 406 Not Acceptable in /home/mofo/public_html/forums/search/archive_functions.php on line 33
Warning: fetch_header(): Failed opening 'http://www.mobileforces.org/forums/search/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mofo/public_html/forums/search/archive_functions.php on line 33
above my content and
Code:
Warning: fetch_footer(http://www.mobileforces.org/forums/search/footer.php): failed to open stream: HTTP request failed! HTTP/1.1 406 Not Acceptable in /home/mofo/public_html/forums/search/archive_functions.php on line 44
Warning: fetch_footer(): Failed opening 'http://www.mobileforces.org/forums/search/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mofo/public_html/forums/search/archive_functions.php on line 44
below the content on every page?
Would there b e any problem in linking to the header and footer php scripts via a local connection, rather than a HTTP connections (caused by $archiveurl . "/header.php") ?