Page 1 of 1

Installation from Mantis 1.1.4

Posted: 12 Nov 2008, 13:43
by muescha
Hi,

i have problems to install Mantis 1.1.4.
Till the Mantis version 1.1.2 there are no problems.
From the version 1.1.2 I get only a blank page and the server get no datas.

I have:

- Apache version 2.0.49
- MySQL version 5.0.67
- PHP version 4.3.4

There are any requriements for Mantis 1.1.4?
Do you need more informations?

thanks for answer.

greetz

Re: Installation from Mantis 1.1.4

Posted: 14 Nov 2008, 09:03
by muescha
Meanwhile I know the problem is the session_api.php.
When I comment out the Line in the core.php it works:

Code: Select all

# error functions should be loaded to allow database to print errors
	require_once( $t_core_path.'authentication_api.php' );
	require_once( $t_core_path.'html_api.php' );
	require_once( $t_core_path.'error_api.php' );
	require_once( $t_core_path.'gpc_api.php' );
#	require_once( $t_core_path.'session_api.php' );
	require_once( $t_core_path.'form_api.php' );

Could anybody help me what is the problem in the session_api.php ?

Thanks a lot!