Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

  • Blogurp
    Participant

    @blogurp

    Anytime 🙂 I haven’t found any plugins that break it, but BP Gallery Plus, doesn’t work right with it yet.


    Blogurp
    Participant

    @blogurp

    I’m guessing your site is a regular single WordPress install with BuddyPress plugin? You can’t get to your dashboard via modpo.org? I just went to modpo.org/wp-admin and it showed for a second then it went away. If you are using one of those hosting companies with one press WordPress install, they might not let access to modpo.org/wp-admin. I just went to modpo.org/wp-login and it came up as a 404 error page not found, but, it shows the login for your site. See if you can login there. If you can login there, then you should be able to get to your dashboard, if you have login set to take you to your dashboard. If you can, then you can deactivate BuddyPress there, and then upgrade or just upgrade. Plugins do not have to be activated to upgrade, just installed. If none of that works, then I would say you would have to get rid of the BuddyPress plugin via FTP to access your site, then reinstall the new version, or, you can do it through your hosting company where you can access your files in your root directory.

    It looks like 1.6.1 is only available here, but, 1.6.2 will be available in your dashboard as an upgrade, but if you can’t get to that, I’m not sure where you can get 1.6.2 yet.


    Blogurp
    Participant

    @blogurp

    I had those same three errors on my test site, nky.mobi. Like Ben said, I had to upgrade to BuddyPress 1.6.2, after getting WordPress 3.5. I then had to get rid of name availability checker plugin from BuddyDev through my FTP client because the site would not work with it. Then, I had to manually network activate BuddyPress through network admin because for some reason it was not network activated. After that, everything came back fine. Could only access dashboard there too cause BuddyPress was not activated.


    Blogurp
    Participant

    @blogurp

    Hey guys,
    @modemlooper
    @mercime
    I found the solution to the problem here: https://wordpress.org/support/topic/plugin-buddypress-cant-post-update-in-activity-stream. It turns out the button was always there, but in the bp.css file in wp-content/plugins/bp-template-pack, around line 60, the button has a height of 0. you have to manually change the height to 40 or whatever you want.

    It worked for me and my button is now there.

    Later :)


    Blogurp
    Participant

    @blogurp

    I am having the same problem with my button not appearing on my new site I started building last week, HippieNations.com, but, I am not using the BP Menus, or any of the other plugins you have listed. I used BP Compatibility to make a non BuddyPress theme BuddyPress. I think I remember somewhere it asked me if I wanted the button or to hit enter and I chose to hit enter, but, that was the wrong choice I think. I don’t remember where I saw that though and I can’t find it again. I also thought maybe it was some kind of permission error too maybe. I will keep trying to figure it out.


    Blogurp
    Participant

    @blogurp

    @drmikelbrown The default theme did work with mine when I tested it after having those errors, so, you have a deeper issue. I purchased mingle It’s $40 and the ultimate theme to totally customize your website http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056 BTW, my htaccess file looks like this:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]
    php_value upload_max_filesize 16M
    php_value post_max_size 16M

    I have subdomains and not sub directories.


    Blogurp
    Participant

    @blogurp

    @drmikelbrown The default theme did work with mine when I tested it after having those errors, so, you have a deeper issue. I purchased mingle It’s $40 and the ultimate theme to totally customize your website http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056 BTW, my htaccess file looks like this:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ – [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule . index.php [L]
    php_value upload_max_filesize 16M
    php_value post_max_size 16M

    I have subdomains and not sub directories.


    Blogurp
    Participant

    @blogurp

    I had that same error on my site. The problem was my theme. Everything else worked perfect except the 404 errors. I had to purchase a BuddyPress 1.5 for sure compatible theme and now my site is running smooth.


    Blogurp
    Participant

    @blogurp

    I just had a problem with email not sending, so I downloaded wp-mail-smtp after reading this to help configure the problem and it still wasn’t working, until I made a noreply@ email address and all is now working fine :)

Viewing 9 replies - 1 through 9 (of 9 total)
Skip to toolbar