Hi everyone.
I have an application that runs perfect in development, buy when I do a deploy (create a zip, copy to another server, and install), I get a blank screen in the browser.
This started to happen a few days ago (before this the application in production worked fine).
I tried deleting all the folders, deploy everything again buy with no success…
I’m running ScriptCase “9.10.023 (27)” the web server is lighttpd and php 8.1.29
I repeat before this the app was running perfect in production.
If I run the main application in the command line (it’s called “start.php”) I get this error (I think this is because the folder I’m running this but I have tryied standing in other folders)
Notice it appends the “start” folder before “_lib”
PHP Warning: include_once(/opt/bprot/start/_lib/prod/lib/php/nm_ini_perfil.php): Failed to open stream: No such file or directory in /opt/bprot/start/index.php on line 58
PHP Warning: include_once(): Failed opening ‘/opt/bprot/start/_lib/prod/lib/php/nm_ini_perfil.php’ for inclusion (include_path=’.:/usr/share/php’) in /opt/bprot/start/index.php on line 58
PHP Fatal error: Uncaught Error: Class “nm_data” not found in /opt/bprot/start/index.php:326
Stack trace:
#0 /opt/bprot/start/index.php(14799): start_class->start_menu()
#1 /opt/bprot/start/start.php(6): include_once(’…’)
#2 {main}
thrown in /opt/bprot/start/index.php on line 326
Warning: include_once(/opt/bprot/start/_lib/prod/lib/php/nm_ini_perfil.php): Failed to open stream: No such file or directory in /opt/bprot/start/index.php on line 58
Anyone can help with this ?
Honestly I’m stuck.
Thanks !