04-25-2008, 01:28 PM
![[Image: error.png]](http://i49.photobucket.com/albums/f251/killerreligion/error.png)
okay, so it says it can't find the CHDIR but it still recognizes if i'm logged in and so on :/
here is the code DennisTT gave me a while back
PHP Code:
<?php
define("IN_MYBB", 1);
chdir('forums'); // path to your forums directory
require './global.php'; // require MyBB core
echo $welcomeblock;
?>any ideas what could be going wrong?
http://nintendoextreme.co.uk if you want to see it properly.
it's even worse on IE when you're not logged in (i use safari)
i'm also using TikiTiki's new to site plugin
![[Image: errorIE.png]](http://i49.photobucket.com/albums/f251/killerreligion/errorIE.png)
the header error php on line 1216 is:
PHP Code:
header($cookie, false);
:/

