bradman334
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Redis option not enabledThe good news is that I restarted the server and now I can select Redis. Thanks Marko.
Forum: Plugins
In reply to: [W3 Total Cache] Redis option not enabledHi Marko. I was hoping to avoid a restart. It doesn’t seem right that a WordPress plugin would require a restart for a feature to become enabled. But in the absence of any other solution I can schedule a quiet time to try it.
Tomislav, read my last reply and you will see that I have done all the things you suggest including verifying it with phpinfo() and making a call to Redis from php code.
Forum: Plugins
In reply to: [W3 Total Cache] Redis option not enabledHi Marko,
I haven’t followed them explicitly because the phpredis module was already installed in our apache server. I can confirm it using phpinfo() in a php file in our theme.
I also tried putting the following in the file:
<?php // Connecting to Redis server on localhost $redis = new Redis(); $redis->connect('127.0.0.1', 6379); echo "Connection to Redis server successful<br />"; echo "Server is running: ".$redis->ping(); phpinfo(); ?>
The output is:
Connection to Redis server successful Server is running: 1 phpinfo output...
- This reply was modified 5 years, 4 months ago by bradman334.
- This reply was modified 5 years, 4 months ago by bradman334.
Good news, I deactivated and reactivated the plugin and it’s working now ??
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Using a group with GEO targetingThanks Thomas. I will do that now.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Using a group with GEO targetingPlease note that I have not been able to include a URL because we cannot currently use the AD group on our site until it is working.
We have a staging site that I can provide access too if required.
Forum: Plugins
In reply to: [W3 Total Cache] BUG: JavaScript error on admin pageOur issue is now resolved. It was not the plugin but an unrelated change that caused the error.
Forum: Plugins
In reply to: [Classic Editor] Text Tab Not WorkingWe updated to 1.3 yesterday and now have this same problem.
** Update: restored version 0.5 and the problem persisted. Looks like it was not related to the update but instead an unrelated change. We will try the update again soon.
- This reply was modified 6 years, 2 months ago by bradman334.
Forum: Plugins
In reply to: [W3 Total Cache] BUG: JavaScript error on admin pageI have a site that is also getting this error.
Uncaught ReferenceError: w3tc_beforeupload_unbind is not defined at HTMLInputElement.onclick (plugins.php:1144)
It happens on the Plugins page when I click “Empty the page cache” or “Hide this message”.
We are currently on WP 4.9.9 and W3TC 0.9.7
Forum: Plugins
In reply to: [WP Tiles] 1.0 beta byline template opengraph meta not workingHi Mike,
Thanks for the quick response.
That was actually typo in both cases, I did have a closing %.
Seems I misunderstood what should be used for value. I was trying to use the name of the property as it appears in html. I will have to look around the SEO plugin to see what the custom field name is, hopefully then it will work.
I have had a number of other issues too. Should I just keep raising new topics for each?
One such issue that is a real show stopper for me is that no matter what grid I specify it is always using the Simple grid. For example I tried including:
[wp-tiles ... grid="..."]
and
[wp-tiles ... grids="..."]
but it just continues to use the Simple grid. I can change the Simple grid template and the changes are reflected.
Forum: Plugins
In reply to: [WP Tiles] 1.0 beta "Warning: Invalid argument supplied for foreach()…"Hi Mike,
No problem. After looking at the code I could see it wasn’t going to do anything so just commented it out for now.
Cheers
SteveForum: Plugins
In reply to: Problem associating WordPress account with FacebookHaving done more searching and reading it appears the plugin in not compatible with version 2.0 apps. Marking this as resolved, I will continue using Publicize for now.