Enable Encryption for a textarea element has side effect on a fileupload element in the same form

ronhon

New Member
Hi there,
I encountered some strange effect of setting Encrypt Data to Yes for a textarea.
First nothing was shown in the field after I set Encrypt Data to Yes. Then I encrypted the column directly in the database with "UPDATE <table> SET <field> = AES_ENCRYPT(<field>, ?<secret>')". After this update the content was shown again, so far so good. However, the fileupload elements on the same page are showing the complete list of subdirectories now, the dropdown function to display them fails.
It's Joomla 3.6.0 / Fabrik 3.5

Can you please help?

Please find screenshots in the attachment
 

Attachments

  • Encrypt bug.pdf
    78.9 KB · Views: 161
I found out what was wrong here: By mistake I defined a hidden databasejoin element "answer.question id" to "question.id" which was messing up the html generation. Make the database join a field or disable the database join solved the problem.

Sorry having bothered you (If I did)
 
Back
Top