Regarding site blank pages;
Quote:
Originally Posted by CMX_CMGSCCC
What URL are you at specifically when this happens and does it always do it?
|
Any site URL that has forum includes but is not part of the forums. It always does it but only in v1.2.2.
eg, mydomain.com, mydomain.com/midi.php, mydomain.com/donations.php...
I know the next question. This is the PHP I have at the top of those files;
PHP Code:
<?php
chdir("./bb");
require_once('./global.php');
include('./includes/functions_user.php');
?>
(/bb/ is my forum directory.)