Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 16,451 through 16,475 (of 26,880 total)
  • Author
    Search Results
  • #99780

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    Upgrade the same way you upgrade wordpress.

    You can install the new version over the old copy, just don’t delete anything.

    Just make sure your template directory is not the same as bbpress default (kakumei) which you seem to be using “mytheme” so that’s fine.

    #104880

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    Upgrade the same way you upgrade wordpress.

    You can install the new version over the old copy, just don’t delete anything.

    Just make sure your template directory is not the same as bbpress default (kakumei) which you seem to be using “mytheme” so that’s fine.

    #99777

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    bbPress 0.9 users should install my unofficial “block-long-queries” mini-plugin to avoid the security bug that 1.0.3 fixes and similar unknown attacks in the future.

    (it also works in 1.0 and WordPress)

    <?php
    /*
    Plugin Name: Block Long Queries (for bbPress and WordPress)
    */

    if (strlen($_SERVER['REQUEST_URI'])>255 ||
    preg_match('@(eval|base64|unescape)[^a-zA-Z0-9]@si',$_SERVER['REQUEST_URI']))
    {
    header('HTTP/1.1 414 Request-URI Too Long');
    header('Status: 414 Request-URI Too Long');
    header('Connection: Close');
    exit;
    }

    #104877

    In reply to: bbPress 1.0.3 released

    _ck_
    Participant

    bbPress 0.9 users should install my unofficial “block-long-queries” mini-plugin to avoid the security bug that 1.0.3 fixes and similar unknown attacks in the future.

    (it also works in 1.0 and WordPress)

    <?php
    /*
    Plugin Name: Block Long Queries (for bbPress and WordPress)
    */

    if (strlen($_SERVER['REQUEST_URI'])>255 ||
    preg_match('@(eval|base64|unescape)[^a-zA-Z0-9]@si',$_SERVER['REQUEST_URI']))
    {
    header('HTTP/1.1 414 Request-URI Too Long');
    header('Status: 414 Request-URI Too Long');
    header('Connection: Close');
    exit;
    }

    #98543
    _ck_
    Participant

    They just announced it to the world this morning so I hope the 1.x users have upgraded to 1.0.3

    http://seclists.org/fulldisclosure/2011/Mar/155

    I suspect it was not enough time but there never is.

    Note that my “block-long-queries” mini-plugin will protect you from this kind of attack and other yet unknown ones via the URL (GET requests)

    https://bbpress.org/forums/topic/bbpress-103-released#post-84690

    It will work in both bbPress and WordPress

    There is really no reason to allow URIs to be longer than 255 characters but apache will allow up to 4000 by default which can carry a massive payload. I have seen some wordpress installs that need that limit bumped up to 320 or even 512, something about the akismet plugin needs very long URIs for some bad reason.

    #103643
    _ck_
    Participant

    They just announced it to the world this morning so I hope the 1.x users have upgraded to 1.0.3

    http://seclists.org/fulldisclosure/2011/Mar/155

    I suspect it was not enough time but there never is.

    Note that my “block-long-queries” mini-plugin will protect you from this kind of attack and other yet unknown ones via the URL (GET requests)

    https://bbpress.org/forums/topic/bbpress-103-released#post-84690

    It will work in both bbPress and WordPress

    There is really no reason to allow URIs to be longer than 255 characters but apache will allow up to 4000 by default which can carry a massive payload. I have seen some wordpress installs that need that limit bumped up to 320 or even 512, something about the akismet plugin needs very long URIs for some bad reason.

    #99771
    adbydesigns
    Member

    i would love a layout like this one

    #104871
    adbydesigns
    Member

    i would love a layout like this one

    #37742
    adbydesigns
    Member

    All i have just started using word press and i have to say i like it, what i am trying to do is setup a client with wordpress and bbpress so they have a forum to use and can serach with , in one area of there forum the people have to pay to post but not read waht do u think would be best for this i have been trying to use BBPRESS but everything i try to get the connection from WP to BB working i have issues, the current one is when i go to my bbpress page it will go direct to my wp page, i am not usre what i have done here

    #37740
    Super Artsy
    Member

    Alright, so after running the install. I get these errors:

    Your installation completed with some minor errors. See the error log below for more specific information.

    SQL ERROR!

    >>> Database: wp_blog (localhost)

    >>>>>> CREATE TABLE IF NOT EXISTS bbs_posts (

    post_id bigint(20) NOT NULL auto_increment,

    forum_id int(10) NOT NULL default 1,

    topic_id bigint(20) NOT NULL default 1,

    poster_id int(10) NOT NULL default 0,

    post_text text NOT NULL,

    post_time datetime NOT NULL default ‘0000-00-00 00:00:00’,

    poster_ip varchar(15) NOT NULL default ”,

    post_status tinyint(1) NOT NULL default 0,

    post_position bigint(20) NOT NULL default 0,

    PRIMARY KEY (post_id),

    KEY topic_time (topic_id, post_time),

    KEY poster_time (poster_id, post_time),

    KEY post_time (post_time),

    FULLTEXT KEY post_text (post_text)

    ) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;

    >>>>>> 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 ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16

    Key master email not sent!

    I have tried dropping all the bbPress tables and reinstalling it, but the problem still persists. I get this error message everytime after running the install script. I am running PHP 5.3.5 and MySQL 5.5.8 on a WAMP localhost server. Also, I am trying to integrate bbPress with my current WordPress blog…

    Thanks in advance,

    -Deuce

    #99735

    In reply to: Cannot Edit Users

    Ben L.
    Member

    I don’t understand what you did. When you change the folder name, the pretty permalinks gets confused. All you have to do is go into permalinks settings and save without making any changes. This works the same way in WordPress.

    #104835

    In reply to: Cannot Edit Users

    Ben L.
    Member

    I don’t understand what you did. When you change the folder name, the pretty permalinks gets confused. All you have to do is go into permalinks settings and save without making any changes. This works the same way in WordPress.

    #99687
    Ben L.
    Member

    My turn! I did one for the whole plugin repository: http://nightgunner5.wordpress.com/2011/03/11/bbpress-plugin-repository-the-movie/

    #104787
    Ben L.
    Member

    My turn! I did one for the whole plugin repository: http://nightgunner5.wordpress.com/2011/03/11/bbpress-plugin-repository-the-movie/

    #99748
    Ben L.
    Member

    All of the WordPress Foundation forums are linked. If you can log in and post here, the same information works on the WordPress.org support forums.

    #104848
    Ben L.
    Member

    All of the WordPress Foundation forums are linked. If you can log in and post here, the same information works on the WordPress.org support forums.

    #72805
    Ben L.
    Member

    mindacatur, did you seriously need to bump a year-old topic just to say you were going to use software unrelated to this forum?

    #72804
    artdeen
    Member

    Hello all!

    I’ve been thinking about SimplePress integration with your WordPress installation. It worked fine with me a few months ago.Give it a shot.May be it needs some customization on its template.Just an opinion.

    After all, bbPress and buddyPress are all WordPress family product.

    Regards.

    #99705
    iftomkins
    Participant

    I’m having a similar issue. When I log in via WordPress first, then I go to bbPress, it tells me that I’m logged in, and the Admin link is visible. But when I click the admin link, it just returns to the same page, and doesn’t go to the dashboard.

    To get around it, I log out of BOTH WordPress and bbpress, then go back into bbpress and log in as Admin. When done in this order, I’m able to click the “Admin” link and access the dashboard.

    #104805
    iftomkins
    Participant

    I’m having a similar issue. When I log in via WordPress first, then I go to bbPress, it tells me that I’m logged in, and the Admin link is visible. But when I click the admin link, it just returns to the same page, and doesn’t go to the dashboard.

    To get around it, I log out of BOTH WordPress and bbpress, then go back into bbpress and log in as Admin. When done in this order, I’m able to click the “Admin” link and access the dashboard.

    #99733

    In reply to: Cannot Edit Users

    aaironman
    Member

    By the way, I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    #104833

    In reply to: Cannot Edit Users

    aaironman
    Member

    By the way, I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    #99739
    aaironman
    Member

    Thanks – new here – and to forums.

    I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    I don’t think there is a mail service running on the server, though I’m sure I can add one. I just need to know what to ask for.

    #104839
    aaironman
    Member

    Thanks – new here – and to forums.

    I’m running Linux/4GH, PHP 5.x, MySQL on godaddy.com. I have the latest versions of WordPress (3.1) and bbPress(1.0.3) installed.

    I don’t think there is a mail service running on the server, though I’m sure I can add one. I just need to know what to ask for.

    #99747
    Beeblbrox
    Member

    I note this also applies to the WordPress for Android forums

Viewing 25 results - 16,451 through 16,475 (of 26,880 total)
Skip to toolbar