我需要帮助这些东西。 Chrome没有这个问题,只有Firefox。当我提交表单时,ajax会创建任务。我的mysql查询没有任何问题,我添加了大量的
如果不工作将mysql错误写入文件
但一切都很成功。所以这是错误 http://i.stack.imgur.com/KYq4L.jpg如何找出这到底是什么?我的ajax代码在这里是纯空的:
error C2064: term does not evaluate to a function taking 1
C2091: function returns function
C2091: function returns
C2664: 'MyFunction<int (int),>::MyFunction(const MyFunction<int
(int),> &)' : cannot convert argument 1 from 'int (__cdecl *)(int)' to
'int (__cdecl *(__cdecl
*)(void))'
多数民众赞成。
答案 0 :(得分:-1)
首先检查 ajax_import.php 是否可以在此位置使用。
/modules/projects/ajax/ajax_import.php
如果此位置存在文件,则只需清除其中的所有内容,然后编写测试内容,如下所示。
<?php
echo "testing";
?>