brianism
Forum Replies Created
-
Yes, I got it to work on another site with 3.7.1, but on aircpce.org it didn’t work on 3.7.1, and now that I’ve changed to 3.8 and reinstalled, it is still invisible. https://aircpce.org/wp-content/uploads/2013/12/ajax-wp-query-search-filter-invisible.png
What if you’re not using a caching plugin? My site didn’t show a menu with the plugin enabled, so I deactivated and deleted it. Now it’s still messed up.
Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for me3.1.8.2 didn’t work on any of 6 sites hosted on the same server. I started a new one from a fresh WP install and kept the 2012 theme and 3.1.8.2 worked. But I think that was after I started adding the code above to wp-config, so maybe once the session thing was cleared up, it wouldn’t appear on any of my sites until something triggered it again?
Is it possible that code on one of my other sites or another site on my shared server messes it up for all the sites?
The themes I’m using are:
Zend
Sonar
Zee synergie
Brunelleschi (2 sites)
Zend
2012Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for meWhat I meant was that I thought there should be a ; at the end, but I guess it doesn’t matter. I put the code snippet at the end of my wp-config.php like this:
if( !isset( $_SESSION ) ) { // start a PHP session, but only if one is not already started
session_start();
};I’m not a php expert. I was just going on my belief that all php statements are supposed to end with a ; I just tried it without and it seems OK. Sorry to confuse.
Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for mePost above looks bitchy now. Not intended! The addition to wp-config.php was great. Make sure there is a semicolon after the last curly brace, and it works like a charm. Wish I could tell which plugin it is, and which of the plugin files to search. Perhaps I’ll get that figured out someday. One that I tend to use across all sites is Custom Sidebars. I’ll let y’all know if I find it.
Thanks, Mike!
– Brian
Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for meHi Mike,
I’m a long-time user of the plugin and a contributor, but this begs the question of why 3.1.8.2 is vulnerable to this bad coding practice of others, when previous versions were not. I feel like I have to go on an Easter egg hunt to find this problem which occurs in different themes and different combinations of plugins on my customers’ sites. A couple hours’ work so far does not corroborate any of the Case Studies yet.
But it is great that you found the root of the problem, thanks.
– Brian
Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for meUnfortunately it didn’t. I switched back to the previous version for my dog and pony show for the client tomorrow.
Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for meI put in a ticket with my hose and they have gotten the session start error to stop. The CAPTCHA error is still there though. “That CAPTCHA was incorrect. Try again.”
There is now no debug code at the bottom of the page, just on the top:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /hsphere/local/home/c183717/brianleetest.com/wp-includes/functions.php on line 2959 Notice: Undefined variable: config in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/functions.php on line 435 Notice: Undefined variable: data in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/header.php on line 19 Notice: Undefined index: defaults in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/custom-sidebars/customsidebars.php on line 506 Notice: Undefined variable: sb in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/custom-sidebars/customsidebars.php on line 98 Notice: Undefined index: bg_type in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/admin/functions/functions.php on line 131I will need to turn off debug soon to show the client some things.
Thanks for your help.
– BrianForum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for meThanks Mike, I’m learning things from you!
Forum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for meHi Mike,
I don’t know php error codes very well. I am leaving debugging on for a bit while I have lunch. Would you like to take a look at it?
brianleetest.com/contact/
In case you don’t get to see it for yourself, here’s what happens when the page loads:
At the top of the page:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /hsphere/local/home/c183717/brianleetest.com/wp-includes/functions.php on line 2959 Warning: session_start(): open(pass/sess_5q03g6mshbj6k6fo4kknkl67t6, O_RDWR) failed: No such file or directory (2) in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/si-contact-form/si-contact-form.php on line 1997 Notice: Undefined variable: config in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/functions.php on line 435 Notice: Undefined variable: data in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/header.php on line 19 Notice: Undefined index: defaults in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/custom-sidebars/customsidebars.php on line 506 Notice: Undefined variable: sb in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/custom-sidebars/customsidebars.php on line 98 Notice: Undefined index: bg_type in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/admin/functions/functions.php on line 131At the bottom of the page:
Warning: Unknown: open(pass/sess_5q03g6mshbj6k6fo4kknkl67t6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (pass) in Unknown on line 0And here’s what happens when I fill in the fields and hit Submit:
At the top of the page:
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or init hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /hsphere/local/home/c183717/brianleetest.com/wp-includes/functions.php on line 2959 Warning: session_start(): open(pass/sess_5q03g6mshbj6k6fo4kknkl67t6, O_RDWR) failed: No such file or directory (2) in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/si-contact-form/si-contact-form.php on line 1997 Notice: Undefined index: fsc_shortcode_email_to_1 in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/si-contact-form/si-contact-form-process.php on line 182 Notice: Undefined variable: config in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/functions.php on line 435 Notice: Undefined variable: data in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/header.php on line 19 Notice: Undefined index: defaults in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/custom-sidebars/customsidebars.php on line 506 Notice: Undefined variable: sb in /hsphere/local/home/c183717/brianleetest.com/wp-content/plugins/custom-sidebars/customsidebars.php on line 98 Notice: Undefined index: bg_type in /hsphere/local/home/c183717/brianleetest.com/wp-content/themes/zend/admin/functions/functions.php on line 131At the bottom of the page:
Warning: Unknown: open(pass/sess_5q03g6mshbj6k6fo4kknkl67t6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (pass) in Unknown on line 0Thanks,
BrianForum: Plugins
In reply to: [Fast Secure Contact Form] 3.1.8.2 Captcha doesn't work for meYes, I should have included the URL.
So, I upgraded back to the 3.1.8.2. Here are the results.
This is a single site install. https://brianleetest.com/contact/
The URL of the CAPTCHA is:
https://brianleetest.com/wp-content/plugins/si-contact-form/captcha/securimage_show.php?ctf_form_num=1
I’m using the Zend theme. I changed back to 2012 and the behavior and URLs are the same with both themes.This error message appears: “That CAPTCHA was incorrect. Try again.”
Thanks,
BrianForum: Plugins
In reply to: [Fast Secure Contact Form] Form won't submit properly in Safari/ChromeLooks like it’s a mail server problem, not a FSCF problem. I contacted my hosting provider and they are having issues.
Forum: Plugins
In reply to: [Fast Secure Contact Form] Form won't submit properly in Safari/ChromeI am having a similar problem. Mail is sent using Firefox, Opera, and Safari, but none is being sent with IE or Chrome.
https://vocalability.com/brian-lee-voice-teacher-contact/
Most of my new business is from the web, so this is a problem!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Form labels in 3.1.6.3Yes it did. Thank you very much!
Forum: Plugins
In reply to: [SlimStat Analytics] 2.8.4 non tracking , no javascript detected.Hi, same problem here. I look forward to the fix. Thanks!