hi iv just install your scripted on my DEV server and there seem to be a load of notices :-
Notice: Undefined index: PATH_TRANSLATED in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\elle\plog-load_config.php on line 36
Notice: Undefined variable: output in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\elle\admin\plog-upload.php on line 130
Notice: Undefined index: albums_menu in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\elle\admin\plog-upload.php on line 15
Notice: Undefined index: new_album_name in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\elle\admin\plog-upload.php on line 15
I no i can swtich the notices of in php but i have them on as it's my DEV server (I code with PHP), also web hosts should'nt have notices on in php but some do, so why not use error_reporting(E_ALL ^ E_NOTICE); to stop the script erroring if there problems that can't be fixed?