Blank page after install... IIS server Blank page after install... IIS server
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Blank page after install... IIS server

Started by idipous, April 06, 2007, 04:01:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

idipous

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

Nibbler

Make sure you have error reporting and display of errors enabled in php.ini, can't tell much if error messages are hidden.

idipous

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

Nibbler

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"

idipous

Thank you a lot. Have a nice easter... I also solved many other problems with this.

Regards
idipous