Full error message:
Fatal error: Cannot use isset() on the result of an expression (you can use “null !== expression” instead) in D:\Dev\NetMake\v81\wwwroot\scriptcase\app\myapp\display_newmodules\display_newmodules.php on line 1053
Does anyone know the cause of this?
I have a grid app (works fine in an old project) which I copied into a new. However I get this strange error.
To trouble shoot I’ve used NULL !== version to replace the only isset statement in the code. I also commented it out but the error remains the same in all cases.
Looking at line 1053 I see nothing to do with an isset statement:
1051 //
1052 class_display_newmodules_apl
1053 {
1054 var $Ini;
1055 var $Erro;
1056 var $Db;