Members, groups and blogs pages broken/not working properly
-
hi i just create myezsoulmate.com and the 3 tabs – members, groups and blogs are not working properly.
login for the site
username: [edit]
password: [edit]
what could be the problem?
-
Hello
We aren’t going to admin your site. I’ve edited your post and removed the admin username and password; that was a very, very silly thing to do and I suggest you immediately go in and change the password.
Please help us help you by answering these questions.
Hi i have took away the admin restrictions.
Can someone help me see why the members, groups and blogs tabs are not working properly.
Am i missing the themes input for that pages?
@crocgo or joanleesuee or ??
Please visit the link in DJPaul’s post above and answer the questions. We want to provide assistance but you are not giving us the necessary information with which to do so.
hi sorry its me crocgo. The one written under joanleesuee is actually me. i dont understand why im logged in that name anyway can someone help me see why the link is funny.
If u log in t myezsoulmate.com and try clicking on the members, groups and blogs tabs, it appear in different design. why is that so?
As I said above, we do not have the information necessary to help you. Please answer the questions DJPaul linked to.
1. Which version of WPMU are you running?
.wpmu 2.8.4
2. Did you install WPMU as a directory or subdomain install?
installed as directory
3. If a directory install, is it in root or in a subdirectory?
its a root directory
4. Did you upgraded from a previous version of WPMU? If so, from which version?
fresh installation from scratch
5. Was WPMU functioning properly before installing/upgrading BuddyPress?
yes it is
6. Which version of BuddyPress (BP) are you running?
version 1.0.3
7. Did you upgraded from a previous version of BP? If so, from which version?
its a fresh installation
8. Do you have any plugins other than BuddyPress installed and activated?
members only plugin
9. Are you using the standard BuddyPress themes or customized themes?
its the standard theme
10. Have you modified the core files in any way?
have never touched the core files
11. Do you have any custom functions in bp-custom.php?
nope
12. If running bbPress, which version?
hvnt install bbpress
13. Please provide a list of any errors in your server’s log files.
there isnt any
hi, i have answer all the question and im wondering why isnt the link for members, groups and blogs pages including profile pages not working properly?
hi a kind reminder, i am still awaiting for a reply…is there any solution to this?
Please stop bumping your thread like that. It only attracts angry bees, who swarm around such threads. And I’m scared of bees.
crocgo, you’re using the skeleton member theme instead of the normal member theme that includes style. Switch your style and you’ll be fine.
thanks for the response. however I tried switching it to the normal member theme and still is same problem.
Am I missing some theme files there?
Try: change permission on bp-theme folder to 755
If you are running WordPress MU outside of the root, for example: http://example.org/wordpressmu/ then you are going to experience problems with the 1.1 beta. I am fixing right now.
it is already set to 755 gerikg.
myezsoulmate.com is installed on the root directory as you can see.
why isnt it working properly? i cant even edit my admin pics.
Make sure /wp-content/bp-themes/ is deleted.
I have deleted it and now it shows this error message
‘You do not have any BuddyPress themes installed.
Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.’
are u sure deleting is correct?
andy, shud i put back the themes back? doesnt seems to be working.
I have put the themes back on, the error is gone, but still the theme is not working for the members tab and etc.
why is that so?
anyone can help here?
this buddypress support sux…
If you don’t like the free support for the free software, then you can always pay someone to trouble shoot your issues for you on a schedule more suited to your needs.
The reason it wasn’t working before was because you originally activated the skeleton theme instead of the real members theme. Now that you’ve fixed that and have bpmember active, can you verify for me that the contents of your…
http://myezsoulmate.com/wp-content/bp-themes/bpmember/css/loader.php
…match…
https://trac.buddypress.org/browser/tags/1.0.3/bp-themes/bpmember/css/loader.php
i have no idea about paying someone to do it. if its possible i dont mind paying, p,s send me an email at joanleesuee@gmail.com.
i uses paypal for transfer.
thanks again
okay first.. I think some of us missed this…
“6. Which version of BuddyPress (BP) are you running?
version 1.0.3″
I set permission on bp-theme 755 and everything under it. Nothing.
I deleted the folder and uploaded bbmembers again. Nothing
Uploaded a new member theme and activated it. Nothing
I deleted buddypress and deactivated all plugins (welcome pack & achivements). Nothing.
I uploaded everything back and nothing.
All the settings are fine. it’s not pulling the css file.
P.S. crocgo gave me access to the site
John James Jacoby the files are the same.
This line doesn’t work
@import url(css/loader.php);it will import css but not the php file.
I just added to the style.css
@import url(css/base.css);
@import url(css/directories.css);
@import url(css/settings.css);
@import url(css/components.css);
<?php
/* If there are any custom component css files inside the /custom-components/ dir, load them. */
if ( is_dir( 'css/custom-components' ) ) {
if ( $dh = opendir( 'css/custom-components' ) ) {
while ( ( $css_file = readdir( $dh ) ) !== false ) {
if( substr ( $css_file, -4 ) == '.css' ) {
echo "@import url(custom-components/$css_file);\n";
}
}
}
}
/* Now load the custom styles CSS for custom modifications */
if ( file_exists('css/custom.css') )
echo "@import url(css/custom.css);\n";
?>I know it’s not the right way but it works…
Anyone know why the server won’t pull import the php?
Bottom line, You must delete /wp-content/bp-themes. make sure you have moved the /bp-themes to /wp-content/themes/
- The topic ‘Members, groups and blogs pages broken/not working properly’ is closed to new replies.