Search Results for 'wordpress'
-
Search Results
-
So when ever I update a page or change something on my site http://www.barbandits.com i get this error message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, info@biketobeat.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache Server at barbandit.com Port 80 so this is what my servers error log says:
[Fri Mar 22 11:40:16 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 11:40:16 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 11:40:17 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 11:40:17 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 11:42:53 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 11:42:53 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 11:42:53 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 11:42:53 2013] [warn] RSA server certificate CommonName (CN) `Parallels Panel’ does NOT match server name!? [Fri Mar 22 12:00:38 2013] [error] [client 206.113.193.50] File does not exist: /var/www/vhosts/biketobeat.com/site4/robots.txt [Fri Mar 22 12:05:27 2013] [error] [client 144.76.14.112] File does not exist: /var/www/vhosts/biketobeat.com/site4/robots.txt [Fri Mar 22 12:51:24 2013] [warn] [client 70.98.130.46] mod_fcgid: stderr: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘update_table’ not found or invalid function name in /var/www/vhosts/biketobeat.com/site4/wp-includes/plugin.php on line 406, referer: http://barbandit.com/wp-admin/update.php?action=install-plugin&plugin=rate-this-page-plugin&_wpnonce=54f31fa6a0 %5BFri Mar 22 12:51:25 2013] [warn] [client 70.98.130.46] mod_fcgid: stderr: WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘AND is_page = ‘false” at line 1 for query SELECT * FROM wp_feedbacks_summary WHERE post_id = AND is_page = ‘false’ made by require_once(‘wp-admin/admin-header.php’), do_action(‘admin_print_scripts’), call_user_func_array, print_head_scripts, do_action(‘wp_print_scripts’), call_user_func_array, aft_plgn_jquery_init, aft_plgn_fetch_rate_summary, referer: http://barbandit.com/wp-admin/update.php?action=install-plugin&plugin=rate-this-page-plugin&_wpnonce=54f31fa6a0
Can anyone help me out, I know only the basics..obvious I know
Hello
I’m migrating from Ning to wordpress+buddypress and I need to know if there are any plugin to create photo albums where any registered user can upload photos and comment it.
I have tried some plugins, but they not centralize the photos. Are only accesible from every member profile page.I’m looking for the same for videos.
Thanks for your help. I’m introducing myself in the wordpress world… And it’s not easy!
Hi,
Apparently our site nasconline.com (live, but still in the finishing stages) is not compatible with BuddyPress and we feel it would be an important asset for our Association.
Our template, One Source by Cremina and Theme Forest, is currently not compatible per the
designer of the site, We are using WordPress 3.51 and after reading about the new v1.7 coming out
very soon we decided to install and try to configure 1.7beta2 but we could not find a way to implement anything.I had just come across a thread yesterday on the BuddyPress site about how to edit our header, footer, etc. PHP files so that BuddyPress would work but I couldn’t find it today.
Could someone please give us some directions on how to do this?
Topic: wp-login.php as a template
Hello everyone,
I installed wordpress 3.5.1 and with buddypress 1.6.4. I am trying to use wp-login.php as a template for buddypress. As i need wp-login.php functionalities. Please help me, if possible.
I have followed the instructions here to enable sitewide forums: http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
I am using Persuasion BuddyPress Child Theme from MySiteMyWay.com
http://sacredlivingcenter.org
WordPress Version – 3.5.1 Multisite
BuddyPress Version – 1.6.5
bbPress Version 2.2.4The instructions there do not indicate what to do specifically to resolve a redirection issue. I have studied the forums here, and followed many of the helpful suggestions on resolving the issue, to no avail. I’ve uninstalled and reinstalled both buddypress and bbpress. When I disable the buddypress forum component, then I can view the forums page, but the links within this page break.
As a recap, the steps I have taken repeatedly as follows:
1) network enabled the buddypress plugin
2) enabled buddypress discussion forums under BuddyPress Components
3) installed bbPress (using forums tab under BuddyPress settings) and configured Site Wide Forums only.
4) set up archive slugs to be: Forums base: discussion; Topics base: topics
5) removed any page with the word forum or forums as a slug
6) created a page with the title community and slug community-board
7) selected community page to be associated with Discussion Forums under buddypress components and saved.If I click on the community page, I am continually redirected to the home page.
If I disable Discussion forums component in buddypress:
the Community Board page is displayed, however the profile and settings tabs redirect to: 404 page cannot be found.Here’s the thing, buddypress appears to display the members page just fine.
What do I need to do in order to integrate buddypress with bbPress successfully? It doesn’t appear following the instructions provided by BuddyPress to set up site-wide forums is successful. I appreciate any assistance the community can provide me in resolving this conflict.
Thank you.
I found this great old Blog Categories for Groups plugin to add a Blog tab to my Groups. It basically allows you to set which categories you want associated with each Group & then displays just those posts in the tab.
It seems to do exactly what I want it to do except that the tabs bar is displayed twice when you are in the Blog tab. http://fryingpan.redheadkelly.net/groups/haplogroup-r1b-lineage-ii/articles/
I think it is coming from this part of the code somewhere. Or maybe in combination with the Custom Community theme?
//setup nav function bcg_setup_nav($current_user_access){ global $bp; if(!bp_is_group()) return; if(bcg_is_disabled($bp->groups->current_group->id)) return; //register form if the BPDev PostEditor Exists if(function_exists('bp_new_simple_blog_post_form')){ $form_params=array('post_type'=>'post', 'post_author'=> bp_loggedin_user_id(), 'post_status'=>'draft', 'current_user_can_post'=> bcg_current_user_can_post(), 'show_categories'=>true, 'show_tags'=>false,//current version does not support the tag 'allowed_categories'=>bcg_get_categories($bp->groups->current_group->id),//selected cats, 'allowed_tags'=>array()); $form=bp_new_simple_blog_post_form('bcg_form',$form_params); } $group_link = bp_get_group_permalink($bp->groups->current_group); bp_core_new_subnav_item( array( 'name' => __( 'Articles', 'bcg' ), 'slug' => BCG_SLUG, 'parent_url' => $group_link, 'parent_slug' => $bp->groups->current_group->slug, 'screen_function' => 'bcg_screen_group_blog', 'position' => 10,'user_has_access'=>$current_user_access, 'item_css_id' => 'blog' ) ); } add_action("groups_setup_nav","bcg_setup_nav"); //load the blog home page for group function bcg_screen_group_blog(){ //load template bp_core_load_template( apply_filters( 'groups_template_group_blog', 'bcg/home' ) ); }WordPress 3.5.1
BuddyPress 1.7
Custom Community 1.14

When trying to post a comment on the activity stream clicking the comment button does nothing. The favorite and delete buttons work fine.
I believe this is a theme issue and hoping you can point me in the right direction for troubleshooting. I have verified that it works fine with the bp-default theme.
Themes I’m using: Responsive Theme by Theme ID with the Buddypress Child Theme
Things I have tried that didn’t work:
Uploading _inc to the root of the theme folder
Copying the contents of bp-default activity folder into my theme
Website details:
-Linux VPS with apache
-Buddypress 1.6.5
-Wordpress 3.5.1
I recently upgraded from 1.6.5 – I thought I tested it in 1.6.4 and it was working fine, but not sure how to downgrade to test. Site is not live yet but this is the last thing to fix before I import from my old blog so I’m stuck.
Can someone please help me with this or point me in the right direction to troubleshoot the problem?