Page 1 of 1
i've got an access problem about open the imagevue/index.php
Posted: 14 Mar 2009, 06:00
by patrickyang
hihi, my server is running Windows Server 2008 enterprise. And i've failed to install apache 2.2.11 web sever on it, so i've to install IIS 7.0 instead of it. And i've installed php V5.2.9-1 on it. My album is running normal and pretty nice, but when i tried to open imagevue/index.php to config my album, i got an error 403, access denied. If i run it on the server console face to face, all things go right. I've tried to give more powerful user rights to the file folder from IIS for anonymous access even an Administrator, but it still failed to access. I've got confused, please help me out of there, thanks very much.

Posted: 16 Mar 2009, 17:11
by Nick
Windows world is full of surprizes :/ Do you have link to your gallery? Hard to say what could went wrong there.
Posted: 22 Apr 2009, 10:04
by koolku
I am also the same problem
Posted: 03 Jun 2009, 10:22
by q007
same problem here.
Posted: 04 Jun 2009, 06:52
by Nick
I need a RDP (remote desktop) or FTP connection to any of your windows servers to see what's wrong.
Hard to say from here, windows you know.
Posted: 07 Jun 2009, 14:01
by JohnGalt
pain wrote:I need a RDP (remote desktop) or FTP connection to any of your windows servers to see what's wrong.
I've the same issue. I've PM'd you my FTP info. Thanks for any help that you might have!
Posted: 08 Jun 2009, 04:55
by Nick
I believe this is caused by IIS setting, 'Custom Error Page' or something.
To disable it you should go to IIS Control Panel, choose your site, click Edit Pages icon, then find 403 page and delete custom IIS error page.
To fix it immediately, edit
/imagevue/admin/CredController.php
remove line 12:
header('HTTP/1.1 403 Forbidden');
Fixed this way on your site.
Who is John Galt?
Posted: 08 Jun 2009, 11:47
by JohnGalt
You are the man. Thank you!!
This might be a good question to add to a FAQ somewhere.
Posted: 09 Jun 2009, 09:42
by Nick