QUOTE(DroNix @ Jul 22 2009, 03:24 AM)

try chmoding your install folder to 777 before installing it.
The reason I am usure about these paths is because I installed PHPDirector on my own apache server using Wamp, it took just 2 or 3 minutes to do and installed 100% correctly... the paths on my server are
C:\wamp\www\WEBSITENAME\index.php\folders
where the folder www in the above line is usually the equivalent of your htdocs folder (at least on many other servers I have used)
Next I simply uploaded all the relevant files and folders via FileZilla (all are modded to 777) and changed the dbase names, pass and paths and this is where I note that Zymic has a different path from both me and PHPDirector...
your current paths are:
/www/vndv.com/a/d/-/WEBSITENAME/htdocs/index.php/folders...
surely this should be:
/www/vndv.com/a/d/-/htdocs/WEBSITENAME/index.phpfolders....
Using the Zymic file path produces 404 Not Found errors, yet adding what I would assume to be correct also does the same because I cannot put the index file in the main website folder which is where it should really be...
Any ideas how to get around this? Perhaps using htaccess or re-writing the file paths in PHPDirector ?(PHPDirector is a video website that does NOT use serverside videos nor ffmpeg - it only uses embeded videos from other websites).