Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter bandicoot

    (@bandicoot)

    I managed to resolve myself, but thought it best to post here for others…

    When it refers to an include, the code was

    require_once(‘./whatever.php’)

    which IIS didn’t like. I have altered all scripts to

    require_once(‘whatever.php’)

    managed to get more info from the php errors log in c:\windows\temp folder. I think the log file is called php_errors.log.

Viewing 1 replies (of 1 total)