本地主机当前无法处理此请求-Moodle WAMP

时间:2018-12-18 12:44:48

标签: php moodle

频繁的localhost引起了意外错误

"This page isn’t working localhost is currently unable to handle this request.
HTTP ERROR 500
null"

所有链接/课​​程/打开“编辑”功能均无效!

我试图取消注释module_rewrite @ http.conf,重新启动了服务器,但没有一个起作用。

1 个答案:

答案 0 :(得分:0)

您的服务器可能已关闭错误报告。将此代码添加到页面顶部,以查看导致错误的原因。

<?php error_reporting(-1); ?>
<?php ini_set('display_errors', true); ?>