Hello,
I have just installed the advanced version on a windows server and I get an internal server error 500.
I have run the check.php, everything is ok :
PHP_VERSION: 5.6.30
PHP_OS: WINNT
PHP_UNAME: Windows NT 007-MCP01 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) i586
SERVER_NAME: mcp-fiduciaire.be
SERVER_SOFTWARE: Microsoft-IIS/8.5
SERVER_ADDR:
SERVER_PROTOCOL: HTTP/1.1
HTTP_HOST: mcp-fiduciaire.be
HTTP_X_FORWARDED_FOR:
PHP_SELF: /devis/index.php/do_things/mhh
ZipArchive: 1
DomDocument: 1
SimpleXMLElement: 1
Tidy: 1
mbstring: 1
Also, if I remove the key and domain from configuration file, I get 2 errors :
1) Error while trying to write to Lettre_de_mission_222 please check write access.
2) An uncaught Exception was encountered
Type: Exception
Message: There is not a valid license
[...]
I have played around with the temp_path and gave full rights to iis_IUSRS user for any of the tmp_path I have tried, but to no avail. I
I also ran sample_1.php in command line but could not find the output anywhere.
What else should I try next ? The test version was working perfectly on my test environment (wamp, not IIS) but I guess should have tried the same test version on the windows server too.
I'm stuck and do not know what to try next :(