1

我正在尝试使用foursquare-async库,但是我一直遇到以下错误(即使运行了由开发人员编写的testpage.php)

Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp 
\www\EpiCurl.php on line 73 
Call Stack 
#       Time    Memory  Function        Location 
1       0.0005  694760  {main}( )       ..\simpleTest.php:0 
2       0.0024  971664  EpiFoursquare->get( )        ..\simpleTest.php: 
26 
3       0.0024  971744  EpiFoursquare->request( )    .. 
\EpiFoursquare.php:72 
4       0.0028  978720  EpiFoursquareJson->__get( )  .. 
\EpiFoursquare.php:0 
5       0.0028  979704  EpiCurlManager->__get( )     ..\EpiCurl.php:0 
6       0.0028  979704  EpiCurl->getResult( )        ..\EpiCurl.php: 
177

看来图书馆坏了,或者我是一个杯子

我希望你能帮助,这更像是在一个人的乳房上

4

1 回答 1

0

PHP 脚本似乎需要更多时间。您可以从增加 PHP 超时值 (php.ini => max_execution_time) 开始,然后从那里开始。

于 2011-02-15T12:42:03.770 回答