I’m transferring my setup to some new servers. Basically, getting rid of WAMP (only used for apache & PHP; MySQL was already on a different server) and using IIS. I’ve seen posts here where it should work, and am confident that it would work as well.
However:
Lot’s off issues when I try to get a new instance up and running, no idea why.
Moved my existing setup (recreated database, copied all the files) towards my new environment (Windows Server 2012 r2, running PHP 5.6.x now in IIS, 7.2.9 gave issues on the useage of the each() function apparently), changed url & database settings.
Got as far as I do get a HTTP 200 back from the webserver and no error is logged anywhere (not in the application logs, nor in the PHP logs), but I just get an empty page as result.
Anyone an idea on how to solve?
Many thanks!
edit: am on 1.5.5 still, once I got this issue solved, I will start the upgrade (unless there is proof that I just should do this on my old environment and make the switch after that)