Search found 16 matches

by jelv
09 Mar 2006, 22:13
Forum: General Discussion
Topic: @admin, moderators: Disable Anonymous-Guest-Postings
Replies: 12
Views: 20353

vboctor wrote:At the moment, we are using phpBB 2.0.11
Oh dear! That version has many well known vulnerabilities.

You've been very, very, very lucky to have only been spammed. I had forums running 2.0.11 and just after Christmas they got hacked with obscenities and anti-gulf war slogans.
by jelv
09 Mar 2006, 21:59
Forum: General Discussion
Topic: @admin, moderators: Disable Anonymous-Guest-Postings
Replies: 12
Views: 20353

If you are not on the latest version, disabling guest posting may not solve the problem. They could be exploiting an SQL insertion vulnerability.
by jelv
09 Mar 2006, 01:19
Forum: General Discussion
Topic: @admin, moderators: Disable Anonymous-Guest-Postings
Replies: 12
Views: 20353

Is this forum running version 2.0.19?
by jelv
09 Mar 2006, 00:01
Forum: General Discussion
Topic: @admin, moderators: Disable Anonymous-Guest-Postings
Replies: 12
Views: 20353

I'm starting to get a bad feeling about the way things are going with Mantis. Are the developers losing interest?

If they cared they'd be concerned about the way things looked to visitors on these forums.

They need to update to the latest phpBB and disable Guest posting ASAP.
by jelv
07 Jun 2005, 13:43
Forum: Help
Topic: required fields
Replies: 4
Views: 8329

Try adding

$g_bypass_headers = ON;

to your config file.

See also the notes in http://bugs.mantisbt.org/view.php?id=3729
by jelv
16 May 2005, 11:09
Forum: Help
Topic: Attachments uploading as 0 size
Replies: 3
Views: 6361

by jelv
12 May 2005, 14:54
Forum: General Discussion
Topic: More Attachments at bug_report_page.php
Replies: 4
Views: 9508

I've also wanted to do this a few times - would be very nice. If making it dynamic is not easy, perhaps the bug report page could allow up to three say.
by jelv
12 May 2005, 14:50
Forum: General Discussion
Topic: Queries being raised in the bug tracker
Replies: 0
Views: 5567

Queries being raised in the bug tracker

I've just been looking at the status of Mantis in the bug tracker and have noticed that there are a consideable number of queries etc. being raised in there which I would have thought would be more approriate to be raised in these forums.

I would guess this is not making life easy for the ...
by jelv
09 May 2005, 10:35
Forum: Help
Topic: A way to return to the page I was on after updating a bug?
Replies: 3
Views: 8041

I use Firefox as my browser. When I click the edit or whatever I hold Control down which opens the link in a new tab - when I've finished editting I can just close it and the original tab is where it was. In IE you could use Open in New Window.
by jelv
09 May 2005, 10:31
Forum: Help
Topic: Order of related bugs/information displayed
Replies: 3
Views: 9886

Done: http://bugs.mantisbt.org/view.php?id=5580

(Please correct the category & severity if I haven't got these right)
by jelv
05 May 2005, 17:27
Forum: Help
Topic: Order of related bugs/information displayed
Replies: 3
Views: 9886

Well I've managed to hack the sort order. In core/relationship_api.php I replaced the query in function relationship_get_all_src with:
$query = "SELECT $t_mantis_bug_relationship_table.id, $t_mantis_bug_relationship_table.relationship_type,
$t_mantis_bug_relationship_table.source_bug_id, $t_mantis ...
by jelv
05 May 2005, 16:41
Forum: Help
Topic: Attachments uploading as 0 size
Replies: 3
Views: 6361

Attachments uploading as 0 size

Using Mantis 0.19.2 - uploads to file (not to database)

If I upload a file to a bug it appears to upload correctly (no error given). However the size of the file shows as zero bytes and it cannot be accessed.

If I find the size of the file from looking at it's properties in the upload directory ...
by jelv
05 May 2005, 16:18
Forum: Help
Topic: Order of related bugs/information displayed
Replies: 3
Views: 9886

Order of related bugs/information displayed

Using 0.19.2 - I have created a couple of admin bugs to hold all the bugs to be fixed for a release (as is done on here for the mantisbt project - see http://bugs.mantisbt.org/view.php?id=4181 for an example).

Two questions relating to the grid of relationships:

1. Is it possible to add the ...
by jelv
27 Apr 2005, 08:27
Forum: Help
Topic: required Custom Fields >> APPLICATION ERROR #1303
Replies: 5
Views: 13171

See this bug: http://bugs.mantisbt.org/view.php?id=3729 particularly the notes.

I added the

Code: Select all

$g_bypass_headers = ON;
to config_inc.php and it has fixed it for me using Firefox 1.0.3.

As this "fix" seems a bit of a sledgehammer, does anyone know if it has any undesirable side effects?
by jelv
16 Mar 2005, 11:16
Forum: Help
Topic: Two directories pointing to one database
Replies: 4
Views: 10227

Just to report back - the twin Mantis directories pointing to the same mySQL database are working fine - thanks for people's comments.