I can't get it to work. Only getting this error
Quote:
Fatal error: Call to a member function on a non-object in /home/virtual/site2/fst/var/www/html/webwelcome.php on line 21
|
On the very Top of the webwelcome.php i have added
Quote:
<?php
chdir("/home/virtual/site2/fst/var/www/html/board/");
require('./global.php');
?>
|
but it didn't work for me.
*EDIT*
Ok got it running now but it Displays the whole index.php Page with broken Buttons.