Can not initialise PHP session

Re: Can not initialise PHP session

by Usman Asar -
Number of replies: 0
Picture of Plugin developers Picture of Testers

It looks like you've mixed up many version  of PHP (shows 5.3, 5.4, 5.5 & 5.6) and on top both Apache version (Thread Safe) and IIS version (NTS - Non-Thread Safe), under no circumstances this should work.

Once again, remove all PHP settings from your IIS Settings and as well all PHP files from your Server, do a clean install, do not install more than what is required, which PHPMnager automatically enables all required things, on top you only require PHP intl extension and opcache to enable.

and most importantly, DO NOT download TS (Thread Safe) versions, they are for Apache web server only, IIS requires NTS versions. If you have watched the video that I linked earlier, you wouldn't be asking questions of PHP not working.