eventnews icon indicating copy to clipboard operation
eventnews copied to clipboard

error when clicking on a detail view link from the month view on workspace mode

Open rfoucard opened this issue 5 years ago • 0 comments

Hello,

I am getting this error when clicking on a detail view link from the month view : TYPO3 9.5.7, news 7.2.0, eventnews 3.0.0 AND in workspace mode (in live no problem):

SELECT uid_local, uid_foreign, tablenames, fieldname, sorting, sorting_foreign, uid, pid, tstamp, crdate, cruser_id, deleted, hidden, starttime, endtime, description, sys_language_uid, l10n_parent, l10n_state, t3_origuid, l10n_diffsource, t3ver_oid, t3ver_id, t3ver_label, t3ver_wsid, t3ver_state, t3ver_stage, t3ver_count, t3ver_tstamp, t3ver_move_id, title, parent, items, fe_group, images, single_pid, shortcut, import_id, import_source, seo_title, seo_description, seo_headline, seo_text, slug FROM sys_category WHERE (pid = ?) AND (t3ver_oid = ?) AND (t3ver_wsid = ?) AND (sys_category.deleted = 0) LIMIT 1' with params [-1, 4, 1]: Unknown column 'uid_local' in 'field list'

It's a demo site, there is no dev.

If I add uid_local, uid_foreign, tablenames, fieldname, sorting_foreign, in the table just to see the result, I get another similar error with the tx_news_domain_model_news table. So if I add the fields in the table to see the result, then the detail view is ok.

I don't know if it's a tx_news bug or a eventnews bug, I didn't tried from a simple list view.

Rachel

rfoucard avatar May 22 '19 10:05 rfoucard