In one of my other posts somebody commented with this:
include($_SERVER['DOCUMENT_ROOT'] . '/'.$row['ThemeDashboardURL']);
} else {
include($_SERVER['DOCUMENT_ROOT'].'/'.$row['ThemeStartpageURL']);
}
}
This seems to work but now I get this error:
Notice: Undefined index: ThemeStartpageURL in C:\Web Server\htdocs\Drupia\bootstrap.php on line 55
Warning: include(C:\Web Server\htdocs) [function.include]: failed to open stream: Permission denied in C:\Web Server\htdocs\Drupia\bootstrap.php on line 55
Warning: include() [function.include]: Failed opening 'C:/Web Server/htdocs/' for inclusion (include_path='.;C:\Web Server\php\PEAR') in C:\Web Server\htdocs\Drupia\bootstrap.php on line 55
Got any clues? I think the permission denial might be part of the php.ini file... But I don't know for sure