AdventureRidingNZ
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] Support for WordPress above 4.3.3?I’m using it with WordPress 4.5 and it seems to be working ok.
DBCHARSET should be
define(‘DB_CHARSET’, ‘utf8’);
Forum: Fixing WordPress
In reply to: Page not found error after upgrading to 4.5Try resaving your permalink settings. I’ve had the same error before and that fixed it.
Forum: Plugins
In reply to: [Limit Login Attempts] Limit Login Attempts generating PHP errorsHere’s another one
[02-Apr-2016 07:12:52 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /home/adventu1/public_html/wp-content/plugins/limit-login-attempts/limit-login-attempts.php:572) in /home/adventu1/public_html/wp-includes/pluggable.php on line 1228
Forum: Plugins
In reply to: [WP GPX Maps] But Gpx Is not downloaded as?You need to update your themes functions.php file to recognise and allow download of the gps file format.
Add this to the functions.php file for your theme.
add_filter('upload_mimes','demo'); function demo($mimes) { $mimes = array( 'gpx' => 'application/gpx+xml', ); return $mimes; }
Forum: Plugins
In reply to: [bbPress Forum Redirect] Broken for WP 4.2.2Just installed and tested it and unfortunately it doesn’t seem to be working.
In Chrome after a long wait I’m getting
“The page isn’t redirecting properlyFirefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept cookies.”
In I.E 9 I gave up waiting.
WordPress, BBPress etc all the latest versions.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Error on authorize fbDid you read the documentation at the link?
Thanks very much. Any idea when V4 is due?
Eddie
Obviously I can control this if new topics are created in the backend but not for topics created by users in the front end.
Forum: Plugins
In reply to: [Hyper Cache] buddypress problem – 404 errors for profile pagesI have just experienced the same problem, it also affected the ability to create buddypress groups.
As soon as I disabled Hyper Cache user profile pages and group creation worked again.
Answered my own question, yes it does.
Thanks for the reply. I’ve had it installed and running for a while and it just stopped working.
I resaved the template settings and that fixed things, thanks very much.
Eddie
Adventure Riding NZForum: Plugins
In reply to: [bbPress Forum Redirect] Broken for WP 4.2.2Please please please? ??
Forum: Plugins
In reply to: [bbPress Forum Redirect] Broken for WP 4.2.2Ah, I see it working for Forums but not topics. Is it supposed to work for topics?
I suspect it might have been a mis understanding on my part as to what it’s supposed to function for, however if it was supposed to work for topics that would be seriously cool.
Forum: Plugins
In reply to: [bbPress Forum Redirect] Broken for WP 4.2.2I’ll install it again and try it out but last time I had it installed the field to enter the redirect URL never appeared.