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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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..