Search found 509 matches

by thraxisp
17 Apr 2006, 23:09
Forum: Help
Topic: Error when uploading files - Mantis 1.0.1
Replies: 15
Views: 32004

Re: It seemed to be okay in Mantis 1.0

See this other thread too http://forums.mantisbt.org/viewtopic.php?t=504 I find that the error is different depending on the file size: This never occurred in Mantis 1.0 (mere coincidence?) My configs all seem correct (and havent changed since 1.0): php.ini: post_max_size = 90M php.ini: upload_max_...
by thraxisp
17 Apr 2006, 22:49
Forum: Help
Topic: upload problem
Replies: 4
Views: 10609

Re: humm

Im getting this same error as well, but the threshold is about 8mb, below that its fine. This used to work fine with 40+ mb attachments. php.ini: post_max_size = 90M php.ini: upload_max_filesize = 90M my.cnf: max_allowed_packets = 90M config_inc.php: $g_max_file_size = 90M (yes, my $g_file_upload_m...
by thraxisp
20 Feb 2006, 22:10
Forum: Help
Topic: JPGraph : inversion of values between bar graph and pie gaph
Replies: 3
Views: 5448

The bug is in the jpgraph library. With v2.1.1, this code works without changes.
by thraxisp
19 Feb 2006, 22:27
Forum: General Discussion
Topic: Mantis performance yet again :)
Replies: 2
Views: 6001

Some indexes and caching were added before the 1.0.0 final was released. I'd upgrade and see where things stand. If you still have trouble, file an issue at http://bugs.mantisbt.org/ and include the output from setting the "$g_show_queries_count" and "$g_show_queries_list" variab...
by thraxisp
19 Feb 2006, 22:20
Forum: General Discussion
Topic: Mantis 1.0.0.1 Enargi edition
Replies: 1
Views: 5233

Where is it? We'd be willing to integrate changes if they follow the coding style. The best way to do this would be to submit the changes attached to an issue at http://bugs.mantisbt.org/ .
by thraxisp
19 Feb 2006, 21:59
Forum: General Discussion
Topic: is 0.18.3 vulnerable?
Replies: 1
Views: 4677

If you look at the changelog in 0.19.4, you will see a number of vulnerabilities addressed.
by thraxisp
19 Feb 2006, 21:58
Forum: Announcements
Topic: Mantis 1.0.1 Released
Replies: 0
Views: 12665

Mantis 1.0.1 Released

A minor bug fix to Mantisbt has been released. It addresses the following key issues: - 0006722: [installation] Remaining mysqli_ install problems (ref. #0006672): mysqli_real_escape_string() expects parameter 1 to be link (thraxisp) - 0006672: [installation] install.php assumes mysql extension, fai...
by thraxisp
31 Jan 2006, 12:03
Forum: Customizations
Topic: Mantis and E-mail
Replies: 1
Views: 5413

There are some patches in the tracker at http://bugs.mantisbt.org/view.php?id=4286 . It has not been integrated and tested yet.
by thraxisp
31 Jan 2006, 12:00
Forum: Help
Topic: Pb with Summary_graph_imp_status.php
Replies: 1
Views: 3426

Have you run the tests that come with jpgraph?

There are some other things to check on http://manual.mantisbt.org/manual.troub ... pgraph.php .
by thraxisp
31 Jan 2006, 11:58
Forum: Help
Topic: Switch off mantis?
Replies: 2
Views: 4996

Create a file in the mantis directory called "mantis_offline.php" (there is a sample file in the distribution). This is displayed instead of the main pages.
by thraxisp
30 Dec 2005, 14:56
Forum: General Discussion
Topic: More Problems with register_globals.
Replies: 0
Views: 4228

More Problems with register_globals.

More security problems with "register_globals" have been fixed. The recommendation is to turn this feature off or upgrade to PHP 4.4.1.

See http://www.logicaloutcome.ca/tw/tiki-vi ... 2&postId=7 for more details.
by thraxisp
30 Dec 2005, 14:10
Forum: Customizations
Topic: Users only being able to view their bugs
Replies: 2
Views: 6071

Yes. Set "$g_limit_reporters = ON;" in your config_inc.php file.
by thraxisp
30 Dec 2005, 14:07
Forum: Help
Topic: Mailer error
Replies: 2
Views: 4238

This error also pops up from phpmailer when the address is corrupted.
by thraxisp
30 Dec 2005, 14:05
Forum: Help
Topic: adding things or changing the "severity" list?
Replies: 1
Views: 3030

See http://manual.mantisbt.org/manual.custo ... ations.php . Changing the severity enumerations a similar process.
by thraxisp
30 Dec 2005, 14:02
Forum: General Discussion
Topic: Don't find admin/install.php
Replies: 3
Views: 6342

The installation process changed in release 1.0.x. Unfortunately, I replaced the old instructions with the new ones in the online manual. The original instructions are in the install download in the file doc/INSTALL.