KM | 18 Aug 16:02

Date Error !

 
I recently upgraded mantis to 1.1.2 and everything was working fine.  I just had to reboot my server (which of course restarted mysql and apache).  Now I am receiving the following
 

SYSTEM WARNING: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We had to select 'UTC' because your platform doesn't provide functionality for the guessing algorithm

 

Is this something I need to change in Mantis or in the DB or both.  I will start looking around the manual as well - just thought I'd ask.

 

KM


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
KM | 14 Aug 15:28

Good/Easy Front-End App with Reports

I have a general question.   Is there an easy application that will just allow me to query the database, and produce reports (and save these queries) on any fields I like.  Mantis only allows you to search on certain fields and only displays certain fields.  This is really the only feature that I think is missing from the application.
 
I have used phpMyAdmin for querying and it is just not what I want.   Thanks.
KM

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
KM | 11 Aug 17:08

question about g_hide_status_default

 
I know/see that the default is CLOSED.   What if I don't want issues in any of the states to be hidden?  Is there a value that works for this?  I tried setting it to the word NONE and to a blank.  Neither seemed to work.
 
Is there something in the configruation that i've missed?  If so - I'd like to know that as well, because I may want to set this on a per project basis.
 
Thx for any help.
KM

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Jennifer Mullen | 24 Jul 18:00

Customizing view states

I need to customize the view states for bugs and bug notes in Mantis.  
The short version is that we need three levels: public (viewers can  
view), protected (<developer can view) and private (>=developer can  
view).

This is also the reason why I need to implement http://www.mantisbt.org/bugs/view.php?id=9427 
  and my note in http://www.mantisbt.org/bugs/view.php?id=9427 .

Customizing this field hasn't proved as easy as I thought. I have it  
working pretty much as a I need now, but I would like to make it  
better. It seems that the public/private values are hard-coded  
throughout Mantis, which makes sense as only nutters like me and my  
coworkers would need different functionality.

Is there interest in this functionality? I'd be happy to take it up.  
The only catch is that I need to have it working by the end of August  
and I'm guessing that 1.2 won't be out by then, making it necessary to  
do in 1.1.2.

Cheers,

	-J.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Eugen Leitl | 18 Jul 15:26

application error #401


I've upgraded a pre- 1.x.x Mantis installation to 1.1.2, using
the upgrade method described on 

http://www.mantisbt.org/manual/manual.installation.upgrading.php

since I had trouble upgrading MySQL on that (SPARC) host I went to 
http://yoursite/mantis-release/admin/upgrade.php
dumped the database and imported the result on a new
(Linux) host in a fresh Mantis install.

I used the below method

create backup:
mysqldump --opt -u<username> -p<password> <database name> > <backup file>
restore backup:
mysql --force -u<username> -p<password> <database name> < <backup file>

to dump and import the database. I had to manually drop the database
in the new installation of Mantis, and installed it from the dump with
--force.

The database contents were fully preserved, as far as I can see.

Unfortunately, I'm still getting problems, e.g.

APPLICATION ERROR #401

Database query failed. Error received from database was #1146: Table 'bugtracker.mantis_email_table'
doesn't exist for the query: INSERT INTO mantis_email_table
( email,
subject,
body,
submitted,
metadata)
VALUES
( 'el@...',
'[Test 0000199]: sdfsfsfsfsadfsdfdsfasffads',
'On 2008-07-18 11:00, eleitl sent you this reminder about: \n\nhttp://bug.infochem.de/view.php?id=199',
'2008-07-18 11:00:18',
'a:3:{s:8:"priority";s:1:"3";s:7:"charset";s:5:"utf-8";s:8:"hostname";s:15:"bug.infochem.de";}'
)

when I need to send email notifications, or 

APPLICATION ERROR #401

Database query failed. Error received from database was #1146: Table 'bugtracker.mantis_tag_table'
doesn't exist for the query: SELECT t.*, b.user_id as user_attached, b.date_attached
FROM mantis_tag_table as t
LEFT JOIN mantis_bug_tag_table as b
on t.id=b.tag_id
WHERE b.bug_id='199'

