ADODB.INC.php

tmccormi wrote on Tuesday, March 08, 2016:

This file in the current release has code that is an error according to PHP (phpStorm parser)

Problem synopsis: Function name must be callable - a string, Closure or class implementing __invoke, currently bool at line 670 ,747, 1097,1235,2045,2072

There are quite a few other issues with this file and it makes we wonder about ADODB …

bradymiller wrote on Tuesday, March 08, 2016:

Hi,

Is this the current development codebase or a release? Note the current development codebase had adodb upgraded to support PHP7.

-brady
OpenEMR

tmccormi wrote on Tuesday, March 08, 2016:

Yes current dev tio master

bradymiller wrote on Wednesday, March 09, 2016:

Hi,

What is the filename(s) and can you paste all the errors.

-brady
OpenEMR

tmccormi wrote on Wednesday, March 09, 2016:

The filename is the subject of the message adodb.inc.php … It’s from PHPStorms bulit in code inspector

I have attached the full inspection report (which is an HTML website package for that one file) …

Tony