A Database Error Occurred

Error Number: 1064

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 '' at line 1

SELECT project_testimonial.*,leadership.name as authors,leadership.designation,leadership.alt_tag,leadership.image as authour_pic,facebook,twiter,google_plus,linkedin,designation.name as author_desig FROM project_testimonial LEFT JOIN leadership ON project_testimonial.author = leadership.id LEFT JOIN designation ON leadership.designation = designation.id WHERE project_testimonial.status = 'A' AND project_testimonial.type = 'I' AND project_testimonial.project =

Filename: controllers/Project.php

Line Number: 70