Juergen Schulze
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Error messages 3.5Thanks for your quick answer and help. I got to test it. But at first glance it seams to work.
I cam calling it because I am building my own short code (“search_form”) on the 404 page.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Error messages 3.5I am working by your hint
https://www.relevanssi.com/knowledge-base/adding-search-form-shortcode/
$url_segmente_array=getPathSegments($_SERVER['REQUEST_URI']); $query->query_vars['s'] = implode(" ", $url_segmente_array); $query->query_vars['posts_per_page'] = 8; $query->query_vars['post_type'] = 'product'; $result_array=relevanssi_do_query($query);
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Still error on updateHello,
you can close this.This error was caused by an improper php.ini setting on my development machine.
it was session.gc_probability=1 where it should be session.gc_probability=0
read more: https://stackoverflow.com/questions/2904862/issues-with-php-5-3-and-sessions-folder
Forum: Plugins
In reply to: [WooCommerce] Attributes and Variations ProblemSame here.
Switch back to 3.0.4 and wait for the fix.Forum: Plugins
In reply to: [WooCommerce] Variable productSame problem here.
I had to roll back to 3.0.4 to make if work again.Forum: Plugins
In reply to: [WooCommerce] Missing Custom product attribute, Woocommerce 3.0.5same here
go back to 3.0.4 and wait for the fixForum: Plugins
In reply to: [WooCommerce] Allt format in variations dissappearedFTP: rename woocommerce folder to woocommerce_bug (or whatever) then unzip 3.0.4 and transfer
Forum: Plugins
In reply to: [WooCommerce] Updated to Version 3.0.5Same with me.
I switched back to 3.0.4 to get them back.Forum: Plugins
In reply to: [WooCommerce] Allt format in variations dissappearedFYI: I switched back to 3.0.4 where the error does not appear.
You should search for the bug.Forum: Plugins
In reply to: [WooCommerce] woocommerce_order_status_changed not working at allSame problem over here.
Any news on that?Same problem with me.
Please correct this ASAP.
I don’t need the pro features.Forum: Fixing WordPress
In reply to: German Blog creates invalid RSS feed (date format problem)Thanks for the link.
I reported it to the trac system.
Forum: Fixing WordPress
In reply to: Critical PHPMailer FlawGood news.
For those of you interested. I finally found half(!) the answer because unsubsciption does not work right now.
Link: https://www.thenewsletterplugin.com/plugins/newsletter/newsletter-forms
Says to replacehttps://www.domain.tld/wp-content/plugins/newsletter/do/subscribe.php
with
Why couldn’t they just write it in the log file? Why do I had to find this out the hard way?
No, does not work.
Don’t you have a code with
wp_enqueue_script(‘something’)
J