You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubi...@googlegroups.com
Hi there,
I've managed the duplication of ISAD(G) template with this post.
My new fields are stored in the "property_i18n" table in Mysql.
The problem is that the values are serialized in the database (s:6:"test";) and i can't remove this functionality.
Any idea ?
Thanks!
Franck.
José Raddaoui
unread,
Feb 5, 2015, 4:21:25 PM2/5/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubi...@googlegroups.com
Hi Franck,
How are the new property values saved? We have one setting that is stored as a serialized array and it's saved using 'serialize()' and obtained using 'unserialize()'.
Maybe you can fix the problem using 'unserialize()' before it's saved or after it's obtained.