打开PHP_error.log,搜索VerboseException,看到:
[19-May-2010 09:57:17] PHP Fatal error:  Uncaught exception 'VerboseException' with message 'Standalone Flash player disabled. Update gateway.php to allow these connections' in E:\wamp20h\www\amfphp 1.9\core\amf\app\Gateway.php:357

打开amf/gateway.php,找到代码:
if(PRODUCTION_SERVER)
{
    
//Disable profiling, remote tracing, and service browser
    $gateway->disableDebug(); //注释掉               
    //Keep the Flash/Flex IDE player from connecting to the gateway. Used for security to stop remote connections.

    $gateway->disableStandalonePlayer(); //注释掉       
}

相关文章:

  • 2022-03-04
  • 2022-12-23
  • 2021-07-13
  • 2022-01-18
  • 2021-09-09
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案