i have some trouble...
Warning: open_basedir restriction in effect. File is in wrong directory in /home/www/web1/html/portal/forums/gallery/include/sql.php on line 5
Warning: open_basedir restriction in effect. File is in wrong directory in /home/www/web1/html/portal/forums/gallery/include/getuser.php on line 6
Warning: Cannot add header information - headers already sent by (output started at /home/www/web1/html/portal/forums/gallery/include/sql.php:5) in /home/www/web1/html/portal/forums/admin/functions.php on line 1628
Warning: open_basedir restriction in effect. File is in wrong directory in /home/www/web1/html/portal/forums/gallery/include/showthumbs.php on line 5
but i think that the setting are ok...
###############################
$cfgGalleryDirWeb = 'gallery/'; // absolute web path to gallery files
$cfgImageDirWeb = 'gallery/images/'; // absolute web path to image dir
$cfgImageDirLocal = '/home/www/web1/html/portal/forums/gallery/images/'; //The local path to the image dir
$cfgThumbDirWeb = 'gallery/thumbnails/'; // absolute web path to thumbnails dir
$cfgThumbDirLocal = '/home/www/web1/html/portal/forums/gallery/thumbnails/'; // The local path to the thumbnails dir
################################
any ideas?
many thx!
edit:
sorry...i found the bug ;-)
|