blank screens on windows installation - appeared suddenly after a few days blank screens on windows installation - appeared suddenly after a few days
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

blank screens on windows installation - appeared suddenly after a few days

Started by holyboy, March 31, 2006, 11:02:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

holyboy

what could happen to my gallery (1.4.4 version with stramm mod) installed on windows?
gallery worked smoothly, I was able to fully manage it - till yesterday.
today when I try to open any page, I receive blank screens

as I remember, the only change I've done on my computer, was installing SMF 1.1 RC1 forum (using different db, runs ok)
can it be related? I've restarted apache, mysql, cleared browser cookies & server session files - no effect. server is ok - my other pages / php scripts work well.

I've read some topics about blank screens, but none of them explains what is the reason of blank screen issue

win XP+ SP2 (polish language), php 4.3.9, mysql 4.1.12

*NEW*:
I've tried to ad simple echo line to index.php code to find out when script stops working.
I think it's important: BEFORE line 59 echo works, AFTER line 59 stops.
line 59 is:
require('include/init.inc.php');

how to fix it?

tantley

I had a similar problem- check your php.ini file for the 'include_dir' variable - may need a leading period ahead of any other part of the variable. Try inserting '.;' ahead of anything you already have, and reboot the server (don't just restart the www service).

My topic is in the 1.4 install support board...

holyboy

I have only 'include_path' variable, not 'include_dir', but with leading period already..