Michael Simpson
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Virus – winnow.spam.ts.miscspamForum: Plugins
In reply to: [Contact Form DB] Register customersRegister as in “the person creates a login on your site”? Answer: no.
Forum: Plugins
In reply to: [Contact Form DB] Submitted Time formatOn the CFDB Options page, you can customize how the date is displayed in the “Submitted” column. That is just a formatted version of “submit_time” which is Unix time.
Forum: Plugins
In reply to: [Contact Form DB] Parse error: syntax error, unexpected T_FUNCTIONYou are running outdated PHP 5.2. Upgrade to WP-recommended PHP 5.6.
Forum: Plugins
In reply to: [Contact Form DB] PHP7 compatibilityForum: Plugins
In reply to: [Contact Form DB] CFDB does not exportThe Excel export also has these requirements: https://github.com/box/spout#requirements
Forum: Plugins
In reply to: [Contact Form DB] Retired databaseCFDB does not delete entries itself. You would have to delete them manually. There is a setting in the CFDB Options page where it will delete the data when you uninstall the plugin, but that does not happen unless you specifically activate that option.
Forum: Plugins
In reply to: [Contact Form DB] CFDB does not exportAre you running PHP 5.6 (the recommended version for WP)?
You haven’t told me anything about CF7 email. Re-read my previous post.
Forum: Plugins
In reply to: [Contact Form DB] XLSX after export was corrupt (CSV is unreadable)Look at the beginning of the CSV file. The first line should be the list of column names. Do you have any other text there? If so, some other plugin may be injecting text there. Turn off debug if you have that on. Also try temporarily disabling other plugins to see if one of them is outputting text.
Forum: Plugins
In reply to: [Contact Form DB] Contact Forms missing in dropdownThey only appear in CFDB after it captures a form submission
Forum: Plugins
In reply to: [Contact Form DB] CFDB does not exportThe 500 error could be caused by any number of things. There could be other plugins injecting invalid text before CFDB can write the HTTP headers on that response. I suggest try temporarily deactivating other plugins to see if one is causing a problem. If you have DEBUG on, see if you are getting anything in your logs. Then turn that off so that DEBUG isn’t generating any text and try again.
Forum: Plugins
In reply to: [Contact Form DB] CFDB does not exportEnsure you are logged in to the site when accessing the URL.
I don’t know what is different on this website vs. your other websites.
Forum: Plugins
In reply to: [Contact Form DB] Use of show=”*” in shortcodesWith a CFDB shortcode you omit “show” than all fields are shown by default (assuming you aren’t using “hide”). I don’t why you don’t get anything. I’d have to know more about your custom shortcode.
FYI: you can also use regaular expressions like show=”/.*name$/” I think would give you “first name”, “last name”, etc.
Forum: Plugins
In reply to: [Contact Form DB] Retired databaseNo maximum number of entries.