View Issue Details

IDProjectCategoryView StatusLast Update
0013742MantisTouchGeneralpublic2012-03-17 04:29
Reporterrolfkaiser Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.1.1 
Summary0013742: Doc bugs in MantisTouch first install
Description

Found these when I purchased it today and tried to install it. The following are not documented in the README (or elsewhere as far as I can tell) and need to be:

1) While it’s not listed in the Requirements, you need to upgrade your Mantis install to version 1.2.8. I had 1.2.4 and had a horrible time tracking down the errors. See 0013698 for the log error you get.

2) The README implies that your should have /MantisTouch as a subdirectory under the webroot, but it works fine as the webroot itself, and this is probably what most people would want, so they can access it as http://mydomain.mobi directly.

3) There's no /favicon.ico so you probably want to add this file or else you’ll get 404 errors in the access log.

4) It's not documented that the PHP SOAP extension is required. Make sure this is installed and enabled, otherwise it won’t work and you will get this in the PHP error log:

PHP Notice: Use of undefined constant SOAP_1_2 - assumed 'SOAP_1_2' in [...]/public_html/application/models/WebService.php on line 44

TagsNo tags attached.

Relationships

parent of 0013744 closedvboctor PHP Notice: Use of undefined constant SOAP_1_2 
parent of 0013745 closedvboctor Missing favicon for MantisTouch 
parent of 0013746 closedvboctor Require MantisBT 1.2.5 or above and validate min requirement on login 

Activities

vboctor

vboctor

2012-01-08 19:13

manager   ~0030864

  1. Documented minimum requirements to be MantisBT 1.2.5 and added an explicit checkin on login.

  2. Added the requirement to install soap extension to the installation instructions.

  3. Updated the documentation about where to place MantisTouch.

As for the favicon, it seems to be working fine and I'm not finding errors. The icon is also working fine. So for this, I can't repro the issue. I'll track this via 0013745. Please provide further comments there.

sathis34

sathis34

2012-01-19 23:07

viewer   ~0030967

please resolve the issues asap