Forum Replies Created
-
I am wondering if there is anyone else running BP1.6.1 as a secondary site that is getting this problem. I need to know if this something I am doing or if its server related or if its a bug.
I finally got the navigation links to work: i added this code to the wp-config file.
‘define ( ‘BP_ENABLE_MULTIBLOG’, true );’I had and still have this line:
define ( ‘BP_ROOT_BLOG’, 3 );
which appears to have stopped working since upgrading from BP1.28 WP 3.14 to BP1.2.9 WP 3.21This is a multi site sub directory install with only three sites, the primary site is not using Buddypress, just a secondary site uses it and this is the one that is giving the problems. The third site is active but not being used and is not using BuddyPress.
My .htaccess file follows, (some differences but I don’t know if these are significant).# BEGIN WordPress
RewriteEngine On
RewriteBase /now/
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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]# END WordPress
I have:
# BEGIN WordPress
RewriteEngine On
RewriteBase /now/
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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]# END WordPress
Presume that means its on?
I do not understand why i am not getting any responses to my posts. I had a site that was working and now after auto upgrading i am getting page not found errors on all the non static pages of the Buddypress site. Surly there is some one who can deduce something about this and make some suggestion as to what may have happened and what I should be looking at or trying, even if its ‘you have to start over again’. My own sense is that in calling on the pages to be rendered there must be some failing in reading the databases but I’ve no idea if that can be tested for or corrected.
I have just tried to edit my post and am getting a page not found error after clicking the ‘edit topic’ here too! I just wanted to correct my last sentence as people have offered help but so far no suggestions have led to a change in the situation.
Yes, i upgrade WP first using auto update when I saw there was an update available in the dashboard. With the WP site, all went well. My BuddyPress site seemed fine until i clicked on the members link and I got the page not found message. i then saw in the dashboard that 1.29 was available for BP (it was not offered before this point). Thinking this would sort the problem with the members page i ran the auto update for 1.29. After that all the main links gave the same message. The message does not say 404 on it, it just has two lines:
‘Page Not Found’ and ‘The page you are looking for cannot be found’. thats all.
The permalink structure is set to ‘Numeric’.I don’t remember ever having set them other than in the beginning when i had to select a new format for them. i’ve just been to the permalinks tab in the dashboard and re saved the setting and it says permalink structure updated, but theres no change. Is there somewhere else I should check? I have also looked in the error log and from the the day i did the upgrade (automatic) there is this line:
‘[05-Jul-2011 10:34:43] PHP Fatal error: Call to undefined method wpdb::WPDB() in /home/sannyasn/public_html/now/wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php on line 144’, repeated 7 times. I looked at line 144 but it does mean much to me.I really need some help with this, does any one have a clue as to what might be happening. I’m using the BP columns theme, I thought that might be the problem, so i tried using the BP default theme 1.29 but it makes no difference, all the main menu heading still give page not found. I logged into my database everything appears to be in order there. What to do?
Thanks, thats just information I needed.
I presume the Topic Tags are stored in one of the database tables. Does anyone know if this is so and is it possible to delete them from there, without affecting the integrity of anything else?
Yes, it would be a very useful option to be able to choose the the order of posts.
Thank you, I thought i’d looked everywhere!
When i go to sites in network admin the sites are listed but the headings for information, are ‘Path’, ‘Last Updated’, ‘Registered’ and ‘Users’ Under ‘Excerpt View’ the names of the site are listed under ‘Path’ as well. Are the names the Id or is it something else?