2
Ok, found the problem and within it a solution….yet still not solved entirely….
Header + Footer .php
if (!headers_sent()){header('Content-Type:text/html; charset='._CHARSET);}
Basically since I set most includes as include_once….some times it misses this in the header and so presumes the system is PHP and is a fault with Firefox it’s self, that it then sends out a blank PHP file….
So since the common.php is called from the mainfile, I also tried adding it to there directly under neither when the zlib/gzip code is….on doing so it makes the refresh pages load properly….as it seems currently when XOOPS changes pages on submissions etc this is missed…..