Maximum execution time of 60 seconds exceeded error

前端 未结 6 1116
长发绾君心
长发绾君心 2020-12-15 20:27

I\'m getting the following error message:

Warning: file_get_contents(http://localhost/sample_pie.php) [function.file-get-contents]: failed to open str

6条回答
  •  一整个雨季
    2020-12-15 20:34

    The error means that PHP is not able to open http://localhost/sample_pie.php to read the contents of the file. See if you are able to open the http://localhost/sample_pie.php file in browser.

    Also is the page very large?

提交回复
热议问题