Error: Column 'menu_page' doesn't belong to any of the selected models (1), when preparing: select
a.post_id,
a.post_content,
a.post_title,
a.post_slug,
b.media_id,
c.media_type,
c.media_meta,
c.media_date,
d.term_id,
d.term_name,
c.media_guid
from CordovaPost a
join CordovaMediaRel b on b.object_id=a.post_id
join CordovaMedia c on b.media_id=c.media_id
join CordovaTerm d on d.term_id=a.post_type_id and a.post_type='info_publik_video'
and a.post_status='publish' and c.media_status='publish' and c.media_type='video' and b.media_id=menu_page
File: /var/web/setneg_www/app/controllers/GalleryVideoController.php on line 164
#0 [internal function]: Phalcon\Mvc\Model\Query->_getQualified(Array)
#1 [internal function]: Phalcon\Mvc\Model\Query->_getExpression(Array, true)
#2 [internal function]: Phalcon\Mvc\Model\Query->_getExpression(Array)
#3 [internal function]: Phalcon\Mvc\Model\Query->_getJoins(Array)
#4 [internal function]: Phalcon\Mvc\Model\Query->_prepareSelect()
#5 [internal function]: Phalcon\Mvc\Model\Query->parse()
#6 /var/web/setneg_www/app/controllers/GalleryVideoController.php(164): Phalcon\Mvc\Model\Query->execute()
#7 [internal function]: GalleryVideoController->videoAction('info_publik_vid...', 'menu_page', 'index', '155')
#8 [internal function]: Phalcon\Dispatcher->callActionMethod(Object(GalleryVideoController), 'videoAction', Array)
#9 [internal function]: Phalcon\Dispatcher->dispatch()
#10 /var/web/setneg_www/public/index.php(34): Phalcon\Mvc\Application->handle()
#11 {main}