标签: php yii-extensions
我在Yii框架中构建的网站上收到此错误。我使用Yii扩展 weatherwidget 在我的页面上显示天气信息。有没有人知道什么导致了这个问题。这是我页面上的扩展代码。
<?php $location = 63376; $this->widget('application.components.weather.GoogleWeatherAPI', array('location'=>$location)); ?>