Search found 10 matches

by torsten.fleischmann
15 Mar 2010, 09:43
Forum: Help
Topic: Update Mantis: UTF8 Unicode Problem
Replies: 8
Views: 16579

Re: Update Mantis: UTF8 Unicode Problem

Problem fixed:

These "bad" collations were zero tables in the database.

MySQLAdministrator GUI hadn`t shown them, but using the console (show table status) they got listed.

I deleted the zero tables manually in /var/lib/mysql/bugtracker...now everything is fine.

Thanks,

Torsten
by torsten.fleischmann
15 Mar 2010, 08:58
Forum: Help
Topic: Update Mantis: UTF8 Unicode Problem
Replies: 8
Views: 16579

Re: Update Mantis: UTF8 Unicode Problem

Hi,

thanks for your help.

I checked all tables in MySQL Administrator and all have the same collation as
you can see in this screenshot: http://img189.imageshack.us/img189/5180/problem2i.jpg

Is this collation the right one?

Best regards

Torsten
by torsten.fleischmann
11 Mar 2010, 14:22
Forum: Help
Topic: Update Mantis: UTF8 Unicode Problem
Replies: 8
Views: 16579

Re: Update Mantis: UTF8 Unicode Problem

Anybody???
by torsten.fleischmann
10 Mar 2010, 12:49
Forum: Help
Topic: Update Mantis: UTF8 Unicode Problem
Replies: 8
Views: 16579

Update Mantis: UTF8 Unicode Problem

Hello together,

i have a problem with updating Mantis from 1.0.6 to 1.2.0.

I converted the mysql db to UTF 8 (from latin 1) as describted here http://codesnippets.joyent.com/posts/show/84 , but i still get some errors when i run /admin/check.php...see screenshot here http://img697.imageshack.us ...
by torsten.fleischmann
09 Feb 2007, 09:38
Forum: Help
Topic: question:how to define/customize the existing status options
Replies: 1
Views: 8607

ok, i've found the error myself.

i had also to change the email preferences of the users by editing the config_inc.php and change the following options:



# --- account pref defaults -------
$g_default_email_on_new = ON;
$g_default_email_on_assigned = ON;
$g_default_email_on_feedback = ON;
$g ...
by torsten.fleischmann
08 Feb 2007, 15:31
Forum: Help
Topic: Question: How to customize the View Issues Page
Replies: 1
Views: 3650

Question: How to customize the View Issues Page

Hi all,

I want add an additional field called deadline (which is a custom field in our bug-reports) like shown in the attached picture.

Image

Does anybody know how to realize this?
Which files do i have to touch?

Thanks in advanced!

Torsten
by torsten.fleischmann
06 Feb 2007, 15:44
Forum: Help
Topic: Invalid email
Replies: 2
Views: 3996

i don't know an answer, but i think that you might have a problem with your smtp server...if you're using one.

try to ping the e-mail servers ip (from the mantis server of course) and try also to ping the servername...maybe it's a problem with the dns server adress resolution...maybe :)

otherwise ...
by torsten.fleischmann
06 Feb 2007, 13:26
Forum: Help
Topic: question:how to define/customize the existing status options
Replies: 1
Views: 8607

question:how to define/customize the existing status options

Hello all,

i tried to customize the existing status options and add a new one too like shown in the manual (http://www.mantisbt.org/manual/manual.customizing.mantis.customizing.status.values.php).

-> Would someone please be so kind and update the manual??!



My problem is that it doesn't work in ...
by torsten.fleischmann
02 Feb 2007, 10:33
Forum: Help
Topic: question: how to easily attach screenshots
Replies: 2
Views: 4851

thanks

that's exactly what i'm looking for.

i hope that in one of the next releases the screenshot feature will be implented. the solution with cropper is ok, but i have to "install" it on every client and that isn't possible.

thanks a lot!!
by torsten.fleischmann
01 Feb 2007, 09:42
Forum: Help
Topic: question: how to easily attach screenshots
Replies: 2
Views: 4851

question: how to easily attach screenshots

hello all :)

i'm in search for an easy solution to attach screenshots to a report.
the best + easiest way would it be to take a screenshot by pressing "print" and paste it by pressing "ctrl+v" to the report. (we're using lotus notes, so the users are accustomed to this method).

is this also ...