bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] Breite WidgetNur per CSS.
Forum: Plugins
In reply to: [cformsII] Website downMost probably it is some plugin that causes this. You should try to rename all the plugin folders to deactivate them and then one by one rename them to the original name and activate again. When you get the same effect, the last activated plugin is the cause.
Forum: Plugins
In reply to: [cformsII] Website downThe cause of your website being down is the following
Catchable fatal error: Object of class WP_Error could not be converted to string in /web/htdocs/www.modalitademode.com/home/blog/wp-includes/rewrite.php on line 280
This has nothing to do with cforms2. It seems you have the original cformsII installed (from deliciousdays), which has serious security flaws. If you get your site running again, you should update to this fork: https://wordpress.org/plugins/cforms2Forum: Plugins
In reply to: [cformsII] Website downOkay, what is your question? How does the PHP Notice relate to the title “Website down”? A PHP Notice is never responsible for a website being down. Those are PHP fatal errors.
Forum: Plugins
In reply to: [cformsII] Erreurs in datepicker@taghaboy Is this the reason for you, too?
Forum: Plugins
In reply to: [cformsII] Need to restore forms from DB backupIt is just one record:
select * from wp_options where option_name=’cforms_settings’;Forum: Plugins
In reply to: [Really Simple CAPTCHA for cformsII] Please upgrade TGMPA to latest versionThenks for pointing that out. I upgraded.
Forum: Plugins
In reply to: [cformsII] datapicker not correct works by required or not requiredI cannot reproduce this issue. You should give exact details on your form or provide a link.
Forum: Plugins
In reply to: [cformsII] Datumseingabefelder aktiviertIn den Globalen Einstellungen gibt es die Möglichkeit, einen Datepicker zu aktivieren und HTML5 freizuschalten.
Forum: Plugins
In reply to: [cformsII] date picker doesnot work anymoreThis is dependent on your salient theme. It hides the datepicker with CSS
z-index: 10;at some elements. The datepicker usesz-index: 3;Forum: Plugins
In reply to: [cformsII] File Upload EncodingThere should be somthing like
Content-Type: multipart/mixed; boundary="xxx"in your mail header and some
--xxxbefore your first lineContent-Type: multipart/alternative;Additionally, there should be some
--xxxbefor your lineContent-Type: application/octet-stream; name="noid-Mitgliedsantrag.docx"and some--xxx--after the base64 encoded docx.By the way: emails have to use some binary to text conversion for attachments as they are text messages. base64 is the common conversion. So that is not a problem.
How do you send the emails? Any additional plugin to use SMTP instead of PHP’s mail() function?
Forum: Plugins
In reply to: [cformsII] date picker doesnot work anymoreBe sure to check “Enable Javascript date picker”
Forum: Plugins
In reply to: [cformsII] File Upload EncodingThis seems to be correct. Do you see this text in an email client (which one?) or do you see it as an attachment? If you do not see it as an attachment, please also paste some more parts of the email (including the MIME boundaries).
Forum: Plugins
In reply to: [cformsII] Illegal string offset Warning MessagesPlease try saving Global Settings. That should do the trick, because your database is missing one setting (Line separators for emails).
You can export a German .mo file at the bottom of https://translate.wordpress.org/projects/wp-plugins/cforms2/dev/de/default
The right place to put the cforms2-de_CH.mo is wp-content/languages/plugins folder. It will survive on updating cforms.