Hi, i've installed cpg146, but after installation index.php show nothing.
There is an bug in include/function.inc.php in function cpg_get_default_lang_var
(about 2021 line)
line include('lang/'.$language.'.php');
must be include_once('lang/'.$language.'.php');
or some think wrong in my install actions?
FreeBSD 4.10-RELEASE->Apache/1.3.29 (Unix) PHP/4.3.6 mod_ssl/2.8.16 OpenSSL/0.9.7d / mySQL 4.0.18
Please explain why this is a bug.
Quote from: Nibbler on May 30, 2006, 03:32:52 PM
Please explain why this is a bug.
I think it's a bug, if gallery can'nt work. As I says index.php without any params shows nothing. May be it's happend only on my server configuration? (see first message) :-\
It's look like something inside apache+php overloaded ...
Because php error log keep silence.