Page 3 of 3

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-04-28 00:46
by litonbd
Fred wrote:Hi avpaman we are currently working on getting the includes folders for interakt updated to be php 7 compatible as well.
Please hang in there with us while we get it sorted.
Hello Fred

How is the position of the script conversion? Let us know the update, Thanks.

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-06-10 16:46
by avpman
Fred wrote:Hi avpaman we are currently working on getting the includes folders for interakt updated to be php 7 compatible as well.
Please hang in there with us while we get it sorted.
Hi Fred. Just thought I'd check in and see how the updates are coming along. Thanks!

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-06-10 18:57
by Fred
Making good progress.

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-06-10 19:38
by avpman
Fred wrote:Making good progress.
Any estimate of time, weeks, months, end of year?
Thanks!

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-08-20 00:24
by ragni
Just wanted to know if you have made any progress or if you need anything to complete this.

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-09-18 18:00
by athe.gomez@gmail.com
Thank you very much for your answers.
The problem is solved

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-11-19 07:14
by energylevels
I think for you guys looking for a PHP 7 compatible version of Kolleciton the best option is to use PHAKT which uses the PHP ADODB database abstraction layer so it works with MySQLi and many other database types too .... and yes it works with Kollection off the bat.

I don't think it would be easy upgrade existing sites you've created that use old MySQL connection but you would be able to create new websites that are compatible with PHP 7.

I have been working on updating the PHAKT and Kollection framework and have so far got a working application running on PHP 7.2 with nextensio list, form, login etc. I have:

Updated PHP ADODB files to the latest version that works with PHP 7.2.
Updated the old interakt files connected to the ADODB PHP layer
Updated all the PEAR libraries in the kollection includes folder to the latest versions
Updated other Kollection includes files fixing deprecated warnings, notices and errors for compatibility with PHP 7.2 and future versions.

I alsO had to update the Dreamweaver ADODB connection file in the _mmServerScripts folder too as it wasn't working in PHP 7.

It was only a first run but managed to get everything working to fashion without any extensive testing.

More extensive testing and updating/repacking new extensions requires a lot of work though. If anyone is interested in chipping and paying for the time it will take to do this let me know and I may consider doing....

Re: Making the Interakt products compatible with PHP5.4 or more

Posted: 2018-12-04 23:18
by athe.gomez@gmail.com
energylevels wrote:I think for you guys looking for a PHP 7 compatible version of Kolleciton the best option is to use PHAKT which uses the PHP ADODB database abstraction layer so it works with MySQLi and many other database types too .... and yes it works with Kollection off the bat.

I don't think it would be easy upgrade existing sites you've created that use old MySQL connection but you would be able to create new websites that are compatible with PHP 7.

I have been working on updating the PHAKT and Kollection framework and have so far got a working application running on PHP 7.2 with nextensio list, form, login etc. I have:

Updated PHP ADODB files to the latest version that works with PHP 7.2.
Updated the old interakt files connected to the ADODB PHP layer
Updated all the PEAR libraries in the kollection includes folder to the latest versions
Updated other Kollection includes files fixing deprecated warnings, notices and errors for compatibility with PHP 7.2 and future versions.

I alsO had to update the Dreamweaver ADODB connection file in the _mmServerScripts folder too as it wasn't working in PHP 7.

It was only a first run but managed to get everything working to fashion without any extensive testing.

More extensive testing and updating/repacking new extensions requires a lot of work though. If anyone is interested in chipping and paying for the time it will take to do this let me know and I may consider doing....
Thank you forever for these efforts.
And courage!