开发者

php site not showing any errors but not displaying anything

开发者 https://www.devze.com 2023-02-02 04:12 出处:网络
i know very little php and have set up a copy of a site (db, sitefiles) in iis that has php installed. run the phpinfo.php page so i know php is running and working. when i go to the homepage index.ph

i know very little php and have set up a copy of a site (db, sitefiles) in iis that has php installed. run the phpinfo.php page so i know php is running and working. when i go to the homepage index.php i j开发者_高级运维ust get a blank page, no errors!!!

any idea how i get to view errors or why this is happening?


 error_reporting(E_ALL);
 ini_set("display_errors", 1);
0

精彩评论

暂无评论...
验证码 换一张
取 消