Iamdez
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Version 2.2.5 major issueYup, fixed for me.
Forum: Plugins
In reply to: [WooCommerce] Strange "trunk" directory in 2.2.5 sourceI see the same thing and the plugin won’t activate for me on 2.2.5
Reverted to 2.2.4
Forum: Plugins
In reply to: [WooCommerce] Version 2.2.5 major issueSame here. Reverted to 2.2.4
There was a new
/trunk/
directory at the top level ofthe plugin. Can’t activate after upgrading.Forum: Plugins
In reply to: [WooCommerce] Revert back to previous versionlooks like the they borked something.
I use SVN on my sites (and dev sites to test upgrades). Noticed the addition of a
/plugins/woocommerce/trunk
directory, the plugin wouldn’t reactivate on the dev clone after installation. 2.2.5 is borked for me. Not upgrading yet.Forum: Plugins
In reply to: [WooCommerce] Revert back to previous versionlooks like the they borked something.
I use SVN on my sites (and dev sites to test upgrades). Noticed the addition of a
/plugins/woocommerce/trunk
directory, the plugin wouldn’t reactivate on the dev clone after installation. 2.2.5 is borked for me. Not upgrading yet.I’m also experiencing these. Here’s the diff:
Index: post-expirator.php =================================================================== --- post-expirator.php (revision 316) +++ post-expirator.php (working copy) @@ -1264,17 +1264,17 @@ $this->disabled = 'disabled="disabled"'; } - function start_lvl(&$output, $depth, $args) { + function start_lvl(&$output, $depth = 0 , $args = Array() ) { $indent = str_repeat("\t", $depth); $output .= "$indent<ul class='children'>\n"; } - function end_lvl(&$output, $depth, $args) { + function end_lvl(&$output, $depth = 0, $args = Array() ) { $indent = str_repeat("\t", $depth); $output .= "$indent</ul>\n"; } - function start_el(&$output, $category, $depth, $args) { + function start_el(&$output, $category, $depth = 0, $args = Array(), $current_object_id = 0 ) { extract($args); if ( empty($taxonomy) ) $taxonomy = 'category'; @@ -1285,7 +1285,7 @@ $output .= "\n<li id='expirator-{$taxonomy}-{$category->term_id}'$class>" . '<label class="selectit"><input value="' . $category->term_id . '" type="checkbox" name="'.$name.'[]" id="expirator-in-'.$taxonomy.'-' . $category->term_id . '"' . checked( in_array( $category->term_id, $selected_cats ), true, false ) . disabled( empty( $args['disabled'] ), false, false ) . ' '.$this->disabled.'/> ' . esc_html( apply_filters('the_category', $category->name )) . '</label>'; } - function end_el(&$output, $category, $depth, $args) { + function end_el(&$output, $category, $depth = 0, $args = Array() ) { $output .= "</li>\n"; } }
Thanks for letting me know. I’ll change it back to save the poor server.
Thanks… another nail in the coffin to get them off of this host.
Done.
I’m seing results. I’m seeing the first 100.
The problem is that the top of the results says
Returned entries 1 to 0 of 0 entries in the database
I also can’t page through them as only the first 100 are displayed and no pagination is there.
Also, dude… having that option on your plugin makes me <3 you sooooo much.
—
Dez
Software Quality Assurance (as my day job)SELECT
submit_time` AS ‘Submitted’,
max(if(field_name
=’free-food-entry’,field_value
, null )) AS ‘free-food-entry’,
max(if(field_name
=’catering-entry’,field_value
, null )) AS ‘catering-entry’,
max(if(field_name
=’first-name’,field_value
, null )) AS ‘first-name’,
max(if(field_name
=’last-name’,field_value
, null )) AS ‘last-name’,
max(if(field_name
=’street-address’,field_value
, null )) AS ‘street-address’,
max(if(field_name
=’city’,field_value
, null )) AS ‘city’,
max(if(field_name
=’state’,field_value
, null )) AS ‘state’,
max(if(field_name
=’zip’,field_value
, null )) AS ‘zip’,
max(if(field_name
=’your-email’,field_value
, null )) AS ‘your-email’,
max(if(field_name
=’phone’,field_value
, null )) AS ‘phone’,
max(if(field_name
=’eighteen-years-old’,field_value
, null )) AS ‘eighteen-years-old’,
max(if(field_name
=’agree-to-rules’,field_value
, null )) AS ‘agree-to-rules’,
max(if(field_name
=’text-message’,field_value
, null )) AS ‘text-message’,
max(if(field_name
=’email-promotions’,field_value
, null )) AS ’email-promotions’,
max(if(field_name
=’coupon-mailers’,field_value
, null )) AS ‘coupon-mailers’,
max(if(field_name
=’Submitted From’,field_value
, null )) AS ‘Submitted From’,
GROUP_CONCAT(if(file
is null or length(file
) = 0, null,field_name
)) AS ‘fields_with_file’
FROMwp_cf7dbplugin_submits
WHEREform_name
= ‘Dinos Free Food For A Year Signup’
GROUP BYsubmit_time
ORDER BYsubmit_time
DESC
LIMIT 0,100`Dinos Free Food For A Year Signup
(taken directly from contact form 7 setup screenConfirmed. Thanks for the quick update.
@lujeffcoat what’s the error you’re getting?