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
Make sure you have error reporting and display of errors enabled in php.ini, can't tell much if error messages are hidden.
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
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"
Thank you a lot. Have a nice easter... I also solved many other problems with this.
Regards
idipous