xberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Redis] Cannot AUTHHi,
Have you fixed the AUTH problem? I am interested in also setting up AUTH on my Redis config but would like to check before that it works.Forum: Plugins
In reply to: [Social Deals Engine] Error in the code: Illegal String offset 'src'Actually I was able to fix this error by commenting OUT the condition in the same file on line 2706:
// check if the business title is set
if( !empty( $businesstitle ) ) {I am not sure why you had commented this.
Hi again,
I solved the problem by:
– saving my wordfence settings
– deleting wordfence
– with wordfence assistant delete all wf data
– reinstall wordfence
– import settingsNext time I have this problem I will try before doing this to clear my cache (Zencache / Comet cache) as I suspect this might be a cache problem.
Hi,
Thanks for this support ticket. I am getting exactly the same error after the last automatic upgrade of Wordfence to 6.1.2:
Duplicate column name ‘permanent’.
This is triggered in every page.Sure! Will do this right now. Thanks!
Hi,
It’s indeed a child of post. It has 46,000 URLS and all in one block. I tried refreshing / recreating the sitemap and still the same.
So for some reason the split function is not working…
I have split post and the limit set at 10K.Read the documentation before complaining. This is covered in the very first par of the FAQ.
Completely undeserved reveiw.Thanks. Yes: I had the cache enabled. It did not cross my mind that this would have an impact. All good now, you can close this ticket.
Great work on the plugin: I love it!I got it to work.
I simply had to type in my browser myurl/photo_details.xml to make it work.I tried changing my hook in functions.php and also adding the line you have in your demo code, but neither of these has any impact:
add_action('bwp_gxs_modules_built', 'bwp_gxs_add_modules'); function bwp_gxs_add_modules() { global $bwp_gxs; $bwp_gxs->add_module('post', 'post_photo_details'); $bwp_gxs->add_module('post', 'most popular'); }Hi Lucy,
Thanks for the answer. I had a developer look into this and fix things. It was a CSS conflict. Thanks you may close this.This is normal as Google sees that you are logging in from a different IP. I recommend changing your uncalled-for rating on this plugin.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Critical 500 internal server errorFantastic! It works!
Thank you for the super fast support and my apologies for polluting this thread. I completely missed any warning message you would have sent when I did my upgrade 🙂
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Critical 500 internal server errorHi
I am getting exactly the same problem. My real management page generates a 500 error.
Looking at my error log, this is the exact error:PHP Fatal error: Call to undefined method stcr\\stcr_subscribe_reloaded::subscribe_reloaded_manage()I had the line you explained in your documentation to add:
/* Template Name: Subscribe To Comments */ if (isset($wp_subscribe_reloaded)){ global $posts; $posts = $wp_subscribe_reloaded->subscribe_reloaded_manage(); }Good luck and keep us posted!
Thank you Andrew.