PHP site keeps opening to blank page, no errors

前端 未结 4 802
天命终不由人
天命终不由人 2021-01-22 19:42

First, the premises: PHP loaded on IIS6 on Win2003 STD R2 SP2, PHP_5213 using FastCGI, MySQL_5145.

Customer sent me the site files, which I unzipped to C:\\InetPub

4条回答
  •  故里飘歌
    2021-01-22 20:19

    Edit your php.ini file and set the display_errors and display_startup_errors options to On so that you can have a chance to see what the problem is.

提交回复
热议问题