bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] new bug after last updateThat is right, CSV was removed because auf security issues that feature had. Please look into the last forum topics.
Forum: Plugins
In reply to: [cformsII] No Download optionForum: Plugins
In reply to: [cformsII] Help, we cant delete the plugin without affecting the siteYou should do a full text search in your form for “cform”. I guess you get a line with insert_custom_cform() or insert_cform() call.
Forum: Plugins
In reply to: [cformsII] Required FieldsI cannot reproduce this issue with the current version. Do you still have the issue?
Forum: Plugins
In reply to: [cformsII] Delete Tracking dataCFDB does not use cformsII’s tracking database. Any new submissions BEGINNING WITH the installation will be saved by CFDB. I am planning to write a conversion feature for some of the next versions.
Forum: Plugins
In reply to: [cformsII] errors on updateNot necessarily. You can still have debugging output to a file.
You SHOULD disable debug messages on a production system anyway.
Forum: Plugins
In reply to: [cformsII] errors on updateThis is not the specific problem here. If a host does not have any supported PHP version as an option, it means they do not care about their users and I would not trust them to be able to deal with my website technically.
If you do not use multipart forms you will not have any issues with that warning. If you see it on your website and not just in your log, you should disable printing warnings to the website.
Forum: Plugins
In reply to: [cformsII] Last update errorYou can see the fix here: https://github.com/bgermann/cforms2/commit/749c5cff2912d5361a858f44a3a5d13d8ce9b5e8
It will be included in the next version.
Forum: Plugins
In reply to: [cformsII] No Download optionForum: Plugins
In reply to: [cformsII] CformsII – if form exist?You can use the cforms2_check_form_name function. But it is not part of the public API, i.e. it might change or be dropped without warning.
Forum: Plugins
In reply to: [cformsII] No Download optionNothing, it was removed intentionally, because it contained a SQL injection vulnerability. I removed it as I wanted to remove it in the near future anyway. You can use CFDB plugin to store and export cformsII submissions.
Forum: Plugins
In reply to: [cformsII] new bug after last updateA similar solution is available in 14.13.2.
You should think about switching your provider if they do not have the option to run on PHP 5.6 or newer. You are on 5.4 or older. Also see http://php.net/supported-versions.php
Forum: Plugins
In reply to: [cformsII] No more form validationYou can find it here: https://github.com/bgermann/cforms2/commit/c2ef8026ad986c28729ccb9e7ff43c3cae1606c3
Forum: Plugins
In reply to: [cformsII] No more form validationI can confirm the issue and will release a fix for it asap.
Forum: Plugins
In reply to: [cformsII] errors on update