ejwjohn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress generated htaccess locks me out of wp-adminok,
One thing i have just noticed, is that if i use the following format to access the wp admin page it works …website name.com/subdirectory/wp-admin/
but if i leave off the trailing / after wp-admin it fails !!!!!
John
Forum: Fixing WordPress
In reply to: WordPress generated htaccess locks me out of wp-adminHello,
No plugins added just basic WP installation.
John
Forum: Fixing WordPress
In reply to: WordPress generated htaccess locks me out of wp-adminHello,
There is no other htaccess file and the file permissions on the wp-admin are 757
John
Forum: Fixing WordPress
In reply to: WordPress generated htaccess locks me out of wp-adminHello,
Here it is :-
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /xyz123/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /xyz123/index.php [L]
</IfModule># END WordPress
Please be advised the ref to xyz123 is the WP Directory for this test site.
thx
John
Forum: Plugins
In reply to: [W3 Total Cache] Compatibility check with wordpress 4.7Hello,
I made contact with them to ask if they intended to fix the issue of incompatibility with 4.7 and they responded by saying that lots off people are using 4.7 with the plugin with no issues at all. Although i am not a paying customer of the developers i do expect a little bit more professionalism from them, they could offer some evidence as to why they do not believe their Plugin is broken… even though the WP forum moderators are clearly indicating that the current version is incompatible with 4.7.
Personally i think this sort of behaviour from a developer does nothing to enhance the WP community, they must be under the impression that we all love their product so much we will not find an alternative that works reliably…..
Are the developers of W3 Total Cache going to fix this issue ?
John
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts, not related?Ajay,
Thank you for your response, and the time taken to review my comments.
John
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts, not related?Hello,
Apologise for the delay in getting back to you on this.
Ok I have updated the engine on the wp_posts table which seemed to work without any issues, and i have carried out some checks on the web site performance including the use of GTmetrix and there does not seem to be any adverse effects of introducing “mixed” SQL engines into the same database. but i am not sure how and where any impact would be seen?
I have carried out a number of basic checks using your Setting page to alter the parameters and i cannot seem to get much change between the old Database engine and the new version????
I also not that the most significant positive difference is when i use the parameter that are introduced by the CRP Taxonomy plugin mainly Select by Category and Tag, which would appear to override any intelligent matching of text within the respective posts. but i may be totally off message with my analyse at this point.
Do you offer any guidelines in respect of Content messaging that your algorithms are looking for in terms of making relevant matches please?
Please note that i have Title and text selected and i am only looking at the 1st 500 word in a post, if that makes sense ???
Again, thanks for your assistance. the plugin is still the closest to what i am looking for, so thanks for all the work and the continued help.
John
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts, not related?Hello,
Just realised my mistake with regard to why i could not get the Commend to work to change the mysql engine.
The command works with a Table not as i was trying to do with the whole database…..
I have since learnt that having a mixed sql engine situation within a database is not recommended, so unless there is an extremely important reason to change to MYISAM, i will not implement that option at this time.
thank you
John
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts, not related?Hello,
Thank You for your response.
I implemented the additional Plugin and it seems to have made a positive difference, but i am not sure how effective it really is as is seems to be based on a very ” binary” logic/// OK it is better than what it was, but i am not sure if it suits my implementation…i will continue to monitor this in the next week or two.
One question can i ask why this additional functionality is an additional plugin and not a feature upgrade to the original Plugin.
The other option of changing the mysql engine i have not been able to do as i cannot seem to get the SQL command to work and i have an outstanding question with my Hosting Company on this one.
Thanks
John
Forum: Plugins
In reply to: [Contextual Related Posts] Related posts, not related?Hello,
I have the same issue on my site. I have tired other plugins but this one seems to do basically what i want, however the “Non Related Posts issue” is now becoming a problem.
I have done the a) & b) above, but as i do not fully understand what c) is supposed to do coudl you offer some explanation please?
Thank You
John
OK, Thanks, my next option is to raise the same issue on the W3 Support Forum.
and see where that leads me…???
John
OK, I tried your suggestion and it appears the ability to create comments now with captcha working seems to be OK again.
so is this down to the W3 plugin? or is this a general issue associated with having cacheing on the web site?
John
Hello,
Before i proceed, can you verify how i delete the plugin cache please?
Thx
John
Hmmm, never thought of that.
I am using W3 Total Cache.
John