Search found 18 matches

by CBelanger
Tue Oct 18, 2022 9:16 pm
Forum: madExcept
Topic: madExcept to MantisBT not working--Help!
Replies: 7
Views: 4833

Re: madExcept to MantisBT not working--Help!

Guess I waited too long to submit my reply. Just lost it and this is a rewrite. Bottom line for others: Was able to see those global vars in my test program's FormDestroy event. There I saw that I was missing "mandatory field, user_errorreports". Turns out I had added that field in the pre...
by CBelanger
Tue Oct 18, 2022 6:50 pm
Forum: madExcept
Topic: madExcept to MantisBT not working--Help!
Replies: 7
Views: 4833

Re: madExcept to MantisBT not working--Help!

Yes, or at least that is what I thought I was doing with the supplied code, i.e. try to show a form that does not exist then when Continued in madExcept dialog, the program skips everything after the SHOWMODAL. I have madExcept set up to automatically send the bug report. The progress bar shows, but...
by CBelanger
Tue Oct 18, 2022 3:50 pm
Forum: madExcept
Topic: madExcept to MantisBT not working--Help!
Replies: 7
Views: 4833

Re: madExcept to MantisBT not working--Help!

Thank you for your reply. in my simple test program: procedure TForm1.btn1Click(Sender: TObject); var frmDoesNotExist : TForm; begin with frmDoesNotExist do begin ShowModal; if LastHttpErrorNo > 0 then ShowMessage('madExcept: LastHttpErrorNo - ' + string(lastHTTPErrorNo) + ' LastHttpErrorStr - ' + L...
by CBelanger
Tue Oct 18, 2022 9:45 am
Forum: madExcept
Topic: madExcept to MantisBT not working--Help!
Replies: 7
Views: 4833

madExcept to MantisBT not working--Help!

Been a real journey! Moving MantisBT to a new host server. The current server hardware is failing daily so I needed a new site. The old server is on an old windows server and uses IIS for the server. Set up the new site with WAMP on a Windows 2016 server and then used the latest MantisBT, 2.25.5. Fo...
by CBelanger
Tue Jan 15, 2019 10:20 am
Forum: madExcept
Topic: Using Mantis in application running in a Virtual Machine
Replies: 3
Views: 5910

Re: Using Mantis in application running in a Virtual Machine

Hello: Looks like my next step is to try the WireShark approach. What I did do is at the MantisBT web site set logging on in the Config_ini.php file. Cleared the current log and then deliberately forced a bug in the VM running version of my app. Then I saved that log file under a new name and did th...
by CBelanger
Sun Jan 13, 2019 3:43 am
Forum: madExcept
Topic: Using Mantis in application running in a Virtual Machine
Replies: 3
Views: 5910

Using Mantis in application running in a Virtual Machine

Hi, all: I am hoping someone knows how I can correct this: I have my application set up with madExcept uploading the bug report to a MantisBT site. Works great! Really like Mantis and its interface. I have a couple of users who decided to run my application in either VMware or the Windows equivalent...
by CBelanger
Sat Dec 08, 2018 8:34 am
Forum: madExcept
Topic: Way to compare madExcept setup configs between projects?
Replies: 2
Views: 3566

Re: Way to compare madExcept setup configs between projects?

Hello: The real issue was to find out what the difference between one project and another which stopped the attachment of the bug report to the upload to the MantisBT web site. BTW, I would still like to find out where the project settings for MadExcept are stored. Anyway, it turns out that I use my...
by CBelanger
Wed Dec 05, 2018 7:47 pm
Forum: madExcept
Topic: Way to compare madExcept setup configs between projects?
Replies: 2
Views: 3566

Way to compare madExcept setup configs between projects?

Hi: Is there a way (file, registry, etc) to easily compare madExcept setups between projects. I need to make sure my setups are exactly the same for 3 related projects. What is happening is that I believe my setups are the same, but in my Mantis BT the bug report is available for one and in the othe...
by CBelanger
Sat Oct 20, 2018 7:56 pm
Forum: madExcept
Topic: Upload bug report data to MantisBT CustomFields?
Replies: 1
Views: 3237

Upload bug report data to MantisBT CustomFields?

Hi, Mathias: Recently added ability to send the bug report to MantisBT and would like to use the ExceptionHandler to fill some information that would in turn be used to fill the MantisBT Custom Fields (User Name, Bug Type--for starters: Program, Database) to help with sorting the bugs at MantisBT). ...
by CBelanger
Sat Oct 20, 2018 7:37 pm
Forum: madExcept
Topic: How to get MadExceptHandler to always fire?
Replies: 1
Views: 2970

How to get MadExceptHandler to always fire?

Hi, Mathias: Using latest madExcept and have: RegisterExceptionHandler(MadExceptionHandler1Exception, stTrySyncCallAlways, epMainPhase); and: procedure MadExceptionHandler1Exception(const exceptIntf: IMEException; var Handled: boolean); var SectionNumber: integer; sApplicationSteps, sApplicationSett...
by CBelanger
Fri Oct 12, 2018 8:43 pm
Forum: madExcept
Topic: Upload to web server: MantisBT configuration?
Replies: 8
Views: 9786

Re: Upload to web server: MantisBT configuration?

Finally got everything to work properly. Here is what I learned and tried that might help others: 1. Not sure why, but my initial attempts to connect to my MantisBT web site via an IP address, HAD to have "HTTP://" preceding the IP address even in the browser (chrome). Otherwise, the site ...
by CBelanger
Fri Sep 28, 2018 9:00 pm
Forum: madExcept
Topic: Upload to web server: MantisBT configuration?
Replies: 8
Views: 9786

Re: Upload to web server: MantisBT configuration?

Here is an article on REST which will be replacing SOAP for connecting with Mantis:

https://support.mantishub.com/hc/en-us/ ... -REST-APIs
by CBelanger
Fri Sep 28, 2018 6:55 am
Forum: madExcept
Topic: Upload to web server: MantisBT configuration?
Replies: 8
Views: 9786

Re: Upload to web server: MantisBT configuration?

Hello, I'll start by answering my own question: yes, I had to initiate an error within my program/project to initiate debugging/trace. Here is what I found so far: my website URL is HTTP://##.#.###.###/mantisbt in constructor TWinHttp.Create(), FUrl becomes first, '##.#.###.###/mantisbt' then finall...
by CBelanger
Fri Sep 28, 2018 12:47 am
Forum: madExcept
Topic: Upload to web server: MantisBT configuration?
Replies: 8
Views: 9786

Re: Upload to web server: MantisBT configuration?

Thank you. I confirmed that mad.inc does have "{$D+}{$L+}" in it. I Built my project and confirmed that there was madExcept.dcu in the location I have the dcus go (\bin). I have been assuming that I can trace the madExceptWizard (settings) and maybe that is the problem, because I still can...
by CBelanger
Thu Sep 27, 2018 9:07 am
Forum: madExcept
Topic: Upload to web server: MantisBT configuration?
Replies: 8
Views: 9786

Re: Upload to web server: MantisBT configuration?

Hi, Mathias: With now having the source code, I was able to review the code, but I am unable to trace with the debugger. I moved mad.inc and madExcept.pas into my project's folder. I opened up the madExcept wizard from the project menu. Modified the web server URL to force the timer to fire--and not...