njwgh
njwgh
In PHP 8 an unknown named parameter error occurs with file uploads The reason and fix: in zebra-form.php, line 2434 actions array has this value (when uploading a file) `...
There is an error in zebra_form.php in the _validate_dependencies function This line: ` if ($control_properties->attributes['name'] == $proxy && ($control_properties->attributes['type'] == 'radio' || $control_properties->attributes['name'] == 'checkbox')) {` should be ` if...
Getting a php error on the xssclean.php file at lines 285 and 286 "The /e modifier is deprecated, use preg_replace_callback instead " 285: $str = preg_replace('~&#x(0*[0-9a-f]{2,5})~ei', 'chr(hexdec("\\1"))', $str); suggest it...
### What happened? When you hover over a link, the URL shows at the bottom left of the screen. After the recent update to version 6, sometimes the URL doesn't...
I use the option to filter where the checkbox will go in the woocommerce checkout, using this code: ``` add_filter( 'yikes-mailchimp-wooco-integration-checkbox-checkout-fields', '__return_false' ); add_filter( 'yikes_mailchimp_wooco_integration_placement_filter', 'yikes_mailchimp_change_wooco_checkbox_placement', 10, 1 ); function...
This change in Version 1.07 `var formatted = this.display(selection, $rendered);` to `var formatted = Utils.entityDecode(this.display(selection, $rendered));` strips any HTML from the rendered selected item. This stops you from being able...
# Description of the feature I have a lot of transaction reports. Some I have set up as 'over time' but frequently I want to run them for a specific...
I have a file with approx 18,000 lines, max 20 chars in each line I do Ctrl A to select all lines Then Shift Ctrl L to put in multiple...