stefanjanssen
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] All my fields disappearedthe “code 5 tables” is:
I was reading the code (of the plugin) and I saw 5 database tables are used.I’m a software developer (not from this plugin) and am currently tasked with finding a solution.
As far as I know nothing can go wrong as long as you dont touch anything. Only when a post or page is updated things might seem missing, but I’m pretty sure the data that is of big importance will always be recoverable. But since I’m relatively new with both wordpress and this plugin I cannot be 100% sure, I’ve only seen the broken situation.Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] problem with the version@rehaben is the issue you get the same as: https://wordpress.org/support/topic/all-my-fields-disappeared/#post-10949275
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] All my fields disappearedI might have the exact same issue. These are my findings
– The site currently works fine
– The custom fields defined on the pages still exist because it’s defined in the theme
– The custom field values still exists because they are created in the wp_post_meta table
– The fieldgroups are nonexistent
– The plugin version does not exist in the wp_options table
– When I update and save one of the fields it will empty all fields and a database restore will have to be performed in order to make things work.Im new with wordpress and this plugin, but as far as I could see in the code 5 tables are needed in total of which 2 of them are wordpress tables. The three other tables do not exist in my wordpress system.
@flantascience Can you confirm this is what you have as well? and if so, did you find a solution yet?
Forum: Hacks
In reply to: Media Library in plain javascriptI just saw some other code which made me think jQuery is already in wordpress? The reason I didn’t want to use it is because it’s a really heavy package. But if its already included I think there is nothing to stop me from using it…
I will check the events you mentioned out to see if it works (its still better to use plain javascript if possible)
Forum: Hacks
In reply to: Media Library in plain javascriptonfocus isn’t working unfortunately. Since I really need it this functionality for this project I will use jQuery if I don’t have a working solution before the end of this week :'(.
Thanks for the suggestion.