IBM has just released Fix Pack 8.0.0.12 for IBM MQ
https://www.ibm.com/support/docview.wss?uid=ibm10884142
Regards,
Roger Lacroix
Capitalware Inc.
IBM has just released Fix Pack 8.0.0.12 for IBM MQ
https://www.ibm.com/support/docview.wss?uid=ibm10884142
Regards,
Roger Lacroix
Capitalware Inc.
Well, I just discovered another casualty of upgrading to PHP 7.0, it broke the open source “PHP Support Tickets” (aka Help Desk) that I am using.
Now when I try to use it, I get the error message:
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /aaa/bbb/ccc/phpst/class/functions.php:56 Stack trace: #0 /aaa/bbb/ccc/phpst/index.php(35): include_once() #1 {main} thrown in /aaa/bbb/ccc/phpst/class/functions.php on line 56
A quick internet search and I discovered that “mysql_connect” was depreciated in PHP 5.5.0 and removed in PHP 7.0. I don’t have time to attempt to fix/update all MySQL database calls in it. So, I have removed the link to the Help Desk from Capitalware’s web site.
Regards,
Roger Lacroix
Capitalware Inc.
For a few weeks, the WordPress Dashboard has been reminding me to upgrade to WordPress 5.2. So, I finally decided to upgrade but then I found out there was a new requirement: PHP 5.6.20. My web server was running PHP 5.4.45. So, I contacted HostGator (Capitalware’s hosting company) about upgrading PHP. They said they could upgrade it to PHP 7. I checked WordPress’s site and it said they support it. So, I gave the go ahead for the PHP upgrade then I upgrade WordPress to 5.2 Everything look good, as far as WordPress and plugins were concerned.
Next, I check my online registration system. Of course, that is were things went wrong. I got the following warning:
PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; XYZ has a deprecated constructor in /aaa/bbb/ccc/xyz.php on line 35
After a lot of head scratching and internet searches I came across this post at StackOverflow. Basically, you cannot have the construct name be the same as the class name. I do a lot of Java and C# and having the constructor be the same name as the class is standard. Once I adjusted the code, the warning message went away.
Normally, I wouldn’t care about a warning message written to the logfile but PHP also put the warning message in the output stream to the remote client application which broke MQ Visual Edit’s ability to communicate with the online registration system.
Now that everything is back to normal, WordPress claims that PHP 7 is twice as fast as PHP 5 which is pretty cool.
Regards,
Roger Lacroix
Capitalware Inc.
The other day I received an email from a customer who said they preferred the display of MQ Visual Edit V1 rather than how MQ Visual Edit V2 is displayed.
MQ Visual Edit V1![]() |
MQ Visual Edit V2![]() |
I designed MQ Visual Edit V2 to provide as much information to the end-user on the main screen as possible. This is what I like but other people have different preferences.
Lucky, when I was designing MQ Visual Edit V2, I figured some end-users may want to disable some of the docks and I even went so far as allowing the end-user to disable all docks.
To disable some or all of the docks on the main window of MQ Visual Edit V2, do the following:

And then click the OK button. MQ Visual Edit V2 will reset itself and the main window will look like the main window in MQ Visual Edit V1.
MQ Visual Edit V2 No docks![]() |
MQ Visual Edit V2 No docks – open queue![]() |
So as Burger King says: Have it your way!
Regards,
Roger Lacroix
Capitalware Inc.
D. Richard Hipp has just released SQLite v3.28.0.
http://www.sqlite.org/news.html
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.
Regards,
Roger Lacroix
Capitalware Inc.
IBM MQ for HPE NonStop V8.1 is the follow-on offering to MQ for HPE NonStop V8.0 and also the next release for clients who follow the Continuous Delivery (CD) releases.
https://www.ibm.com/common/ssi/ShowDoc.wss?docURL=/common/ssi/rep_ca/3/897/ENUS219-093/index.html
Regards,
Roger Lacroix
Capitalware Inc.
IBM has just released Fix Pack 9.1.0.2 for IBM MQ V9.1 LTS:
https://www.ibm.com/support/docview.wss?uid=ibm10879379
and for IBM i:
https://www.ibm.com/support/docview.wss?uid=ibm10880085
Regards,
Roger Lacroix
Capitalware Inc.