Skip to:
Content
Pages
Categories
Search
Top
Bottom

Install problems

Published on October 19th, 2009 by PickledPC

ok so i uploaded fine, set-up fine, did the integration but did NOT set User Roles (BAD IDEA). Now the admin page has been removed because of the install, even un-installed the wordpress plugin. So I can’t fix it, tried to delete the forum folder and re-upload but the install is still there and still works just like it did, broke.

I can’t figure out how to correct the issue or even better a complete uninstall so I can follow the great tutorial here: https://bbpress.org/forums/topic/basic-integration-screencast

I’m guessing it has something to do with the sql tables but I’m lost at this point. pickledpc.com

what is the best way to correct the issue? and how can I ensure a complete reset so that i can do a fresh install?

Blockquote doesn't work in bbPress "Options" theme

Published on October 19th, 2009 by meursault2

Homepage – http://www.sublimeoblivion.com/forum/

Using a heavily-customized theme of Options 0.1 Alpha (Dark) by Justin Tadlock (http://bbshowcase.org/themes/bbpress-options.zip)

[blockquote]Quite simply, the problem is that BBquotes don’t work.[/blockquote]

It doesn’t matter whether I use

Quote:
, [blockquote] or the HTML code for blockquotes.

I’ve noticed that removing the { margin: 0; padding: 0; } at the very start of the style.css does enable it, but it jumbles up the paddings and alignments for the header menus and topic posts. My attempts to import code enabling normal quoting from other themes were unsuccessful. PS. Justin’s “Structure” theme also doesn’t support quotes.

Any help or advice will be much appreciated, thank you.

jquery superfish problem

Published on October 18th, 2009 by KillerSneak

So i need some help. I have integrated BBPress with WordPress but the template I’m running only loads the Jquery SuperFish menu when it finds WP 2.8 – i need to alter the code so it also loads when it find BB press 1.0 / 1.0.2

here’s the code

<?php

if ( $wp_version != '2.8')

{

wp_deregister_script('jquery');

wp_enqueue_script('jquery', get_template_directory_uri() . '/js/jquery-1.3.2.min.js', null, '1.3.2', false);

wp_enqueue_script('jquery-ui', get_template_directory_uri() . '/js/jquery-ui-1.7.1.min.js', 'jquery', '1.7.1', false);

} else {

wp_enqueue_script('jquery-ui-tabs', null, array('jquery', 'jquery-ui-core'), null, false);

}

if ( $bb_version != ‘1.0’)

{

wp_deregister_script(‘jquery’);

wp_enqueue_script(‘jquery’, get_template_directory_uri() . ‘/js/jquery-1.3.2.min.js’, null, ‘1.3.2’, false);

wp_enqueue_script(‘jquery-ui’, get_template_directory_uri() . ‘/js/jquery-ui-1.7.1.min.js’, ‘jquery’, ‘1.7.1’, false);

} else {

wp_enqueue_script(‘jquery-ui-tabs’, null, array(‘jquery’, ‘jquery-ui-core’), null, false);

}

wp_enqueue_script(‘jquery-cycle’, get_template_directory_uri() . ‘/js/jquery.cycle.all.min.js’, ‘jquery’, null, false);

wp_enqueue_script(‘jquery-validate’, get_template_directory_uri() . ‘/js/jquery.validate.min.js’, ‘jquery’, null, false);

if ( !function_exists(‘pixopoint_menu’) ) {

wp_enqueue_script(‘hoverintent’, get_template_directory_uri() . ‘/js/superfish/hoverIntent.js’, ‘jquery’, null, false);

wp_enqueue_script(‘superfish’, get_template_directory_uri() . ‘/js/superfish/superfish.js’, ‘jquery’, null, false);

}

if ( is_singular() ) {

wp_enqueue_script(‘comment-reply’);

}

wp_enqueue_script(‘arras-base’, get_template_directory_uri() . ‘/js/base.js’, ‘jquery’, null, false);

wp_head();

arras_head();

if ( !function_exists(‘pixopoint_menu’) ) :

?>

<script type=”text/javascript”>

$(document).ready(function() {

$(‘.sf-menu’).superfish({

delay: 1000, // one second delay on mouseout

animation: {opacity:’show’,height:’show’}, // fade-in and slide-down animation

speed: ‘fast’, // faster animation speed

autoArrows: false, // disable generation of arrow mark-up

dropShadows: false // disable drop shadows

});

});

</script>

<?php endif ?>

BBPress:Syntax Hiliter plugin and a bad replacement

Published on October 18th, 2009 by ZoiX

Hi all!

I have a problem with BBPress:Syntax Hiliter plugin and simple quotes (‘) or normal quotes (“).

When in my code I have a quote, the plugin (or bbpress?) change it by the hexadecimal code.

For example, if in my code I have a simple quote (‘), appear in the code &#39.

.

I was reading an issue about it and maybe the functions.bb-formatting.php file have an answer, anyway, I don’t have what I need to edit.

Anyone have any idea?

Thank you :)

