Forum Replies Created
-
Ok – I’ve solved it. I had installed BuddyPress Members Only Plugin when trying to solve a problem that I’ve now solved with S2Member. As I hadn’t deactivated it at blocked my whole site. I’m glad I’ve worked it out and hope this post helps others if they ever encounter the same problem.
Update: actually ALL pages are blocked unless logged in. I have no idea what is going on so I will keep looking – please let me know if you have any ideas.
Yes thanks Paul. I did this all originally. I think the issue has come about from installing plugins. I have done a few things since then, but I don’t think this should be the issue. I’d love to be able to completely delete & reinstall BuddyPress, but I did try this, including deleting all the items from the database, and nothing happened so I’m hoping another fix can come about.
Here is a link to the error log although not sure if you’ll be able to open it.
Yep – have done this -‘ define ( ‘BP_ROOT_BLOG’, 3 )’ I did this almost straight away. Should I still need to reassign this?
My Error Log Paste is too big for paste bin!! If you need it I’ll set up a dropbox link.
Thanks for the edit Paul – I’m certainly learning a lot!
Pastebin isn’t working. I’ve uploaded my error log but now can’t access it to plug in here. Will try again later.
.htaccess
‘# BEGIN s2Member GZIP exclusions
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} (^|?|&)s2member_file_download=.+
RewriteRule .* – [E=no-gzip:1]# END s2Member GZIP exclusions
###DirectoryIndex index.php index.htm
###IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
#Redirect /index.htm http://lifestyleelements.com.au/wordpress/
#php_value post_max_size 60M
#php_value upload_max_filesize 60M
##php_value memory_limit 256M
##php_value session.save_path /hsphere/local/home/lifestyl/lifestyleelements.com.au/session#
#order deny,allow
##deny from all
#allow from all
##
#order deny,allow
#deny from all
##AuthName lifestyleelements.com.au
#AuthUserFile /hsphere/local/home/lifestyl/lifestyleelements.com.au/_vti_pvt/service.pwd
#AuthGroupFile /hsphere/local/home/lifestyl/lifestyleelements.com.au/_vti_pvt/service.grp#
#php_value register_globals on
#######################################
#RewriteEngine On
#RewriteBase /
#RewriteRule ^index.php$ – [L]# uploaded files
#RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]#RewriteCond %{REQUEST_FILENAME} -f [OR]
#RewriteCond %{REQUEST_FILENAME} -d
#RewriteRule ^ – [L]
#RewriteRule . index.php [L]RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*.php)$ $2 [L]
RewriteRule . index.php [L]’Thanks Shane!! Edited. Now I will chase up the other two.
Let me know if you want my error log as it is quite long.
I don’t appear to have a .htaccss file however. I’m searching for it and it is saying it is in my top folder but then when I go to look for it I can’t see it. I’m sure there is a trick but I don’t know it!
My wp-config.php file :
define (‘WPLANG’, ”);
define(‘WP_ALLOW_MULTISITE’, true);
define(‘MULTISITE’, true);
define(‘SUBDOMAIN_INSTALL’, true);
$base = ‘/’;
define( ‘DOMAIN_CURRENT_SITE’, ‘lifestyleelements.com.au’ );
define( ‘PATH_CURRENT_SITE’, ‘/’ );
define( ‘SITE_ID_CURRENT_SITE’, 1 );
define( ‘BLOG_ID_CURRENT_SITE’, 1 );
define( BP_ENABLE_USERNAME_COMPATIBILITY_MODE, true );Thanks Paul! Very strange.
Hi Paul,
I have just removed the privacy settings so hopefully you can see the site.
I did solve the Profile URL issue but now the Activity link is diverting to the home page!! I have tried to fix today but with no luck.
Link again is http://www.lecabinet.lifestyleelements.com.au
If you have any ideas on this it would be great! If I have to start a new thread I will do.
SOLVED!!!!
All I needed to do was add the following into the wp-config.php file:
‘define (BP_ENABLE_USERNAME_COMPATIBILITY_MODE, true );’
Thank you to this thread for help – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/profile-urls-dont-work-properly/
I really hope this helps some other people. All seems to be working for me now.
You can find more information here – https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
FYI – This doesn’t work either – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/member-links-go-to-home-page/
FYi – This doesn’t work for me and I have already gone and changed all the usernames and nicknames to eliminate spaces and unusual characters – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/every-page-i-click-on-in-navigation-bar-except-blog-keeps-me-at-home-page/
PS I only installed Buddypress the first time the other day – 2 days ago – so I would have thought it was the latest version.
Thanks Hopefully you can access these pages – I’ve have changed my privacy settings for now.
Here is the main page – http://lecabinet.lifestyleelements.com.au
I can access the membership page – http://lecabinet.lifestyleelements.com.au/members/
Then when I go to click on the member names to go to their profiles it just diverts to the home page. Use the usernames Abbie or Tim as the other two shouldn’t really have access to this site.
I’ve just done a test page and put it under the menu and it is working no problems. http://lecabinet.lifestyleelements.com.au/le-staff/test-page/
Thanks!
Thanks Roger! Glad to hear the URLs are correct!
I will keep up the searching and see if something can help.
The permalink structure I have chosen is day & name – 2012/07/20/sample-post/ – but it doesn’t seem to matter what I choose – it doesn’t make a difference.
I am using (from what I can see) Apache 2.2.22 – I’m hosted on Hostgator Linux CentOS
Are you referring to if I have made any changes myself to the .htaccess files? If so then no I haven’t made any but if I need to go and look at it, let me know.
I will continue the search and greatly appreciate any help anyone can give me!
Abbie