You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'url_title' in 'where clause':
SELECT COUNT(*) AS `numrows` FROM (`exp_category_posts`) JOIN `exp_categories` ON
`exp_categories`.`cat_url_title` = `exp_category_posts`.`cat_url_title`
WHERE `url_title` = 'london-pbfa-shubiz' AND `cat_url_title` = 'european-footwear-accessories-gifts'
Lets say I've got the url /blog/:category/:entry/, is there anyway using isValidEntry() to validate that the entry is assigned to the category?
The text was updated successfully, but these errors were encountered: