Page 1 of 1

New Apache doesn't work with mantis

Posted: 28 Nov 2005, 08:41
by Martin
Hi,
I have a problem with the installation of mantis 0.19.3.. Local, I am using XAMPP with the following versions:

ApacheFriends XAMPP (basic package) version 1.4.13

+ Apache 2.0.53
+ MySQL 4.1.11
+ PHP 5.0.4 + PHP 4.3.11 + PEAR

On my Server I installed

ApacheFriends XAMPP (basic package) version 1.5.0 pl1

+ Apache 2.0.55
+ MySQL 5.0.15
+ PHP 5.0.5 + PHP 4.4.1 pl1 + PEAR

On the local machine mantis works without any problems, but on the server a popup tells me that apache has problems and has to be closed without showing anything of mantis. I did the same installation on both computers.

Do you have any suggestions?
Is 1.0.0a3 stable enough to run it productive?
Thanks a lot,
Martin

Posted: 07 Dec 2005, 22:16
by 83
I also installed ApacheFriends XAMPP (basic package) version 1.5.0 pl1 and now mantis is not loading =(

When everything looks fine...

XAMPP and Mantis

Posted: 07 Dec 2005, 22:26
by shskeen
Had the same issues.

Fix:

In ALL instances of PHP.INI in the Apache directory and all subdirectories, (or anywhere else there is a PHP.INI), you must comment out all ZEND references. Restart Apache and you should be good.

Zend apparently does not play nice with Mantis.

Stewart Skeen
Mantis 0.19.3
XAMPP 1.5pl1

Posted: 07 Dec 2005, 22:35
by 83
yeah that was it thanks =)