Hi,
It seems a correct path to files included in vcl.inc.php are not being resolved when running the project from commandline.
Follow this steps to reproduce it:
1) Put the files I've attached (they belong to a little project deployment that do anything and only shows a button) in a directory accesible to your web server.
2) Try to access unit1.php to start the application. It starts with no problem and shows a form with a button.
3) Try to do the same from command line. Do something like: php -c "path to your php.ini" unit1.php. You will get some lines with errors like:
"Warning: require_once(root/deploy/vcl/forms.inc.php): failed to open stream: No such file or directory in /root/deploy/vcl/vlc.inc.php.
Notice that a slash is not provided in the first required_once call at the beginning of the path.