Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 26,226 through 26,250 (of 32,467 total)
  • Author
    Search Results
  • #69939
    Sam Bauers
    Participant

    So in summary…

    No, bbPress is not slow like GoDaddy says.

    :)

    #70234
    Sam Bauers
    Participant

    There are no plans nor do I think their should be.

    The premise of Smarty is screwy to me.

    There is some idea that out there somewhere are “template developers” that aren’t allowed to touch “teh sacred PHP”. So we need an abstracted templating language so that they can do loops and conditionals in their HTML templates.

    I don’t believe these people actually exist and that if they do, they should just use PHP and be trained to a point where they are trust-worthy.

    99% of Design should be held in the CSS now anyway. The code/display separation thing has moved up a level these days.

    #4441
    brik182
    Member

    DB Error in bb_insert_topic: Incorrect integer value: '' for column 'topic_id' at row 1

    INSERT INTO bb_topics (topic_id,topic_title,topic_slug,topic_poster,topic_poster_name,topic_last_poster,topic_last_poster_name,topic_start_time,topic_time,topic_open,forum_id) VALUES (”,’Your first topic’,’your-first-topic’,’1′,’admin’,’1′,’admin’,’2008-12-16 05:10:50′,’2008-12-16 05:10:50′,’1′,’1′)

    This problem has been around since the previous 1.0 alpha releases. The installation would say that it was successful but it would not create a topic as that error in the last stage would indicate.

    The first forum is created and it says there is 1 post but upon clicking said forum it presents you with a “New Topic in this Forum” form. When you post a new topic, it gives you an error: “This topic has been closed.”

    Apache 2.2.10

    MySQL 5.1.0

    PHP 5.2.6

    Windows Server 2003

    Database Collation: utf8_general_ci

    #70208
    s7icky
    Member

    I used that one :) sorry about that i think it has something to do with the user roles maybe im not really sure

    #4442
    newsjunkie
    Member

    Curious to know if plans exist to ever use a templating engine like Smarty in order to separate logic for design.

    So that no more code and HTML are in the same file

    #70195
    chrishajer
    Participant

    How about using the full URI to the javascript? In your script tags, you can use a template tag to add the template path including where you stored the files. Once you are sure they’re referenced properly and actually being loaded, you can go from there.

    <script type="text/javascript" src="<?php bb_active_theme_uri(); ?>js/jquery.js"></script>
    <script type="text/javascript" src="<?php bb_active_theme_uri(); ?>js/jquery.accordion.js"></script>
    <script type="text/javascript" src="<?php bb_active_theme_uri(); ?>js/jqq.js"></script>

    And when you say “doesn’t work so far” do you mean it’s like the javascript is just not there, no action, or something else?

    #70203
    chrishajer
    Participant

    The default install has a single topic (“Your first topic — First Post. Woot!”) that is tagged bbPress. If you deleted that but the tag persists, you might need to go into the admin and Manage > Recount /bb-admin/site.php. There is one checkbox there that says “DELETE tags with no topics. Only functions if the above checked.” Try that.

    #4439
    ganzua
    Member

    Hi!

    I have an old issue with bbpress-wppress integration that I can’t solve.

    I use this wp-plugin to sanitize user names;

    Insensitive

    What this plugin does is that whenever a user registered as “Joe” tries to log in as “joe”, “jOe”… can login.

    However bbpress is not compatible with this plugin, when activited bbpress reports this error;

    Catchable fatal error: Object of class stdClass could not be converted to string in D:wampwwwwordpresswp-includesformatting.php on line 453

    In formatting.php line 453 obviously we have wordpress function sanitize_user and it seems bbpress doesn’t like to have this function modified.

    I just wanted to ask if anybody knows another way to sanitize usernames because it is a pain to have all the time people complainig that they can log in because they registered as “Joe” and try to access with “joe” :-)

    #70116
    ganzua
    Member

    Hi!

    I’m giving a try to a deep integration. I want to load bbpress in my wordpress theme so I have a modified bbpress kamukei where I load wp header, sidebar and footer.

    I installed bbpress 1.04a, I activated the new plugin, edited wp-config.php as plugin required, I founded that all this still didn’t load wp header and I modified bbpress bb-config.php with;

    define('WP_BB', true);
    if ( !defined('DB_NAME') ) {
    require_once( dirname(__FILE__) . '/../wp-config.php');
    }

    Now, it seems everything works ok; bbpress loads wp-header, I have access to bbpress control panel, both, admin and users can post, I can log out… I’m going to keep my beta-testing and I’ll further report but I think Sam did it :) so CONGRATULATIONS.

    I’m not sure that I’ll want to load bbpress functions into wordpress so far because what I need is all the contrary; to load wordpress into bbpress so I can have a very simple and integrated forum. However, having the bbpress control panel integrated into the wordpress panel would be great.

    The idea of bbpress as a plugin is very nice but Sam is totally right when he stated that we have a stronger foundation as a stand alone. Perhaps that little plugin as a “bridge” is the way to go.

    #70115

    Okay, I made a ‘double’ cookie by doing this: $bb->sitecookiepath = '/blog/'; but it still won’t let me be logged into BOTH at once. Grr. I can be logged into WP and WPAdmin, or BB and BBAdmin and WPAdmin, but never BB and WP :/

    If I don’t modify the bb-config file, I can’t log in at all to bbPress. Am I the only one who has WordPress loaded in a subdirectory, with the index kicking back to the main root? That’s about the only thing I have left to try and I really don’t want to screw up my permalinks.

    Of possible relevance, the logged_in cookie never gets removed from my cookie jar on Firefox when I log out of bbPress OR WordPress.

    Edit: Or maybe I’m just a frackin’ idiot.

    I repasted in the Auth Keys and now it’s working… Dude. I keep telling people at work that the average IQ drops 50 points between Thanksgiving and New Years (which is how I explain people making boneheaded mistakes). The new guy asked ‘Does that mean us to?’ and I said “Of course! Watch, you’ll make the stupidest, most obvious screw up in your life in a week or so.” Today was mine, apparently.

    I’m going to hang my head in shame.

    #70113

    configure the WordPress plugin and also follow it’s instructions to modify the wp-config.php file in WordPress.

    Did that.

    Further to this, you should clear out any manual settings you have made to bb-config.php in bbPress and re-check your settings in the “WordPress integration” page in bbPress admin.

    Did that.

    Then clear all your cookies and retest.

    Did that (went in to Firefox’s cookies and after logging out, whacked everything from my domain).

    Result: Login is not shared as I think it should be.

    If I login on bbPress I can get into my WordPress admin area, but I do not show up as logged in on the WordPress ‘regular’ side. If I go to comment, it says I’m not logged in.

    Also, if I have this line in, I can’t log in to both at the same time:

    $bb->logged_in_cookie = 'wordpress_logged_in_<long string>';

    I think clearly something’s wrong on my end, but damned if I can sort out what!

    EDIT!

    I watched my cookies as I logged into bbPress after being logged into WordPress.

    WordPress makes two entries for wordpress_logged_in_<long string>! Both have ‘Domain’ of .domain.net, and then path of / and /blog/

    bbPress has one entry and it has Host of domain.net (no leading . ) and path of /

    I fixed the host/domain part by setting $bb->cookiedomain = '.domain.net'; but I’m pretty convinced this double existence of the logged_in cookie is what’s screwing me up.

    #70110
    the_Wish
    Member

    Alright I figured it out now for my case.

    In wp-config.php I had to add both lines

    define('COOKIE_DOMAIN', '.domain.com');
    define('COOKIEPATH', '/');

    as opposed to just

    define('COOKIEPATH', '/');

    which the WP Plugin suggests to do.

    The WP Integration Settings in the bbP Admin section got this part right but not the Plugin Settings in WP.

    Anyways it’s working now all the way. Great achievement Sam!

    #70206
    _ck_
    Participant

    Ah I didn’t think of handling &nbsp;

    But I thought bbpress allowed htmlentities. Maybe only some of them.

    #70194
    johnnydoe
    Member

    hello chris,

    i’m actually not able to run the first accordion of http://jquery.bassistance.de/accordion/demo/ inside of mytheme/front-page.php

    here is my header.php part

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"<?php bb_language_attributes( '1.1' ); ?>>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><?php bb_title() ?></title>

    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript" src="js/jquery.accordion.js"></script>
    <script type="text/javascript" src="js/jqq.js"></script>

    <?php bb_feed_head(); ?>
    <link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" />
    <?php if ( 'rtl' == bb_get_option( 'text_direction' ) ) : ?>
    <link rel="stylesheet" href="<?php bb_stylesheet_uri( 'rtl' ); ?>" type="text/css" />
    <?php endif; ?>

    <?php bb_head(); ?>

    </head>

    <body id="<?php bb_location(); ?>">

    ........ etc

    and the front-page.php part:

    <div class="basic" id="list1b">
    <a>Titel1</a>
    <div>

    You've seen it coming!
    Buy now and get nothing for free!

    </div>
    <a>Titel2</a>
    <div>

    your bear, you have to admit it!
    No, we aren't selling bears.

    </div>
    <a>Titel3</a>
    <div>

    get two for three beer.

    And now, for something completely different.
    And now, for something completely different.

    </div>
    <a>Titel4</a>
    <div>

    get two for three beer.

    And now, for something completely different.
    And now, for something completely different.

    </div>

    </div>

    jqq.js is:

    jQuery().ready(function(){
    // simple accordion
    jQuery('#list1a').accordion();
    jQuery('#list1b').accordion({
    autoheight: false
    });

    // second simple accordion with special markup
    jQuery('#navigation').accordion({
    active: false,
    header: '.head',
    navigation: true,
    event: 'mouseover',
    fillSpace: true,
    animated: 'easeslide'
    });

    // highly customized accordion
    jQuery('#list2').accordion({
    event: 'mouseover',
    active: '.selected',
    selectedClass: 'active',
    animated: "bounceslide",
    header: "dt"
    }).bind("change.ui-accordion", function(event, ui) {
    jQuery('<div>' + ui.oldHeader.text() + ' hidden, ' + ui.newHeader.text() + ' shown</div>').appendTo('#log');
    });

    // first simple accordion with special markup
    jQuery('#list3').accordion({
    header: 'div.title',
    active: false,
    alwaysOpen: false,
    animated: false,
    autoheight: false
    });

    var wizard = $("#wizard").accordion({
    header: '.title',
    event: false
    });

    var wizardButtons = $([]);
    $("div.title", wizard).each(function(index) {
    wizardButtons = wizardButtons.add($(this)
    .next()
    .children(":button")
    .filter(".next, .previous")
    .click(function() {
    wizard.accordion("activate", index + ($(this).is(".next") ? 1 : -1))
    }));
    });

    // bind to change event of select to control first and seconds accordion
    // similar to tab's plugin triggerTab(), without an extra method
    var accordions = jQuery('#list1a, #list1b, #list2, #list3, #navigation, #wizard');

    jQuery('#switch select').change(function() {
    accordions.accordion("activate", this.selectedIndex-1 );
    });
    jQuery('#close').click(function() {
    accordions.accordion("activate", -1);
    });
    jQuery('#switch2').change(function() {
    accordions.accordion("activate", this.value);
    });
    jQuery('#enable').click(function() {
    accordions.accordion("enable");
    });
    jQuery('#disable').click(function() {
    accordions.accordion("disable");
    });
    jQuery('#remove').click(function() {
    accordions.accordion("destroy");
    wizardButtons.unbind("click");
    });
    });

    info: the js-parts are in the “theme” root (kakumei/js/) , the css parts of the accordion are merged into the original kakumei stylesheet.

    thanks so far.

    #69667

    In reply to: bbPress Facebook page

    Joined. ;)

    #70205
    johnhiler
    Member

    This looks awesome! I am going to try it out tomorrow… I noticed that some nbsp’s were being “encoded” in my bbPress installs tonight, and was wondering how I was gonna strip them out. Looking forward to trying this out :-).

    Will report back with results.

    #70106
    Sam Bauers
    Participant

    @johnjamesjacoby

    In your wp-config.php file, right after you include bbPress you should probably clear out all filters and actions so that nothing in bbPress alters WordPress unexpectedly. Use this code right after the include to do that:

    // Remove filters and action that have been set by the included bbPress
    if ( defined( 'BB_PATH' ) ) {
    $wp_filter = array();
    $wp_actions = array();
    $merged_filters = array();
    $wp_current_filter = array();
    }

    #4435
    _ck_
    Participant

    On some forums you might want to remove bad html markup that’s not allowed instead of encoding it into text. Here’s a mini-plugin to do just that. It also converts <b> into <strong> and <i> into <em>

    It only runs when posts are saved instead of each time they are displayed to keep things at full speed. Posts by Moderators and Administrators are not stripped.

    (note: for now it doesn’t obey backticks and will strip inside them)

    <?php
    /*
    Plugin Name: Strip Bad Markup
    Plugin URI: http://bbpress.org/plugins/topic/
    Description: removes tags that are not allowed in posts instead of encoding them
    Author: _ck_
    Author URI: http://bbShowcase.org
    Version: 0.0.1
    */

    add_filter('pre_post', 'strip_bad_markup',9);

    function strip_bad_markup($text) {
    if (!bb_current_user_can('moderate')) {
    $tags=bb_allowed_tags(); $tags['br']=true; $tags['p']=true; $tags = implode('|',array_keys($tags));
    $text=preg_replace(array("/<(/)?b>/si","/<(/)?i>/si"),array("<$1strong>","<$1em>"),$text);
    $text=preg_replace("/</?(?!($tags)).*?>/sim","", $text);
    }
    return $text;
    }

    ?>

    #70193
    chrishajer
    Participant

    What do you mean does not work? What appears in the <head> section of the rendered pages? Post your edited header.php as well.

    And you should probably use bb_enqueue_script (or maybe it’s wp_enqueue_script depending on the version you’re running.) That prevents loading a script more than once, I believe.

    #70099

    Sam…

    Logged in as KeyMaster, using the BBP1.0alpha4 (non trunk) and using the BBP Integration plugin for WP (trunk) I can confirm that all cookies, logins, logouts, and admin panels appear to be working from every direction.

    WordPress installed in “ROOT/” directory.

    bbPress installed in “ROOT/forums/” directory.

    Pat yourself on the back soldier, we have lift-off.

    Once I am comfortable with my findings and can test this more thoroughly I’ll write a detailed how-to integrate topic ASAP.


    Side note: It also all appears to still work even with deep integration in the bb-config.php file. Still testing so stay tuned with that.

    #70082
    JesperA
    Member

    I should have though of that ;) Thanks

    #4430
    Burt Adsit
    Member

    Howdy. I’ve got a buddypress, mu and bbpress site. buddypress is trying to access some forums in bbpress thru xmlrpc. Essentially sambauer’s bbpress_live widget is being used. My problem is that the connection between buddypress and bbpress is failing for some reason unknown to me.

    Here’s the sequence of things going on.

    buddypress wants to do some stuff in the bbpress forums so a bbpress_Live_Fetch obj is instantiated and the constructor is called. The constructor, since it’s purpose is to fetch something, tries to setup a connection between buddypress and bbpress through one of it’s member functions set_endpoint().

    With me so far? We haven’t gotten to the problem yet.

    set_endpoint() makes a call to a function in /wp-content/comment.php called discover_pingback_server_uri(). That function’s purpose is to do exotic stuff finding a ‘pingback server uri’ for the passed uri.

    I don’t know what that is and don’t really care. I do care that the workhorse part of that function is actually a call to a new 2.7 function that goes out and GETs what is located at the url in question. When it GETs the goop back from that url, it parses it and returns a ping back server uri.

    However, the function that it uses to GET goop from the passed url always returns 404 when looking for my bbpress url. It does exist.

    The function wp_remote_get() when passed a valid url for bbpress such as ‘http://myfavsite.org/bbpress/&#8217; returns 404.

    Here’s the maddening part. It works on a windows development server but not on the live linux server. Same code, same .htaccess files, essentially the same httpd.conf file.

    Why would wp_remote_get() return 404 for a valid url? wp_remote_get() and it’s brethren seem to be new in mu 2.7.

    wpmu 2.7 r1574 is what I got runnin’

    #70096

    I’m not sure it fixed everything. Or at least not with root cookies.

    If I log in via bbpress I’m logged into bbPress AND WordPress Admin but NOT WordPress user. If I try, subsequently, to login as WordPress user, it acts like I’m logged in, but if I go back to a regular page, it doesn’t work. If I then logout on bbPress, I can log in to WordPress. This happens in reverse as well. I can’t be logged into BOTH at once.

    The ‘fix’ to that was to add this to wp-config.php

    // Cookies
    define('COOKIE_DOMAIN', '.domain.net');
    define('COOKIEPATH', '/' );

    Which has the even WEIRDER side effect of logging me out between apps. Log in to bbPress, fine. Log in to WordPress, logged OUT of bbPress. Ad nasuem.

    The ‘fix’ to that is to disconnect

    $bb->logged_in_cookie = 'wordpress_logged_in';

    Which is sooo wrong.

    FWIW:

    #69681

    what variables can you retrieve from the global $forum variable?

    #4431

    Okay, so here’s how the story goes…

    I downloaded bbPress 1.0-alpha3 because I’m using WordPress 2.6.3…however I’m not sure if that even matters since I don’t really want to integrate the two.

    I removed all the installation files from the bbpress folder, and placed them into my /forums directory. I did this because I wanted my forums to be in http://www.beardownarizona.com/forums, not beardownarizona.com/forums/bbpress.

    Once all the files were installed via FTP into my /forums directory, I went to the site and proceeded with the installation. The first screen said “There doesn’t seem to be a bb-config.php file. This usually means that you want to install bbPress. ” so I continued and put in my database name, username, password, along with my host.

    When I hit “save database configuration” I got a ridiculously long error message:

    Warning: fopen(D:Hosting3362703htmlforums/bb-config.php) [function.fopen]: failed to open stream: Permission denied in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1019

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fwrite(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1025

    Warning: fclose(): supplied argument is not a valid stream resource in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1031

    Warning: chmod() [function.chmod]: No such file or directory in D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php on line 1033

    Warning: Cannot modify header information - headers already sent by (output started at D:Hosting3362703htmlforumsbb-adminincludesclass.bb-install.php:1025) in D:Hosting3362703htmlforumsbb-includesfunctions.bb-core.php on line 842

    So instead of hassling with that, I created my own bb-config.php file, and uploaded it to the /forums directory. This allowed me to complete the entire installation. However it had one minor error, which said “Key master email not sent!” The installation log is below:

    `Referrer is OK, beginning installation…

    Step 1 – Creating database tables

    >>> Modifying database: beardownforum (beardownforum.db.3362703.hostedresource.com)

    >>>>>> Table: bb_forums

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_meta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_posts

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_terms

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_relationships

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_term_taxonomy

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_topics

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_users

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    >>>>>> Table: bb_usermeta

    >>>>>>>>> Creating table

    >>>>>>>>>>>> Done

    Step 2 – WordPress integration (optional)

    >>> Integration not enabled

    Step 3 – Site settings

    >>> Site name: Bear Down Arizona Forums

    >>> Site address (URL): http://www.beardownarizona.com/forums/

    >>> From email address: brad@beardownarizona.com

    >>> Key master created

    >>>>>> Username: beardownarizona

    >>>>>> Email address: brad@beardownarizona.com

    >>>>>> Password: (password removed)

    >>> Description: Just another bbPress community

    >>> Forum name: Bear Down Forums

    >>>>>> Topic: Your first topic

    >>>>>>>>> Post: First Post! w00t.

    >>> Key master email not sent!

    There were some errors encountered during installation!’

    Now when I go to my forums page at http://www.beardownarizona.com/forums, I get a “page not found” error. I’ve double checked my installation files, and they are all there, so I don’t think I’m missing any files…

    I’m just at a complete loss for how to proceed. I just want to install the forums on the page, I’m not worried about integration or anything like that, since I don’t really have “users” on my main site. The forums are going to be used for that purpose.

    If it makes a difference, I’m using godaddy as my host…If you have any ideas for how I can fix this, please let me know!!

    Thanks!

Viewing 25 results - 26,226 through 26,250 (of 32,467 total)
Skip to toolbar