[PHP]: Błąd -> Zbyt mało argumentów w sprintf ();

Ta linia podaje błąd: „Zbyt mało argumentów”. Jaki jest problem?

$InsertQuery = sprintf("INSERT INTO listing (ldate, places, company, designation, projectdetails, desiredcandidate, hrname, hrcontact, email) VALUES (DATE_FORMAT(%s,'%Y %m %d),%s,%s,%s,%s,%s,%s,%s,%s)", $ldate,$places,$company,$designation, htmlentities($projectdetails), htmlentities($desiredcandidate),$hrname,$hrcontact,$email);

questionAnswers(2)

yourAnswerToTheQuestion