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
Installation from Mantis 1.1.4
Moderators: Developer, Contributor
Re: Installation from Mantis 1.1.4
Meanwhile I know the problem is the session_api.php.
When I comment out the Line in the core.php it works:
Could anybody help me what is the problem in the session_api.php ?
Thanks a lot!
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' );
Thanks a lot!