com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column 'live'
in 'where clause'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3176)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1153)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1266)
at com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper.executeQuery(PreparedStatementWrapper.java:811)
at com.caucho.sql.UserPreparedStatement.executeQuery(UserPreparedStatement.java:108)
at org.sevensoft.jeezy.db.LoggableStatement.executeQuery(LoggableStatement.java:113)
at org.sevensoft.jeezy.db.Query.execute(Query.java:159)
at org.sevensoft.ecreator.model.extras.polls.Poll.getLive(Poll.java:29)
at org.sevensoft.ecreator.model.misc.sitemap.SiteMap.<init>(SiteMap.java:72)
at org.sevensoft.ecreator.iface.frontend.misc.sitemap.SiteMapHandler.main(SiteMapHandler.java:25)
at org.sevensoft.jeezy.http.HandlerServlet.doPost(HandlerServlet.java:203)
at org.sevensoft.ecreator.iface.EcreatorServlet.doPost(EcreatorServlet.java:122)
at org.sevensoft.jeezy.http.HandlerServlet.doGet(HandlerServlet.java:108)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:115)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:106)
at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:173)
at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:274)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:511)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:520)
at com.caucho.util.ThreadPool.run(ThreadPool.java:442)
at java.lang.Thread.run(Thread.java:619)