Error: Call to undefined function exo_getglobalvariable() & No input file specified

I am getting an error
PHP ERROR: PHP Fatal error: Call to undefined function exo_getglobalvariable()

Also ‘No input file specified.’ in the case of the compiled application. When a new project is made there is no problem till the old code is added. when the old code is added it gives the No input file specified. error.

everything else remains the same but this i am getting for first time today.

All this started after the new version is installed.

No idea why this is coming. Any Clues !

What do you mean by “old code”?

Error 1. PHP ERROR: PHP Fatal error: Call to undefined function exo_getglobalvariable()
Error 2. ‘No input file specified.’ in the case of the compiled application., this is the page output in the application

Case 1. Both Error 1 & Error 2 is not appearing in the case of a fresh project with a single file with exo_getglobalvariable function used.
Case 1 is working ok.

Case 2. when my project files are added to the project in case 1 without changing the home page. Even then the errors appear.

my project files which is part of the project i am trying to compile.
In Case 1. a new project the error is not there. but when i add the project files it gives the errors.

Make sure you haven’t some PHP.INI file or PHP code that deals/modified PHP extensions.