Installation and Configuraton went fine (used SQL db), but when opening default page it tries to open login.aspx leaving a blank page. Any suggestions ?
Mena Muria
4/20/2009 3:17 PM
Cem Alacayir
4/20/2009 3:24 PM
I still can't figure out what the cause is of my site failure.
Everything seems to be fine, but I don't know what to check at the moment.
Windows 2003 server (SP2), IIS 6, ran configuration.aspx.
http://www.domain.com redirects to http://www.domain.com/login.aspx and page is ready although it's blank!
Do you have a list of file permissions / IIS permissions ?
Mena Muria !
Mena Muria
4/21/2009 7:31 AM
It seems JS files in FileVista\scripts folder is not loaded so the login box is not displayed in the login page.
As you ran configuration.aspx without problems, then you have "Script" permission in IIS for FileVista folder. However, the resources like JS and images files seems to be inaccessible, this means "Read" permission is missing in IIS. So you need to make sure you enable both "Read" and "Script" permissions for FileVista virtual folder (marked as application) in IIS.
Cem Alacayir
4/21/2009 7:48 AM
I've checked the permissions, but they were ok.
I've debugged the script and it failed due to missing files. It seemed that when extracting the zip file, some folders (like scripts) were empty. Manually extracting the files to corresponding folders solved the problem.
Thank you for your troubleshooting and quick response!
Mena Muria !
Mena Muria
4/21/2009 9:50 AM