karpok
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] NOAUTH Authentication requiredIt’s ok, I will continue without password. I don’t have much technical knowledge regarding server management.
Thank you for your valuable time.
Forum: Plugins
In reply to: [Redis Object Cache] NOAUTH Authentication requiredYes, 100%. I connected to redis using the same password via SSH.
Forum: Plugins
In reply to: [Redis Object Cache] NOAUTH Authentication requiredI checked by removing redis password from server. Its working fine. Not working only with the password.
Forum: Plugins
In reply to: [Redis Object Cache] NOAUTH Authentication requiredFatal error: Uncaught Exception: NOAUTH Authentication required.
in /home/XXX/public_html/wp-content/themes/XX/XXX.php on line 10Call stack:
Redis::ping()
Forum: Plugins
In reply to: [Redis Object Cache] NOAUTH Authentication requiredyes, by providing password, am able to connect.
Forum: Plugins
In reply to: [Redis Object Cache] NOAUTH Authentication requiredI restarted server twice. But unfortunately, no luck. Still same issue.
Thank you.
Forum: Plugins
In reply to: [Redis Object Cache] NOAUTH Authentication requiredI declared at top of the config file (even before wordpress comments section).
I created custom tables for my theme and the tables are exist along with the fields called in the code.
Custom taxonomy store was created and working fine.
add_filter('terms_clauses', 'terms_clauses_47840519', 10, 3); function terms_clauses_47840519($clauses, $taxonomies, $args) { global $wpdb; if ($args['taxonomy'][0] =='store') { $clauses['fields'] .= ", sf.sid, sf.cid, sf.country_id, sf.priority, sf.domain_name, sf.store_logo, sf.store_alt_names"; $clauses['join'] .= " LEFT JOIN {$wpdb->prefix}sk_store_fields AS sf ON tt.term_id = sf.term_id"; } return $clauses; }
In template ‘taxonomy-store.php’, I tried to get the current taxonomy information by calling:
$term = get_queried_object();
But it is not displaying data from custom table. Thank you.
global $wpdb; is in the code, but mistake in copy paste.
Even without any additional plugin, I have the same issue.
The same code successfully working in in old versions of wordpress. Problem getting only in latest version wordpress 6.0.
Thank you.
Forum: Plugins
In reply to: [Yoast SEO] How to rename sitemap slugs?ok, thank you.
Forum: Plugins
In reply to: [WP Super Cache] Disabling Footer CommentThanks a lot for the quick response and the solution. Your plugin helping a lot to millions of people to server better and fast. Thanks again.
Forum: Plugins
In reply to: [Category Import Reloaded] Wrong parent selected with some charactersIn the example, With ampersand in name string, how multiple categories can be fixed?
category & 1 / category & 2 / category & 3a category & 1 / category & 2 / category & 3b category & 1 / category & 2 / category & 3c category & 1 / category & 2 / category & 3d
Forum: Themes and Templates
In reply to: [Magazine Plus] Custom field value as Featured imageAm not locally saving any images. So that, am saving image url in a custom field. Custom field key is image.
I myself created custom field, not using any plugin.
And one more, MP: News Slider not displaying any posts at my front page. I selected static page as front page and added widgets. Pls have a look at my site front page: https://promocodes.ws/
Thank you.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Featch first image from postits ok, thank you. will try.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Featch first image from postpost first image or post custom field value