在Zend框架中获得500:内部服务器错误

时间:2018-11-26 13:35:51

标签: php pdo zend-framework zend-framework2 zend-db

由于这个错误,我在zend框架中遇到了一个问题

我开发了Rest API,但POST网址不起作用

months = {'Jan','Feb','Mar','Apr'};
rainfall = [327.2 368.2 197.6 178.4];
for ind=1:numel(months)
  s.(months{ind})=rainfall(ind);
end

但是所有获取网址都有效

当我调试所有代码时,executeInsert函数中第290行的AbstractTableGateway.php中显示错误

500: Internal Server Error

全功能代码

$result = $statement->execute();

此行代码无效后,表明其显示上述错误

0 个答案:

没有答案