SQL语法错误 - Skadate脚本

时间:2014-01-15 19:52:10

标签: php mysql sql

我知道很多人之前已经问过这个问题,但不同之处在于我不知道在哪里查看我的代码因为我是编码的初学者,即使我知道要查看什么文档,我无法弄清楚其中有什么是对的。

我正在运行一个skadate脚本,当我点击管理面板中的“照片”时,它会转到此错误消息:

error

所以在第157行我有:

throw new SK_MySQL_Exception(

从153到161我有:

{
    $result = mysql_query($query, self::$link_id);

    if ( $result === false ) {
        throw new SK_MySQL_Exception(
            mysql_error(self::$link_id),
            mysql_errno(self::$link_id),
            $query);
    }

我是否需要提供更多代码来确定错误是什么?

非常感谢。

0 个答案:

没有答案