Public forms - file attached to comment - database error

Post Reply
swar
Posts: 60
Joined: 19 Dec 2020, 04:11
Name: A.R.
Location: Bratislava

Public forms - file attached to comment - database error

Post by swar »

If you try to check your enquiry entered via public forms functionality (e.g. index.php?module=ext/public/check&id=2) and at the same time the comment with attachment is added, there is a database error. If no attachment to comment is added, it works fine.

Code: Select all

Database Error: 1054 - Unknown column 'comment' in 'where clause'
Query: select m.module, m.id as modules_id from app_ext_file_storage_rules fsr, app_ext_modules m where fsr.modules_id=m.id and m.is_active=1 and find_in_set(76-comment,fields)
Page: /index.php?module=ext/public/check&action=check&id=2
User avatar
support
Site Admin
Posts: 6215
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Public forms - file attached to comment - database error

Post by support »

Not clear how to reproduce.
Post Reply