Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Destroyed by syntax error Re: Destroyed by syntax error

#110724
beeblebrox
Participant

I don’t know why its throwing the end of this onto the next line… but here’s what’s going on:

‘category__in’ => array(2), // you had a ) that should have been a ,

‘custom3’ ), // this last comma (which I think is on the next line) actually needs to be a )