DBD::Sybase::st execute failed: Server message number=207 severity=16 state=4 line=2 server=WKING text=Invalid column name 'path'.
Statement=
SELECT DISTINCT s.vorder, s.category, s.name FROM index_category c, index_category s
WHERE c.category = 311 AND c.path like s.path + '/%'
ORDER BY s.path
Server message number=207 severity=16 state=4 line=2 server=WKING text=Invalid column name 'path'.
Statement=
SELECT DISTINCT s.vorder, s.category, s.name FROM index_category c, index_category s
WHERE c.category = 311 AND c.path like s.path + '/%'
ORDER BY s.path
Server message number=207 severity=16 state=4 line=2 server=WKING text=Invalid column name 'path'.
Statement=
SELECT DISTINCT s.vorder, s.category, s.name FROM index_category c, index_category s
WHERE c.category = 311 AND c.path like s.path + '/%'
ORDER BY s.path
DBD::Sybase::db selectrow_array failed: Server message number=207 severity=16 state=4 line=2 server=WKING text=Invalid column name 'path'.
Statement=
SELECT b.name, b.description, d.vorder, d.name, b.meta_description, b.keyword_url, b.special_url
FROM category b, index_category c, index_category s, category d
WHERE
b.category = 311 AND
c.category = 311 AND
c.path like s.path + '/%' AND
s.scategory is NULL AND d.category = s.category
Server message number=207 severity=16 state=4 line=2 server=WKING text=Invalid column name 'path'.
Statement=
SELECT b.name, b.description, d.vorder, d.name, b.meta_description, b.keyword_url, b.special_url
FROM category b, index_category c, index_category s, category d
WHERE
b.category = 311 AND
c.category = 311 AND
c.path like s.path + '/%' AND
s.scategory is NULL AND d.category = s.category
|