Brent Vawter
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7i use Chrome. Just cleared everything with “kilowatt” from my browsing history. Am still seeing the error. Same on my iPhone browser (Safari).
Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7@ov3rfly – okay, I found the WP_DEBUG file and set it to false, but am still seeing the error on my home page. What next?
https://www.kilowattfinancial.com/Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7Also, I’m having a tough time finding the WP_DEBUG file. Where do I go for that?
Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7@Ov3erfly
Thanks for this. So this will just hide the error but not necessarily fix the problem, right Should I be concerned about the error then?Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7Line 250:
if ( $this->registered[$handle]->args === 1 )
Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7@takayuki, here are lines 241-258 of the .php file that’s referenced in the error msg:
} /** * @param string $handle Name of the item. Should be unique. * @param bool $recursion Internal flag that calling function was called recursively. * @param mixed $group Group level. * @return bool Not already in the group or a lower group */ public function set_group( $handle, $recursion, $group = false ) { if ( $this->registered[$handle]->args === 1 ) $grp = 1; else $grp = (int) $this->get_data( $handle, 'group' ); if ( false !== $group && $grp > $group ) $grp = $group; return parent::set_group( $handle, $recursion, $grp );
Forum: Fixing WordPress
In reply to: On home page only: "Notice: Undefined index: contact-form-7 …"I’m still experiencing this problem and haven’t received any word back from the Contact-Form-7 developer other than “switch themes.” That’s not so easy, as this is a custom them that was designed for this company some 4-5 years ago.
Might anyone know how to address this error? Go to https://www.kilowattfinancial.com/ and you’ll see it in the header.
Help needed! This is their live corporate site.
Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7We do.
https://staging.kilowattfinancial.comWe inadvertently updated the plugin on the LIVE site instead of the staging site. Now the live site is the one with the error. The staging site still has the older version of the plugin.
Is there a way to take the live site back to the former version of the plugin?
Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7I’m still needing help with this.
This is a live corporate site that now shows an error in the header – ever since updating this Contact Form 7 plugin.Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7Takayuki, is there something I need to edit on line 250 of some file? If so, please tell me how to access that file and what to do.
Or … can I just go back to the previous version of this plugin that was working?
Forum: Plugins
In reply to: [Contact Form 7] Notice: Undefined index: contact-form-7Takayuki, I can’t switch themes. This is a custom theme, and it’s the live site for a corporate client. Frankly, I’m concerned that changing themes will re-arrange content on pages, change plugins, etc. … and I don’t have the technical expertise to be able to put things back to where they are now.
Surely there’s a solution that doesn’t involve changing themes on a live site. Anyone?
Forum: Fixing WordPress
In reply to: On home page only: "Notice: Undefined index: contact-form-7 …"Thanks, Matthew. I just copied this post to that Contact Form 7 forum per your recommendation.
Forum: Plugins
In reply to: [Contact Form 7] Updated plugin, but now form not showingProblem seems to be resolved now. All I did was go into those 3 form pages and click the Update button on the right. No changes, just Update. I don’t know how that would have fixed this, but it did. (or the timing was coincidental)
Thanks for testing.