Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Contact Form not working

    Quote Originally Posted by lat9 View Post
    Noting that this will need to be performed via phpMyAdmin, since the v156 admin sanitization also applies to the Tools->Install SQL Patches.
    Really? Even with this in admin/includes/init_includes/init_sanitize.php
    Code:
    $group = array('query_string' => array('sanitizerType' => 'NULL_ACTION', 'method' => 'post', 'pages' => array('sqlpatch')));
    
    $sanitizer->addComplexSanitization($group);
    which is expected to perform no sanitization on the query_string that is posted through sqlpatch? The above is from 1.5.6c and as far back as 1.5.6...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #12
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Contact Form not working

    Quote Originally Posted by mc12345678 View Post
    Really? Even with this in admin/includes/init_includes/init_sanitize.php
    Code:
    $group = array('query_string' => array('sanitizerType' => 'NULL_ACTION', 'method' => 'post', 'pages' => array('sqlpatch')));
    
    $sanitizer->addComplexSanitization($group);
    which is expected to perform no sanitization on the query_string that is posted through sqlpatch? The above is from 1.5.6c and as far back as 1.5.6...
    You're correct, @mc12345678. Too many versions! That must have been my remembering the 155 series.

  3. #13
    Join Date
    Jul 2012
    Posts
    16,734
    Plugin Contributions
    17

    Default Re: Contact Form not working

    Quote Originally Posted by lat9 View Post
    You're correct, @mc12345678. Too many versions! That must have been my remembering the 155 series.
    As are you.
    ZC 1.5.5 (from original to latest, meaning beyond 1.5.5f):
    Code:
    $group = array('configuration_value', 'configuration_key', 'search', 'query_string');
    
    $sanitizer->addSanitizationGroup('STRICT_SANITIZE_VALUES', $group);
    Oye. I don't remember that, but I think I had also implemented something locally to "bypass" it or something because of the problems it caused... And I don't think that it was eliminating strict sanitization in it's entirety...

    Sorry, we digress...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v155 contact us form not working
    By highforfive in forum General Questions
    Replies: 5
    Last Post: 8 Sep 2016, 05:42 AM
  2. Contact Form not working
    By fairy in forum General Questions
    Replies: 6
    Last Post: 26 Aug 2010, 06:51 PM
  3. Contact form not working
    By stephenv in forum General Questions
    Replies: 1
    Last Post: 5 Dec 2008, 11:51 PM
  4. Contact Us Form Not Working
    By rlfreshwater in forum General Questions
    Replies: 2
    Last Post: 2 Jun 2008, 05:23 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR