Results 1 to 8 of 8

Thread: Mysql error on AddListing.php

Threaded View

  1. #1

    Mysql error on AddListing.php

    I got below error on error log

    10 Oct 12:09:38 | 73 repeats | Mysql Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `Type` = 'picture' LIMIT 1' at line 1 on line# 658 (file: /includes/classes/AddListing.php)

    After some investigation, i found the problem and solution. There were not quotes arround {$this->listingID}

    Go to includes/AddListing.php

    Line #1065 #1083 and #1103

    Find:
    Code:
    Only registered members can view the code.
    Change:
    Code:
    Only registered members can view the code.
    Find:
    Code:
    Only registered members can view the code.
    Change:
    Code:
    Only registered members can view the code.
    Find:
    Code:
    Only registered members can view the code.
    Change:
    Code:
    Only registered members can view the code.
    Last edited by Bahram Soltanirad; October 10, 2019 at 12:36 PM.