CMS will not save and PHP errors out

Good Afternoon,

I have been trying to setup Xibo on a VM running Windows Server 2016, so I can’t use Docker because it is already a virtualization. I thought I had it all up and running, but when I save I get this weird web page:
Xibo
and when I try to run php-win I get the following error:

PHP Fatal error: Unknown: Failed opening required ‘Standard input code’ (include_path=‘.;C:\php\pear’) in Unknown on line 0

Would appreciate any help.

you can try editing the C:\PHP\php.ini file and uncomment this line:

; Windows: “\path1;\path2”
include_path = “.;c:\php\includes”