Take a look at those paths:
> > Fatal error: Failed opening required '/home/httpd/docs/lib/global.phtml' > (include_path='.:/usr/share/php/PEAR') in > /home/httpd/docs/VSDWebAdmin/vsdadm/index.phtml on line 3 > I bet since you installed vsdadm into a VSDWebAdmin directory your lib directory is actually in /home/httpd/docs/VSDWebAdmin so global.phtml would be at /home/httpd/docs/VSDWebAdmin/lib/global.phtml which isn't where the scripts are going to look for it. ;) We are running the web scripts in a vsdadm directory right under /home/httpd/docs/ and everything is working fine. hth Rob ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
