stever777
Forum Replies Created
-
Forum: Plugins
In reply to: [Publitio] Will this plugin be updated to work with WordPress 5.0?Awaiting the Blocks-compatible version of the plugin with bated breath!
Forum: Plugins
In reply to: [Publitio] Will this plugin be updated to work with WordPress 5.0?Awaiting new version of the plugin with bated breath ??
Hi, @netstu . I’ve been looking but haven’t found a way to get around this. It’s causing no small number of headaches, but Contact Forms 7, the other forms module I’ve used, sometimes hangs forever under a mysterious set of circumstances, as well. At the moment, it isn’t at all clear how to proceed ??
SORRY. CORRECTION:
Do NOT upload files in steps 4 and 5. Simply press SUBMIT.
Hi,
Here’s what I did:
1) create a blank form using the blank template
2) add a single field, an optional file upload field
3) add a Submit button
4) go to that form on a desktop browser, upload a file, everything works
5) go to that form on an iPhone, upload a file, it spins foreverAfter doing it on the desktop, there is no debug log file.
After doing it on the iPhone, the debug.log file has a single line:
[23-Apr-2018 13:55:28 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /…/wp-content/plugins/caldera-forms/ui/edit.php on line 839It appears that whatever the Countable method is, iPhones don’t support it.
– Stever
Forum: Plugins
In reply to: [Contact Form 7] Message gets sent but ajax loader keeps spinningSame problem here.
Forum: Plugins
In reply to: [Contact Form 7] Ajax loader keeps spinning (Message gets sent )My Ajax loader keep spinning forever, but the message does NOT get sent. I had to revert to 4.7 to make CF7 usable again.
Forum: Plugins
In reply to: [Contact Form 7] 4.8.1 hangs forever when user clicks “Submit”I re-downloaded CF7 4.8 and installed it and it’s working fine again.
Possible plugins I use that may be conflicting:
Contact Form DB Version 2.10.32
Postman SMTP Version 1.7.2Forum: Plugins
In reply to: [Contact Form 7] Mail not being setIf you have WordPress configured to use its default mail sending routine, it can sometimes cause messages to get sent out, but then quietly dropped as spam. This was my underlying root cause (it may or may not be yours). Installing Postman SMTP and using an authenticated SMTP server solved my problem.
I went ahead and hacked around, disabled all warning messages, was able to successfully link to Dropbox, and then re-enabled the warning messages. Once established, the link seems to be working fine.
YAY! I’m now back up and running. Thank you very much.
I asked my ISP to recompile PHP with ZipArchive and it worked!!! YAY!!! Thank you VERY much!
In trying to reconnect UpdraftPlus to my DropBox, to upload the backups, the authentication has failed with the following error messages displaying on the admin screen:
Warning: openssl_encrypt() [function.openssl-encrypt]: Using an empty Initialization Vector (iv) is potentially insecure and not recommended in /u/s/stever777/websites/www.steverrobbins.com/docroot/wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Base.php on line 1057
Warning: openssl_encrypt() [function.openssl-encrypt]: Using an empty Initialization Vector (iv) is potentially insecure and not recommended in /u/s/stever777/websites/www.steverrobbins.com/docroot/wp-content/plugins/updraftplus/includes/phpseclib/Crypt/Base.php on line 1057
Since these are happening somewhere within the UpdraftPlus codebase, I’m not sure how to proceed. Is there a fix for this, or is this caused by another non-standard PHP setting that I should highlight for my sysadmin?
Thanks,
Stever
Hi. Sorry for the radio silence. I was traveling.
I have raised the WP_MEMORY_LIMIT to 256M, and my PHP.INI says: memory_limit=256M . Updraft still isn’t working.
It may not be the memory limit after all. Is there any way to dig deeper for the diagnosis?
Hi, David,
I set up PHP with a 256Mb memory limit. Apparently Updraft tried 9 times and then decided nothing was happening. It then at some point did one more try and apparently stopped with no wrap-up. As you can see in the log file here:
https://dl.dropboxusercontent.com/u/106730/MISC/log.d8ef3b5d68f7.txt
It said:
2792.535 (9) The current run is resumption number 9, and there was nothing useful done on the last run (last useful run: 3) - will not schedule a further attempt until we see something useful happening this time
I’m very puzzled.
I tried disabling all other plugins and shifting to the Twenty Fifteen theme and the backup still failed. If other plugins were the problem, wouldn’t that have caught it?
Do you know how to set up PHP with a higher memory limit?
Forum: Plugins
In reply to: [WP Hide Post] Parse Error / Syntax Error on Update – whole site crashedPHP 5.3 here. My ISP says installing PHP 7 could have enough other side effects I should revert to a prior version of the plugin.