Avatar Upload doesn't work

Published on October 18th, 2009 by ikiwi

Hi,

I followed the instructions on how to upload the Avatar Upload plug-in. When I go to my forums, make a new account and then try editing my avatar, it takes me to the home page of the forums. How can I fix this?

Any ideas,

iKiwi

Extreme Database Help– I'm an Idiot

Published on October 18th, 2009 by weildish

(As an afterthought, this ought to be in troubleshooting, but I can’t change it… sorry!)

Hello. Let me introduce myself. I am an idiot.

I installed bbPress to my server. I wanted to have user integration with my WordPress installation. Great. I ran the installation, but I knew I’d have to do a lot of things manually because of my server set up. I entered the appropriate information for the config file, and it prompted me to create the config file with certain information in it because it didn’t have permissions to do so. Exactly what I expected. I ran the rest of the setup as it should go, and when I had it commence with the installation, it said that it had installed but with some minor errors. I looked at the config file, and the keys hadn’t been saved. So I entered in the keys as they should have gone, but then I stupidly changed the blasted database prefix to the same prefix as my WordPress installation thinking for some stupid reason that I was changing the setting for WordPress integration! IDIOT! It installs again with some “minor errors,” but this time going to the address of the forum actually brought up the forum instead of the installation prompt. I mozy on over to my WordPress installation (http://ipfcubed.com– which I’ve currently set to be inaccessable to the public– you’ll see why). Now every single draft and scheduled post (as well as unapproved submissions from contributors in the community) is now visible on the main page. When I make a new post, it says the year is 1999 (EDIT: Sorry– the date is still correct, but the post’s address says that it’s 1999: http://ipfcubed.com/1999/11//. The published posts count is also off– it says I have zero published posts in the dashboard. I can see that I’ve majorly messed up the posts table. Can someone PLEASE help me fix it? Any and all suggestions are welcome! Below I’ve provided both the error message and the installation log that it gave me:

THE LOG (errors below this):

Referrer is OK, beginning installation…<br />
>>> Setting up custom user table constants</p>
<p>Step 1 - Creating database tables<br />
>>> Modifying database: jordan_wp (localhost)<br />
>>>>>> Table: ipf3_forums<br />
>>>>>>>>> Creating table<br />
>>>>>>>>>>>> Done<br />
>>>>>> Table: ipf3_meta<br />
>>>>>>>>> Creating table<br />
>>>>>>>>>>>> Done<br />
>>>>>> Table: ipf3_posts<br />
>>>>>>>>> Adding column: post_id<br />
>>>>>>>>>>>> SQL ERROR! See the error log for more detail<br />
>>>>>>>>> Adding column: forum_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding column: topic_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding column: poster_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding column: post_text<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding column: post_time<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding column: poster_ip<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Setting default on column: post_status<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Changing column: post_status<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding column: post_position<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Dropping index: PRIMARY<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding index: PRIMARY<br />
>>>>>>>>>>>> SQL ERROR! See the error log for more detail<br />
>>>>>>>>> Adding index: topic_time<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding index: poster_time<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding index: post_time<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding index: post_text<br />
>>>>>>>>>>>> Done<br />
>>>>>> Table: ipf3_terms<br />
>>>>>>>>> Changing column: term_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Changing column: name<br />
>>>>>>>>>>>> Done<br />
>>>>>> Table: ipf3_term_relationships<br />
>>>>>>>>> Changing column: object_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Changing column: term_taxonomy_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Adding column: user_id<br />
>>>>>>>>>>>> Done<br />
>>>>>> Table: ipf3_term_taxonomy<br />
>>>>>>>>> Changing column: term_taxonomy_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Changing column: term_id<br />
>>>>>>>>>>>> Done<br />
>>>>>>>>> Changing column: parent<br />
>>>>>>>>>>>> Done<br />
>>>>>> Table: ipf3_topics<br />
>>>>>>>>> Creating table<br />
>>>>>>>>>>>> Done</p>
<p>Step 2 - WordPress integration (optional)<br />
>>> WordPress address (URL): http://ipfcubed.com/<br />
>>> Blog address (URL): http://ipfcubed.com/<br />
>>> WordPress cookie keys set.<br />
>>> WordPress "auth" cookie salt set from input.<br />
>>> WordPress "logged in" cookie salt set from input.<br />
>>> Fetching missing WordPress cookie salts.<br />
>>>>>> WordPress "secure auth" cookie salt not set.<br />
>>> User database table prefix: ipf3_</p>
<p>Step 3 - Site settings<br />
>>> Site name: IPF³ Forum<br />
>>> Site address (URL): http://forum.ipfcubed.com/<br />
>>> From email address: jordanspencer@ipfcubed.com<br />
>>> Key master role assigned to existing user<br />
>>>>>> Username: admin<br />
>>>>>> Email address: jordanspencer@ipfcubed.com<br />
>>>>>> Password: Your existing password<br />
>>> Description: Just another bbPress community<br />
>>> Forum name: The General of Electric<br />
>>>>>> Topic: Your first topic<br />
>>>>>>>>> Post: First Post! w00t.<br />
>>> Key master email sent

There were some errors encountered during installation!

ERRORS:

SQL ERROR!<br />
>>> Database: jordan_wp (localhost)<br />
>>>>>> ALTER TABLE <code></code>ipf3_posts<code>ADD COLUMN</code>post_id

bigint(20) NOT NULL auto_increment;

>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key

SQL ERROR!

>>> Database: jordan_wp (localhost)

>>>>>> ALTER TABLE ipf3_posts ADD PRIMARY KEY (post_id);

>>>>>> Key column ‘post_id’ doesn’t exist in table

Thank you!

Admin>Plugins Link Not Working

Published on October 17th, 2009 by CopyandPaster

I just set up a bbpress in a subfolder of my wordpress blog /forums and everything seemed to be working fine until I tried to install some plugins.

I would click on “Plugins” on the left side of the menu and be directed to a blank page: /forums/bb-admin/plugins.php

I have really no idea what to do right now and could use any kind of help you guys can offer.

Problem @ installation end

Published on October 16th, 2009 by hokejzinas

Now I try to set up my own web, so I choose WordPress. And when i try to install bbpress there is one problem

First of all I upload all bbPress files in subdirectory /Forum

All installation went fine, and finish succesfully, but when I try to reach my forum/admin panel (http://…… .com/Forum), than there is error message:

“Oh dear!

bbPress is already installed.

Perhaps you meant to run the upgrade script instead?”

What I should to do, to avoid it, and set up bbPress correctly?

Thanks!

errored when installed

Published on October 16th, 2009 by adtv

plz help me.

my error:

Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-settings.php on line 186

Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-includesbackpressfunctions.wp-object-cache.php on line 108

Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-includesbackpresspomomo.php on line 171

Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-includesfunctions.bb-l10n.php on line 484

Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-includesbackpressclass.wp-taxonomy.php on line 581

Deprecated: Assigning the return value of new by reference is deprecated in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-adminincludesclass.bb-install.php on line 1280

Warning: Cannot modify header information – headers already sent by (output started at C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-settings.php:186) in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-adminincludesclass.bb-install.php on line 390

Warning: Cannot modify header information – headers already sent by (output started at C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-settings.php:186) in C:xampplitehtdocswordpresswp-contentpluginsbbpressbb-includesfunctions.bb-core.php on line 1101

How do you setup bbPress for french users/english admin?

Published on October 16th, 2009 by hw-boutdechou

For the record — I am completely and totally new to bbPress but I have a pretty good knowledge of wordpress and themes.

I am setting up a forum for french speaking people so the interface has to be completely french BUT, I am english and need the admin area to be english. We installed version 1.0.2 thinking we could get a plugin but now I wonder if I have the right installation.

Can anyone help me figure this out?

Thanks!

Helen

Skip to toolbar