Search found 3 matches

by muescha
14 Nov 2008, 09:03
Forum: General Discussion
Topic: Installation from Mantis 1.1.4
Replies: 1
Views: 1717

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:

# 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 ...
by muescha
14 Nov 2008, 08:23
Forum: General Discussion
Topic: Create a tmp global variable ?
Replies: 5
Views: 5207

Re: Create a tmp global variable ?

Hi,

i think I have the same problem with the session_api.php.
I have the code inserted but then it comes a parse error:

Parse error: parse error, expecting `T_VARIABLE' or `'$'' in ~/core/session_api.php on line 54



54 --- session_api.php
55 +++ session_api.php
56 @@ -49,6 +49,11 @@



can ...
by muescha
12 Nov 2008, 13:43
Forum: General Discussion
Topic: Installation from Mantis 1.1.4
Replies: 1
Views: 1717

Installation from Mantis 1.1.4

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 ...