Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 13,426 through 13,450 (of 32,678 total)
  • Author
    Search Results
  • #168273
    zero6
    Participant

    Hi, We are getting a 500 server error after upgrading from 1.7.3 to 1.8. We are running 3.5.2. PHP 5.3.10 on Windows Server 2007.

    Got some php logs if it helps…

    Thanks for any help 🙂

    “[18-Jul-2013 10:39:35 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_fm_forms ADD PRIMARY KEY (ID) made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 10:39:36 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_fm_settings ADD PRIMARY KEY (setting_name) made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 10:39:36 UTC] 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 ‘set set INT DEFAULT ‘0’ NOT NULL’ at line 1 for query ALTER TABLE wp_fm_items CHANGE COLUMN set set INT DEFAULT ‘0’ NOT NULL made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 10:39:36 UTC] WordPress database error Duplicate column name ‘index’ for query ALTER TABLE wp_fm_items ADD index INT DEFAULT ‘0’ NOT NULL made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 11:38:04 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_fm_forms ADD PRIMARY KEY (ID) made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 11:38:04 UTC] WordPress database error Multiple primary key defined for query ALTER TABLE wp_fm_settings ADD PRIMARY KEY (setting_name) made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 11:38:05 UTC] 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 ‘set set INT DEFAULT ‘0’ NOT NULL’ at line 1 for query ALTER TABLE wp_fm_items CHANGE COLUMN set set INT DEFAULT ‘0’ NOT NULL made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 11:38:05 UTC] WordPress database error Duplicate column name ‘index’ for query ALTER TABLE wp_fm_items ADD index INT DEFAULT ‘0’ NOT NULL made by activate_plugin, do_action(‘activate_wordpress-form-manager/wordpress-form-manager.php’), call_user_func_array, fm_install, fm_db_class->setupFormManager, dbDelta

    [18-Jul-2013 12:33:38 UTC] WordPress database error Incorrect datetime value: ‘JJJJ-MM-TT 00:00:00’ for column ‘start’ at row 1 for query INSERT INTO wp_teachpress_courses (name,type,room,lecturer,date,places,start,end,semester,comment,rel_page,parent,visible,waitinglist,image_url,strict_signup) VALUES (‘iLive Certified User’,’Lecture’,”,’Allen & Heath’,”,0,’JJJJ-MM-TT 00:00:00′,’JJJJ-MM-TT 00:00:00′,’Example term’,’A test for the iLive Certified User course using teachpress.’,0,0,1,0,’http://109.203.103.61/wp-content/uploads/2013/07/ah.jpg’,0) made by do_action(‘course_page_teachpress/add_course’), call_user_func_array, tp_add_course_page, tp_add_course

    [18-Jul-2013 12:35:58 UTC] WordPress database error Incorrect datetime value: ‘JJJJ-MM-TT 00:00:00’ for column ‘start’ at row 1 for query INSERT INTO wp_teachpress_courses (name,type,room,lecturer,date,places,start,end,semester,comment,rel_page,parent,visible,waitinglist,image_url,strict_signup) VALUES (‘Test’,’Lecture’,”,’me’,”,0,’JJJJ-MM-TT 00:00:00′,’JJJJ-MM-TT 00:00:00′,’Example term’,”,0,0,1,0,”,0) made by do_action(‘course_page_teachpress/add_course’), call_user_func_array, tp_add_course_page, tp_add_course”

    Sizons
    Participant

    Hi,

    I’m using version 4 of Artisteers Theme creation software where I export a very nice customized theme for my clients’ website. My problem is that the headers (From Chrome’s inspect element function: item-list-tabs activity-type-tabs) are all overlapping to my two sidebars, my theme is a three column theme with a header and footer as well.

    I have run through the bp-Compatibility steps and on step three where I have to adjust the layout through FTP connectivity, I tried method 1 and 2 without pass. My major problem is that my page.php and index.php both have no div tags, just some php code though I was expecting a similar batch of code to the index.php file I find inside a folder like activity for example, where there is a lot of HTML along with the PHP code.

    Following is my page.php code:
    <?php get_header(); ?>
    <?php get_sidebar(‘top’); ?>
    <?php

    if (have_posts()) {
    /* Start the Loop */
    while (have_posts()) {
    the_post();
    get_template_part(‘content’, ‘page’);
    /* Display comments */
    if (theme_get_option(‘theme_allow_comments’)) {
    comments_template();
    }
    }
    } else {
    theme_404_content();
    }
    ?>
    <?php get_sidebar(‘bottom’); ?>
    <?php get_footer(); ?>

    I also tried to copy the header, footer and sidebar files and save them as sidebar-buddypress.php and so on but saw no difference, the site’s buddypress headers were still overlapping with my site’s two left and right sidebars.

    I have been struggling with this issue for so long, I even tried to create a css folder and copied the bp-default.css and called buddypress.css as I was instructed by one of your support documents on this site, when I changed any of the css I saw no change to the style on the page as I used this with the inspect element feature of the Chrome Browser.

    I really have no clue how to fix this now as it also affects some of the buttons on my site, causes them not to drop-down on my All-In-One-Event calendar plugin controls, though when I use the default buddypress plugin it works fine.

    Please help me, I wish there was a source of information about this that would just work, but the documentation I have found expects particular files which turn out to look different from what I have on the site’s files – Just a reminder, my theme was created using Artisteer 4.0 software.

    Appreciate any assistance.

    Regards [Addition: I am using the latest buddypress 1.8 (Upgraded this morning) and the latest wordpress 3.5.2]

    #168267
    nirat
    Participant

    after create an account it does not send any activation link on my mail-id.wordpress version is 3.5.2 and buddypress version is 1.8.its not working properly.i have tried it a number of times.please reply

    stueynet
    Participant

    I’m using http://themeforest.net/item/primashop-clean-woocommerce-wordpress-theme/4713886

    Its not a buddypress theme at all but was working fine before 1.8.

    #168247

    In reply to: Volunteer Scheduling

    @mercime
    Participant

    @sbbehrman check out https://wordpress.org/plugins/bp-gtm-system/ plus some tweaks to custom fit according to your requirements

    #168246

    In reply to: Back up

    @mercime
    Participant
    stueynet
    Participant

    I updated to 1.8 and on all Buddypress pages (activity, members, profile etc…) at the bottom it displays all the content from a page in WordPress. I tried deleting that page and it started showing another page. So I reverted back to 1.73 and all is fine again. very strange. Anyone else have this issue?

    #168236
    @mercime
    Participant
    #168234
    modemlooper
    Moderator
    #168229
    fitnessblogger
    Participant

    Hello Guys,

    I am trying to get Author posts to appear on BuddyPress profile for http://fitnessblogger.net
    I have just downloaded @azchipka plugin but my site is multisite so not sure if that is causing a problem or if plugin no longer works ???

    The “My posts” tab appears as seen here http://fitnessblogger.net/perform_rev/
    But on clicking I get blank members page ??

    http://fitnessblogger.net/perform_rev/posts/

    Is there a way to make this link to the users author page instead ??
    example :http://fitnessblogger.net/author/perform_rev/

    Would really appreciate any help on this one

    Thank You in advance

    James

    AKA The Fitness Blogger

    I also added this to a previous post here http://buddypress.org/support/topic/resolved-show-posts-written-by-user-on-profile/

    But is was marked resolved so not sure if anyone would see it 🙂

    WordPress : Version 3.5.2
    BuddyPress : 1.8
    Website http://fitnessblogger.net

    CityChic6
    Participant

    Hi, I’ve upload Buddypress (1.8 version) manually through FTP. I’ve activate the plugin and designated the pages for each topic (activity, register, etc.). The register page is completely blank. I’m using a wordpress theme I purchased from themeforest. How can I fix this issue? I have the latest version of wordpress.

    stunley
    Participant

    Hi, I have a question – How can I remove the Profile details field from the WordPress registration page?

    I would like people to sign up and then edit their profile, but as well as the wordpress fields (Account Details… Username, Email Address, Choose a Password, Confirm Password) there is a Profile Details field – Name, that can’t be deleted.

    Thanks
    imagebam.com

    flowerman653
    Participant

    OK guys, support from my provider reset my template to the wordpress default.
    this let me login again. I guess i could have done that somewhere in the wordpress settings via ftp as well.

    furthermore, what really helped was to increase the memory limit to 64M in wp-config.php
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    Problem solved for now, thanks guys.

    flowerman653
    Participant

    Hi there, after installing Buddypress, i get the following:

    “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/ef/public_html/wordpress/wp-admin/includes/file.php on line 949”
    Or
    “Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/ef/public_html/wordpress/wp-content/plugins/jigoshop/jigoshop_template_functions.php on line 984”

    – My memory allocation of php.ini is set to 256M
    – I installed Buddypress via built-in installer
    – Buddypress cannot be found in the wordpress plugin directory
    – Deactivating all plugins on the server by renaming the plugins folder to plugins-xxx does not change anything

    Any help appreciated.

    Prakash Halder
    Participant

    I have a WordPress site with Buddypress plugin in WildCommunity theme.
    Successfully custom taxonomy was created and the respective terms were added from admin panel.
    “get_the_term_list” function was working fine in activity loop when the user is logged in, same code is showing error
    WP_Error Object
    (
    [errors] => Array
    (
    [invalid_taxonomy] => Array
    (
    [0] => Invalid taxonomy
    )

    )

    [error_data] => Array
    (
    )

    )

    when the user is not logged in. if we write custom code to show the terms that case I am getting page not found error in taxonomy page, but all are working fine while I am logged in and showing
    Array
    (
    [0] => stdClass Object
    (
    [term_id] => 1018
    [name] => Book Store
    [slug] => book-store
    [term_group] => 0
    [term_taxonomy_id] => 1052
    [taxonomy] => books-26
    [description] =>
    [parent] => 0
    [count] => 2
    )

    )

    Please help me to solve this problem

    Thanks & regard
    Prakash

    #168172
    Gagan Deep Singh
    Participant

    The plugin https://wordpress.org/plugins/buddypress-media/ (now known as rtMedia) will also provide you with uploading of media files on the activity stream.

    adamfratino
    Participant

    Hi all, enjoying BP very much, still learning. My question is a bit specific, but I was hoping someone could at least point me in the right direction if there is an actual solution available.

    Current WP (3.5.2) and BP (1.7), current Tablepress plugin. I was hoping to create a custom tab within a groups page that will display a Tablepress table using their shortcode. Example of Tablepress table here: http://adamfratino.com/tcbeta/frame-data/alex/

    Sorry if this belongs on the Tablepress forums, but I figured I could ask here since my question could be asked for most any plugin’s shortcode.

    Basically, wondering if it’s possible to embed plugin shortcode within a BP group tab either by editing the core or with additional plugins.

    Still new to BP and not an expert in PHP or WordPress customization, any and all beginner-friendly advice is appreciated.

    #168160
    modemlooper
    Moderator
    #168158
    shirgans
    Participant

    Hi Motti,

    Make sure you follow these steps:

    1. Download the .PO file as instructed (as you did)
    2. Open the file using POEdit
    3. Save it, so .MO file will be created.
    4. Move both files (.PO and .MO) to folder wp-content/languages/ (if not exist, create it)
    5. if you are using hebrew wordpress, make sure your files named: buddypress-he_IL.mo and buddypress-he_IL.po

    If it still doesn’t work, make sure the language on your wp-config is set to be he_IL .

    If still not so you gotta make some harsh change:
    1. go to wp-content/buddypress/bp-core-functions.php
    2. search for function named bp_core_load_buddypress_textdomain
    3. give $mofile a value. set it to be ‘buddypress-he_IL.mo’, so it won’t get a dynamic value.

    This is the worst case and it’s really not the right way to do it, but if all other fails, this should work. if it’s not working, make sure you named the files correctly and placed it on the correct folders.

    #168149
    blastblast
    Participant

    Hi,
    I am running wordpress with buddypress and bbpress and I would like to backup my site before upgrading to buddypress 1.7.3 –

    Can someone point me in the right direction without codes and such

    Thank you

    #168145
    cameronwilby
    Participant

    I am helping Kathryn with this issue, here are the details for the installation.

    The original programmer for the site vanished, so the configuration is the way it is. Not asking anybody to solve the problem on our behalf, just opening the issue to more eyes. All help and all input is greatly appreciated.

    Wordpress: 3.5.2
    Buddypress: 1.7.3
    PHP: 5.3 (I suspect this might be the culprit.)

    Installed Plugins

    Legend – (A)Active, (-)Deactivated

    BUDDYPRESS PLUGINS

    (A)BP Auto Login on Activation 1.0.1
    (A)BP Export Users 1.1
    (A)BP Group Announcements 1.0.2
    (A)BP Group Hierarchy 1.3.9
    (A)BG Group Management 0.6
    (A)BP Group Organizer 1.0.7
    (-)BP Labs 1.3

    (A)BuddyPress 1.7.3
    (A)BuddyPress Activity Plus 1.5
    (A)BuddyPress Auto Group Join 2.2.1
    (A)BuddyPress Docs 1.4.3
    (A)BuddyPress Docs Wiki add-on 1.0.3
    (-)BuddyPress Edit Group Slug 1.2
    (A)BuddyPress Group Email Subscription 3.3.3
    (A)BuddyPress Groups Extras 3.5.7
    (A)BuddyPress Like 0.0.8
    (-)BuddyPress Live Notification 1.0.3
    (-)BuddyPress Usernames Only 0.6
    (A)bbPress 2.3.2
    (A)bbPress reCaptcha 1.1
    (A)bbPress Search Widget 2.0.0
    (A)bbPress Threaded Replies 0.4.3
    (A)GD bbPress Attachments 1.9.2

    OTHER

    (A)Akismet 2.5.7
    (A)Automessage 2.3.1
    (A)BackWPup 3.0.12
    (-)Blog Categories for Groups 1.0.4
    (-)Confirm User Registration 2.0.4
    (-)Disable Comments 0.9
    (-)downML – Download Media Library 0.3.1
    (A)Email Users 4.4.4
    (-)Fundraising 2.3.6
    (-)Invite Anyone 1.0.21
    (-)Live Stream Widget 1.0.4.2
    (A)New RoyalSlider 3.0.93
    (-)P3 (Plugin Performance Profiler) 1.4.1
    (A)Plugins Garbage Collector 0.9.12
    (A)Revolution Slider 2.3.8
    (-)Scheduled Content 1.1.1
    (-)Select Language At Signup 1.0.4
    (A)SI CAPTCHA Anti-Spam 2.7.6.4
    (A)Sidebar Login 2.5.3
    (A)Simple Badges 0.1-alpha20120703
    (-)Snapshot 2.3.3
    (-)Tweet Blender 3.3.15
    (A)Ultimate Maintenance Mode 1.5.0
    (-)W3 Total Cache 0.9.2.11
    (A)WordPress Importer 0.6.1
    (A)WP-DBManager 2.63
    (-)WP-reCAPTCHA 3.1.6
    (-)WP Htaccess Editor 1.2.0
    (-)WP UI – Tabs accordions and more. 0.8.7
    (A)Yoast Breadcrumbs 0.8.5

    #168142
    CarlavanLoon
    Participant

    Is it possible with BuddyPress to add members. However, these members will not get a WordPress BuddyPress account to login. This way I can keep track of certain sport results. As soon as someone registers on my website, I want to connect this member to one of the existing members.
    For example, I’ve added John Doe to keep track of this tennis results. As soon as John Doe actually creates a user account on my website (for example to start replying on articles), I want to match this user account with the existing account in BuddyPress.

    Also, this way only people can register on my website, that are present in BuddyPress.

    lautundleiser
    Participant

    I got exactely the same problem over here. Field types “Website” & “Birthday” don’t show up on the “edit profile” screen. They don’t display on the “view profile” screen even so. All I see is the message from the privacy plugin, telling the visibility for the specific field.

    Other field types like “Textbox” or “Checkboxes” work well.

    I am using WordPress 3.5.2, BuddyPress 1.7.3 and BuddyPress Xprofile Custom Fields Type 1.5.6.5 – my theme is Custom Community.

    Does someone know what’s wrong?

    #168110
    @mercime
    Participant

    BP not working, no BP button in left vertical nav of WP dashboard

    @fel3000 Since BP version 1.6, you can configure BuddyPress from admin dashboard Settings > BuddyPress. Before activating other BP plugins make sure BuddyPress.

    Re creating a group, the Group Create button which is usually beside the Groups Directory page title, goes missing in some themes when the_title is not within the WordPress loop. Also, make sure that you did not disable group creation in Settings > BuddyPress > Settings > Groups

    #168108
    @mercime
    Participant

    @mewrd if you’ve isolated that the hacking was due to that plugin, please report to plugins@wordpress.org

Viewing 25 results - 13,426 through 13,450 (of 32,678 total)
Skip to toolbar