Search found 24 matches

by monotek
17 Mar 2010, 13:28
Forum: Help
Topic: mantis pages downloaded as php files sometimes
Replies: 7
Views: 6727

Re: mantis pages downloaded as php files sometimes

The solution of bug http://www.mantisbt.org/bugs/view.php?id=11362 seems to fix my problem too.

SOLUTION from previous version:

file_download.php (line 159)

change:

file_send_chunk( $t_local_disk_file )

to:

readfile ( $t_local_disk_file )
by monotek
10 Mar 2010, 09:06
Forum: Help
Topic: mantis pages downloaded as php files sometimes
Replies: 7
Views: 6727

Re: mantis pages downloaded as php files sometimes

I use Mantis 1.2.0 Final and Firefox 3.6.

I will try it with IE8 too...

Edit: It seems IE8 is not affected.
by monotek
09 Mar 2010, 09:02
Forum: Help
Topic: mantis pages downloaded as php files sometimes
Replies: 7
Views: 6727

Re: mantis pages downloaded as php files sometimes

OK. This would mean i have to compile PHP by myself :-/

I think ill stay at 1.1.x, which works without such problems.

Should i create a bugreport about the problem?
by monotek
08 Mar 2010, 13:06
Forum: Help
Topic: mantis pages downloaded as php files sometimes
Replies: 7
Views: 6727

mantis pages downloaded as php files sometimes

I use Mantis 1.2.0. Sometimes when clicking on my_view_page.php or view_all_bug_page.php the whole page is downloaded as php file with html content. Sample: my_view_page.php <br /> <b>Fatal error</b>: Allowed memory size of 134217728 bytes exhausted (tried to allocate 524289 bytes) in <b>/var/www/ma...
by monotek
08 Mar 2010, 09:00
Forum: Help
Topic: Marking "Fixed in Version" as mandatory
Replies: 2
Views: 2585

Re: Marking "Fixed in Version" as mandatory

Sorry. It works now. Problem was another function.
by monotek
08 Mar 2010, 08:58
Forum: Help
Topic: Adding the the "Description" column to View Issues
Replies: 3
Views: 3362

Re: Adding the the "Description" column to View Issues

This does not work in 1.2.x anymore.
Fatal error: Cannot use object of type BugData as array in /var/www/mantis120/custom_functions_inc.php on line 50
How can i fix it?
by monotek
08 Mar 2010, 08:39
Forum: Help
Topic: Marking "Fixed in Version" as mandatory
Replies: 2
Views: 2585

Re: Marking "Fixed in Version" as mandatory

Could you solve this issue?

In 1.1.x i had a to add some functions in custom_strings_inc.php but these functions do not to work in 1.2.x anymore.
by monotek
09 Apr 2009, 09:09
Forum: Help
Topic: Report Issue - default entry for "Product Version"?
Replies: 0
Views: 1586

Report Issue - default entry for "Product Version"?

Is it possible to define a default value for "Product Version" when creating a new bug in Mantis 1.1.6?

I want that the highest version is used by default.
by monotek
06 Mar 2009, 08:43
Forum: Help
Topic: Adding mandatory field checks
Replies: 4
Views: 3400

Re: Adding mandatory field checks

One last Question.

Is it also possible to mark this fileds with a star now, via custom_functions.php?
by monotek
04 Mar 2009, 08:04
Forum: Help
Topic: Adding mandatory field checks
Replies: 4
Views: 3400

Re: Adding mandatory field checks

Thanks a lot. It works now :-) define( 'ERROR_BUG_UPDATE_VALIDATE_FAILURE', 10001 ); function custom_function_override_issue_update_validate( $p_issue_id, $p_new_issue_data, $p_bugnote_text ) { $t_resolved = config_get( 'bug_resolved_status_threshold' ); if ( bug_get_field( $p_issue_id, 'status' ) !...
by monotek
02 Mar 2009, 14:18
Forum: Announcements
Topic: Forum SPAM Crackdown
Replies: 21
Views: 58586

Re: Forum SPAM Crackdown

@ Topic

Another easy spambot killer is to add a custom mandatory field to phpbb registration via adminpannel.

For example: "Which Mantis Version do you use".

Would also be helpful to show this info in profile of user...

Edit: Phpbb 3.0.5 will add a new captcha
by monotek
02 Mar 2009, 14:14
Forum: Help
Topic: Adding mandatory field checks
Replies: 4
Views: 3400

Adding mandatory field checks

I want to add the following 2 checks to mantis 1.1.6: http://bugtracker.morinie.fr/mantis/dokuwiki/doku.php?id=mantis:start:customization:functions:check_fixed_in_version http://bugtracker.morinie.fr/mantis/dokuwiki/doku.php?id=mantis:start:customization:functions:check_bugnote It works fine if i on...
by monotek
16 Jan 2009, 15:26
Forum: Help
Topic: Send copy of all notifications?
Replies: 3
Views: 2504

Re: Send copy of all notifications?

Thanks for your answer.

Sorry. I think you misunderstood me.

I want to get all notifications (even of other users).
by monotek
14 Jan 2009, 13:30
Forum: Announcements
Topic: Forum SPAM Crackdown
Replies: 21
Views: 58586

Re: Forum SPAM Crackdown

Full ack!