Including phpAlbum

Hi,
I'd like to include my phpalbum, which works great if i use /phpAlbum/main.php, into my own website. When i use this code underneath i get the error:
Welcome to phpAlbum 0.4.1.14
Please check your config.php file, the directory does not exist

This is my php code for phpalbum.php:

<?php
include("header.php");
?>
<?php

define( 'DOCUMENT_ROOT' , 'phpAlbum/' );
include(
DOCUMENT_ROOT . 'main.php' );
?>

<?php
include("footer.php");
?>

Seems to include main.php fine but i dont understand why i get the error of config.php.

Anyone?
Thanks in advance!

Oh, btw the album is great!! Tried gallery2 and others but phpAlbum is the best!