Convert to text plugin bug?

By gversion - October 9, 2020

Hi guys,

I think we've come across a bug in the Convert to Text plugin.

In the plugin, line 336, you are trying to determine the installed version of Java


list($release,$version,$build) = explode(".", $versionString);
But the $version was returning 0 because the installed version was 11.0.8.

You were looking for the middle value, which is wrong. You should be looking at the first value to determine the version.

I can see the plugin was last updated back in 2017 so maybe the Java version was different back then...

We've updated the plugin at our end but thought we should let you know.

Regards,

Greg

By Carl - October 9, 2020

Hi Greg,
Thank you for finding this. I have changed the code accordingly and I will let the team know about the change.

Carl

PHP Programmer

interactivetools.com

By gversion - October 20, 2020

Hi Carl,

Overall this plugin is working well for us however we are noticing that some .docx and .xlsx files are not being converted to text.

For example, when I upload .xlsx files these are never converted to text however it works for .xls files. I am also able to create and upload .docx files and these are converted to text correctly but when I use an existing .docx file from a sample file website (e.g. https://file-examples-com.github.io/uploads/2017/02/file-sample_100kB.docx) this never converts.

Are there any known issues with .xlsx and .docx file types or could there be some code that needs checking over?

Any help would be hugely appreciated.

Regards,

Greg

By Dave - October 25, 2020

Hi Greg, 

Thanks for reporting this.  We'll see if we can recreate and/or resolve this issue locally and get back to you.  

Thanks!

Dave Edis - Senior Developer
interactivetools.com

By gversion - October 27, 2020

Hans,

Thank you very much for suggesting this solution - I can confirm that it now works.

I am very grateful for your support!

Regards,

Greg

By Dave - October 27, 2020

Hi Greg, 

Ok great, glad it's working.  I've updated the plugin online here as well for anyone else who needs it: 
https://www.interactivetools.com/plugins/convert-to-text/

Thanks!

Dave Edis - Senior Developer
interactivetools.com