Error on Creating a Group
-
Hello Guys, I really love your plugin, but I having hard times figuring out with this problem..
http://dev.freelanceu.net/mjl/miamischoolstudent/groups/
http://dev.freelanceu.net/mjl/miamischoolstudent/members/admin/groups/If I click the create group button, it’s not sending me to the right page where I can create a group, but rather it gives an error that says “Page has been moved” is there something wrong with my setup?
please I really need your help so bad..
-
Some checks – you created a WP theme, installed/activated the BP Template Pack plugin which transferred 6 BP folders into your WP theme folder in server. Double-check if you have the create.php file in wp-content/themes/miamischool/groups/create.php
,Thanks for the reply. Ya I created a theme, and Installed the my buddypress in that way. And the create.php file.. I have it at the groups folder.
Please.. help me with this problem, anybody here? cmon,.. please..
Set up a test user account in your site which you can delete after this issue is resolved. Leave siteURL, username and password here. (we can delete that too after)
Thanks God, thanks mercime..
http://dev.freelanceu.net/mjl/miamischoolstudent/wp-admin
user:xxx
pass:xxxI forgot to tell you… after my installation, there is no “create group”, until I found this code and it displayed a create group button.
`
function groups_subnav_hook() {
global $bp;$groups_link = $bp->loggedin_user->domain . $bp->groups->slug . ‘/’;
bp_core_new_subnav_item( array(
‘name’ => ‘Create New Group’ ,
‘slug’ => ‘create’,
‘parent_slug’ => $bp->groups->slug,
‘parent_url’ => $groups_link,
‘position’ => 10,
‘screen_function’ => ‘groups_screen_group_members’,
‘user_has_access’ => bp_is_my_profile() // Only the logged in user can access this on his/her profile
) );
}
add_action( ‘wp’, ‘groups_subnav_hook’, 2 );
add_action( ‘admin_menu’, ‘groups_subnav_hook’, 2 );
`Tomorrow is launching of our new website.. I hope to fix this today.. please.. one single consideration would be a big help for me,, please don’t ignore me coz my scholarship is on the risk if i did not make this tomorrow.
here are the errors that frustrating me so much.. I spend my day just by debugging this
and nothing happened, you asked for an account, I provided it but I don’t think you are really willing to help me, 1 response a day.. well that’s great!.
here are my bugs..1. “Sorry, there were no forum topics found.” (even I created a topic.)
2. “This group does not have a forum setup yet” and Sorry, there were no forum topics found. (every time I attempt to create a topic on the group)
3. “Please pick the group forum where you would like to post this topic.” (even I chose a specific group)
4. http://dev.freelanceu.net/mjl/miamischoolstudent/forums/forum/first-forum/http://dev.freelanceu.net/mjl/miamischoolstudent/forums/forum/alumni/
“New Topic” is not working
please, help mo to setup myu bbPress and BuddyPress,,
http://dev.freelanceu.net/mjl/miamischoolstudent/forum/
http://dev.freelanceu.net/mjl/miamischoolstudent/members/admin/forums/I have a bunch of forum page.. is that right?
@markyeoj know that we are volunteers here living in different time zones and could have work similar or totally different from web development.
I checked the HTML structure of your BP pages has duplicate #content aside from extra closing div/s. I changed to bp-default theme and group creation worked including group avatar upload.
This leads me to conclude that something went awry with the BP Compatibility process. Backup then Delete the 6 BP folders transferred to your WP theme folder and re-run the BP Compatibility process.
Post the source code of your header.php, sidebar.php, index.php, page.php, and footer.php in pastebin.com and I’ll let you know which files to add/change.
thanks @mercine.. I’m very sorry regarding my manner, I’m just totally frustrated to fix this. I’m very sorry.
wait, I’ll paste it..header.php http://pastebin.com/B0sgu3DY
front-page.php http://pastebin.com/UBhMiT7E
Ssidebar.php http://pastebin.com/WLC1yCDX
page.php http://pastebin.com/fgzgzgLB
footer.php http://pastebin.com/cBbu9yNJ
functions.php http://pastebin.com/9p35uCeVthe last fucntion on my functions.php is for the “create group” button. because after my installation, I don’t have create group button at the front end..
@markyeoj
1. I am getting blank pages in login and other pages of your site.
2. The code you posted for the page.php is that of bp-default theme’s, I need your theme’s page.phpit happens after, I removed the 6 folders and running the bpcompatibility process.. now it’s back.. thanks for the backup. That’s the page.php file that we are using, actually I’m not the one initialize this whole website, the 1st developer was kicked-out and I’m the one who assigned to continue the project, that;s why I don’t know why about the page.php stuff. but i tested it I deleted the codes and the pages are not working, so thats the page.php we are using.. i’m very sure of that
I re-coded the page.php file http://pastebin.com/r3BXWbAJ
I ran again the bp compatibilty process, but worst things happen,, the pages of buddy press pages are blank.
that’s why, I put back the folders,.. I’m just curious,, you created a Default Theme Group right? so I tried to post a topic and it works, but when I attempted to post a topic on the group that I created which is the “students” I can’t post a topic over there and always give me an error “This group does not have a forum setup yet.” where can I set it up?still I can’t create group using my theme, I just create one using the plugin Buddy Press group Organizer..
Deleted the create-group-subnav-function in your functions.php and the issue was finally resolved. Users can always go to Groups Directory page and click on create a group button.
Thanks. so I just have to add a link to that pages.. Thanks a lot. I only need to make it more presentable.. Thanks my Hero!
- The topic ‘Error on Creating a Group’ is closed to new replies.