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?
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...
I have only 'include_path' variable, not 'include_dir', but with leading period already..