Please use the "Back" button in your web browser to return to the previous page. There you can correct
whatever problems were identified in this error or select another action. You can also click an option
from the menu bar to go directly to a new section.

when the 'Tags' field is displayed.

Is that a known issue, and easily fixable by a couple SQL statements,
or am I screwed? I couldn't find anything online.

Thanks.

--

-- 
Eugen* Leitl <a href="http://leitl.org">leitl</a> http://leitl.org
______________________________________________________________
ICBM: 48.07100, 11.36820 http://www.ativel.com http://postbiota.org
8B29F6BE: 099D 78BA 2FD3 B014 B08A  7779 75B0 2443 8B29 F6BE

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Alexei Moulton | 21 Jun 09:30

Alexei Moulton is out of the office.

I will be out of the office starting  07/06/2008 and will not return until
23/06/2008.

Please send any requests to servicedesk@... and they will ensure
that someone can deal with them.

kind regards,
Alexei

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Victor Boctor | 21 Jun 07:17

Mantis 1.1.2 Released

Hi Mantis Users,

Mantis 1.1.2 maintenance release is now available.  This includes 22
fixes including some security fixes.  All users using Mantis 1.1.x are
encouraged to upgrade.  For more details checkout:
http://www.mantisbt.org/blog/?p=20

Regards,
Mantis Team.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
vishal parekh | 29 May 16:21

(no subject)



--
VISHAL PAREKH
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Peter Harris | 23 May 09:40

Installing with MSSQL

I have been using Mantis 1.0.8 successfully since February but have just

changed my webhosting package.  I now have a Windows webserver with 
MSSQL but cannot get Mantis to install.

When I try to run install.php I get this:

BAD
database is not supported by PHP. Check that it has been compiled into 
your server.

with an associated error
*Fatal error*: Call to undefined function mssql_get_last_message() in 
*\\........\mantis\core\adodb\drivers\adodb-mssql.inc.php* on line *492

*I am not sure what to do.  PHPInfo shows my webserver to have PHP V 5.1.4*
*
Can anyone suggest how to get this working?

Peter

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
KM | 14 May 15:24

Improved Reports

Just a question/or general comment -  I understand the concept of the Tags - to relate issue numbers to each other, and to a common concept/change/etc.  However, my question is really about the reports.   What good does it do me if I can't generate any standard report from Mantis that should me the Tag, and/or all of my issues grouped by tags.
 
I can of course select the tag I am looking for and then get that specific list.
 
I think this is true of other fields to.  You may be able to search on them, but the reports never show them.   I am not well versed enough in php to create my own add-on reports and screens.
 
Any way I can add these features, or is there any plan to have a report screen that allows you to choose what to search on, and what fields to display?
 
In case it matters - I am using version 1.1.1.
Thanks -
KM

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Till Toenshoff | 6 May 17:02

Mantis vs. MySQL 5

Howdy Guys,

 

Just tried to install Mantis on my server(s) and it utterly failed with the following output:

„BAD MySQL 4.1.0 or later is required for installation.“

 

I did use the plain installation packages (not the instant all-in-one versions). The installation was attempted using admin/install.php. All other installation steps seemed to have worked (saying GOOD). I did try Mantis 1.1.1 and 1.2.0a1, both with the very same result.

 

My configuration:

PHP Version 5.2.4

 

System

SunOS astaroth 5.10 Generic_120012-14 i86pc

apache2handler

Apache Version

Apache/2.2.6 (Unix) PHP/5.2.4

Apache API Version

20051115

mysql

MySQL Support

enabled

Client API version

5.0.51

MYSQL_MODULE_TYPE

external

MYSQL_SOCKET

/tmp/mysql.sock

 

 

I also tried it on a different server - unfortunately, that baby runs on MySQL 4.0 and that seems to be a total no-go.

 

The mailing list archives didn’t reveal any hints to me, that is why I am trying this option of getting help.  Any hints or further questions that might lead to a working installation?

 

Cheers,

Till

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
mantisbt-help mailing list
mantisbt-help@...
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Gmane