I am experincing a problemin the Dear John template whenever I try to edit the front page gallery modules (the images link to the K2 articles in the back end).
Whenever I make even the slightest change, as in trying to display 2 rows and 3 colums instead of 3 rows and 3 colums, I recieve an error message and the website becomes unviewable from the front end. Putting the settings back the way they were does not seem to fix the solution. I am working off a localhost and will only upload the website once it is completed.
The error message is:
- Code: Select all
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 'DESC LIMIT 0,12' at line 21 SQL=SELECT content.id AS id FROM sawun_k2_items AS content WHERE content.published = 1 AND content.trash = 0 AND content.access IN (1,1,2,3) AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2015-04-30 10:35:07' ) AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2015-04-30 10:35:07' ) AND ( content.catid = 31 OR content.catid = 38 OR content.catid = 40 ) ORDER BY content. DESC LIMIT 0,12;
It appears the page you were looking for doesn't exist. Sorry about that.
I do no know MySQL coding, so cannot figure out how to ammend this.