An SQL error occurred: SQLSTATE[42000]: Syntax error or access violation: 1110 Column 'id' specified

An SQL error occurred: SQLSTATE[42000]: Syntax error or access violation: 1110 Column 'id' specified

misteammisteam Posts: 48Questions: 17Answers: 0

How to fix this error using uploadMany in create:

An SQL error occurred: SQLSTATE[42000]: Syntax error or access violation: 1110 Column 'id' specified twice

Here is my code:

Thank you in advance!

Answers

  • misteammisteam Posts: 48Questions: 17Answers: 0

    Hi sir @allan :)

  • allanallan Posts: 63,212Questions: 1Answers: 10,415 Site admin

    Can you add ->debug(true) just before the ->process(...) call please? Then show me the JSON returns from the server when that error happens. It will show me the SQL that is being executed. If you could also show the full PHP that would be useful.

    Thanks,
    Allan

This discussion has been closed.