由于这个错误,我在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();
此行代码无效后,表明其显示上述错误