Search found 144 matches

by vzw614
12 Aug 2008, 18:55
Forum: Help
Topic: Issues with attachments and sql-server
Replies: 6
Views: 3598

Re: Issues with attachments and sql-server

Did you try to download the attachment you already uploaded or did you upload a new one and try to download it? My only thought is that if you tried to download the original it would probably still fail because the original upload didn't get the complete file. I would try deleting the attachment, ad...
by vzw614
11 Aug 2008, 19:27
Forum: Help
Topic: Issues with attachments and sql-server
Replies: 6
Views: 3598

Re: Issues with attachments and sql-server

Yes. The one that will "fix" your issue is the one in the php.ini file. The issue is that php by default limits the size of the postback page to a very small amount. When you go to download the attachment (try saving it) you'll see that the size is very small compared to the size of the or...
by vzw614
11 Aug 2008, 14:26
Forum: Help
Topic: Issues with attachments and sql-server
Replies: 6
Views: 3598

Re: Issues with attachments and sql-server

You will need to change settings in Mantis and PHP to be able to download the attachments correctly. Since you mentioned that you're running SQL Server I'm assuming you are storing the documents embeded in SQL Server. In your config_inc.php file add $g_file_upload_method = DATABASE; # Maximum file s...
by vzw614
08 Aug 2008, 20:13
Forum: General Discussion
Topic: Managing project versions by developers
Replies: 4
Views: 6210

Re: Managing project versions by developers

http://www.mantisbt.org/bugs/login_page.php

Submit an issue and mark it's Severity as Feature. Be sure to explain in detail what you're looking for and put a link to this topic in the Description.
by vzw614
07 Aug 2008, 18:14
Forum: Help
Topic: [RESOLVED] Mantis on IIS6 with PHP5.0 - include() - failed
Replies: 4
Views: 2821

Re: Mantis on IIS6 with PHP5.0 - include() - failed

Do you have your mantis virt directory permissions set to "Scripts and Executables"?
by vzw614
07 Aug 2008, 17:20
Forum: Help
Topic: [RESOLVED] Mantis on IIS6 with PHP5.0 - include() - failed
Replies: 4
Views: 2821

Re: Mantis on IIS6 with PHP5.0 - include() - failed

Do you have your mantis virt directory Execute Permissions set to "Scripts and Executables"?
by vzw614
06 Aug 2008, 17:51
Forum: Help
Topic: Back Button Clears Form
Replies: 4
Views: 9134

Re: Back Button Clears Form

I believe this is a known issue in 1.1.2. Search the bugs to see if there is a work-around.

http://www.mantisbt.org/bugs/login_page.php
by vzw614
06 Aug 2008, 14:58
Forum: Help
Topic: Mantis Bug Report Markup
Replies: 1
Views: 2152

Re: Mantis Bug Report Markup

The only 2 that I know of are below. If you want to change their default behavior you can paste these sections into your config_inc.php file. # --- Bug Linking --------------- # if a number follows this tag it will create a link to a bug. # eg. for # a link would be #45 # eg. for bug: a link would b...
by vzw614
06 Aug 2008, 13:23
Forum: General Discussion
Topic: Problem with Email Notification
Replies: 30
Views: 24274

Re: Problem with Email Notification

I just looked through my php.ini file and smtp and smtp_port are filled in with the same info from the Mantis config files. So give that a shot and see if it works. You may need to restart your web server after you make changes to the php.ini file to be sure the new values are loaded.
by vzw614
05 Aug 2008, 14:58
Forum: Help
Topic: Configure mantis to receive mail on new issue
Replies: 19
Views: 9212

Re: Configure mantis to receive mail on new issue

Hmm...since you have said that this worked before you upgraded that leads me to believe it's still related to bug that was identified in 1.1.2. It sounds like even though you think you've made the code corrections you've missed something along the way. I would check out that bug that I posted before...
by vzw614
05 Aug 2008, 13:11
Forum: Help
Topic: Configure mantis to receive mail on new issue
Replies: 19
Views: 9212

Re: Configure mantis to receive mail on new issue

Well, I'm at a loss then. All of your settings look correct. I've run out of ideas for you to try.
Sorry
by vzw614
05 Aug 2008, 13:05
Forum: Help
Topic: Configure mantis to receive mail on new issue
Replies: 19
Views: 9212

Re: Configure mantis to receive mail on new issue

OK. I see a possible problem.

In your post above you say

"Helyos post a new issue (i should receive the notification here)" - which account do you expect to get the email on? helyos or administrator?
by vzw614
04 Aug 2008, 17:15
Forum: Help
Topic: Configure mantis to receive mail on new issue
Replies: 19
Views: 9212

Re: Configure mantis to receive mail on new issue

When you entered the first bug were you using the account that you expect to get the email? What role is that user assigned? (ADMINISTRATOR, MANAGER, DEVELOPER, etc) What do you have this option set to? (either ON or OFF) $g_email_receive_own = Are your projects defined as "public" or &quo...
by vzw614
04 Aug 2008, 15:14
Forum: Help
Topic: Configure mantis to receive mail on new issue
Replies: 19
Views: 9212

Re: Configure mantis to receive mail on new issue

Have you changed any email notifications using the web interface? On an Administrator account Manage -> Manage Configuration -> Email Notifications? Mantis uses the 2 config files as well as database entries (made via the web interface). config-defaults_inc.php config_inc.php (settings here over-rid...