INSTALLATION failed - fixed INSTALLATION failed - fixed
 

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

INSTALLATION failed - fixed

Started by bobsuk, May 30, 2006, 03:06:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bobsuk

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

Nibbler

Please explain why this is a bug.

bobsuk

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.