Where does Signatures store it's information in the DB?
Hi all,
Due to adding HTTPS to my forum i also changed a lot of link from http to https. My of my users use pictures in the signatures and i run a SQL query on the GDN_Meta to change this. It changed thousends of image links and there is one from a particular external website that doesn't serve in https. Those image links are now broken.
I changed it back in the GND_Meta but this - even after deleting the cache and checking everything - did not change those image links back to http.
I made a search through the database and couldn't find a place where the signatures a stored. Mmh, maybe it's somewhere in an unsearchable BLOB or something?
Does anyone where they are hiding. The GDN_Meta does only seem to fill the profile but already made comments signatures are filled then form another source.
Thanx for help,
phreak
- VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
- VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
Comments
It is all in UserMeta. It uses memcache and I think APC as well, so try restarting PHP.
Vanilla Forums COO [GitHub, Twitter, About.me]
Thank you @Tim. I'll try that.