coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: idipous on April 06, 2007, 04:01:17 PM

Title: Blank page after install... IIS server
Post by: idipous on April 06, 2007, 04:01:17 PM
I have the same problem. I do not get ANY message when I try to visit my gallery except for a blank page. When I check the code I get nothing. What is wrong? My server (dedicated) is a windows Server (IIS) and I have granted all permissions. Any ideas? I have installed copermine (1410) before to a Linux VPS and everything worked fine. Do I need to change anything to my IIS or PHP installations?

The link is: http://www.nominal.gr/cpg1410/

Thanks in advance!
idipous
Title: Re: Blank page after install... IIS server
Post by: Nibbler on April 07, 2007, 02:42:25 PM
Make sure you have error reporting and display of errors enabled in php.ini, can't tell much if error messages are hidden.
Title: Re: Blank page after install... IIS server
Post by: idipous on April 07, 2007, 03:51:12 PM
You were right. Here what I got

Warning: require_once(include/debugger.inc.php) [function.require-once]: failed to open stream: No such file or directory in d:\home\Default\nominal.gr\htdocs\cpg1410\include\init.inc.php on line 26

Fatal error: require_once() [function.require]: Failed opening required 'include/debugger.inc.php' (include_path='c:\php\includes') in d:\home\Default\nominal.gr\htdocs\cpg1410\include\init.inc.php on line 26

What do I have to do?

thanks
idipous
Title: Re: Blank page after install... IIS server
Post by: Nibbler on April 07, 2007, 05:17:26 PM
You need to correct your include path so that it includes a dot. You need to edit your server's php.ini and check the include_path setting. I think the seperator is a semicolon on windows so change it to

include_path = ".;c:\php\includes"
Title: Re: Blank page after install... IIS server
Post by: idipous on April 07, 2007, 07:01:53 PM
Thank you a lot. Have a nice easter... I also solved many other problems with this.

Regards
idipous