Search Results for '"wordpress'
-
AuthorSearch Results
-
August 20, 2008 at 9:25 am #67039
In reply to: “Demo site” – wordpress integrations problem
rpophessagr
Memberif i remove the line: if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
then this does not happen.
This happens with any theme i put up.
August 20, 2008 at 7:38 am #67038In reply to: “Demo site” – wordpress integrations problem
rpophessagr
Memberno error, no failure.
i’ll set it up so you can see
try logging in with
UN: guest1
PW: q%dxPv8&xBz1
greenprophet.com/exegesis
as you can see it acts completely normal, it just looks like you never logged in…
thanks
August 20, 2008 at 1:46 am #66060In reply to: WordPress + bbPress Integration 101
Idiom
MemberI can not figure out where i went wrong.. I’m using the latest 1.0 alpha release at 2.6. Everything apperas to work as expected (users exist in both systems, etc). However, the auto login is not working. I believe i followed the instructions to the “T”. Heres the stored cookie for both systems.
WordPress cookie after login:
/r30ab08c19a56be384114b23c09751029b7cf0de2e632d894d28d72e65f7f9f4=paul%7C1219369085%7Cc34a82349db07b4910c7910f399a9524
wordpress_=brian%7C1219369051%7Cf203245956a5b6a1e75d245128f85ced
wordpress_test_cookie=WP+Cookie+check
wordpress_logged_in_=brian%7C1219369051%7C3738545f5bdb765f9ba4f5696e435ff9
wordpress_logged_in_57ff593b3dd6a2c72983ec37fa6fbe1a=paul%7C1219369085%7C6abf020fe1dc18102166be4e3a709ab1
BBpress immediatly after logging into wordpress:
/rwordpress_test_cookie=WP+Cookie+check
wordpress_logged_in_=brian%7C1219369051%7C3738545f5bdb765f9ba4f5696e435ff9
wordpress_logged_in_57ff593b3dd6a2c72983ec37fa6fbe1a=paul%7C1219369085%7C6abf020fe1dc18102166be4e3a709ab1
BBpress (already logged into wordpress, now manually logging into BBPress:
/rwordpress_test_cookie=WP+Cookie+check
wordpress_logged_in_=brian%7C1219369051%7C3738545f5bdb765f9ba4f5696e435ff9
wordpress_logged_in_57ff593b3dd6a2c72983ec37fa6fbe1a=brian%7C1219369533%7C9bc6a13aa1062a28d82bf0c30680253d
any ideas?
Cheers!
Brian
August 19, 2008 at 11:17 pm #66816Sam Bauers
Participant1.0-alpha now includes php-mailer from WordPress.
I’ve added a plugin for 1.0-alpha to allow sending of email via an SMTP server. https://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/
August 19, 2008 at 11:10 pm #67037In reply to: “Demo site” – wordpress integrations problem
chrishajer
ParticipantWhat happens when you try to log in? The log in fails, or you are redirected to the form, or you get some sort of error message?
August 19, 2008 at 9:52 pm #67036In reply to: “Demo site” – wordpress integrations problem
rpophessagr
Memberthanks!
when I have the line: if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
in my bb-config.php file when I try to log in the wont accept it. as if the cookies are disabled…
August 19, 2008 at 8:24 pm #67075In reply to: Redirect Loop after installation
danvollans
MemberMy issue is resolved. There was an issue with the user tables not collaborating, so I put WPMU 2.6 and bbPress 1.0 Alpha in separate databases, and followed _ck_’s tutorial on install. I also used the plugin for loss of admin access. Everything now works beautifully. (so far!
)WordPress:
http://blog.danvollans.com/wpmu/
bbPress:
August 19, 2008 at 6:56 pm #67074In reply to: Redirect Loop after installation
danvollans
MemberThe reason for the loop is that it’s trying to create repeat tables in the database, either new database or the wordpress database, whichever one you chose to use. I believe this is the cause for the loop, if you go into mysql, use:
mysql -u <user> -p
and then type your password
type:
use <databasename>
then type show tables;
and then type drop table <table name with prefix bb_>
and drop each table that was a remnant of bbpress. This is the way to start a new install.
August 19, 2008 at 6:30 pm #67073In reply to: Redirect Loop after installation
f3lix
Memberin my case I can successfully go through step 2, and the system tells me:
“Your WordPress integration cookie and database settings have been successfully validated. They will be saved after the next step.
…”
After that I name the forum, choose my normal WP-Admin-User,etc.
When I want to complete the next step it prompts me with: Installation Errors:
“Forum could not be created!” and tells in the complete log:
“Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: <my_db> (<my_host>)
>>>>>> Table: bb_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_posts
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_tagged
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_tags
>>>>>>>>> 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_topicmeta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: wp_users
>>>>>>>>> Changing column: ID
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_login
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_pass
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_nicename
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_email
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_url
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_registered
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_status
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: display_name
>>>>>>>>>>>> Done
>>>>>> Table: wp_usermeta
>>>>>>>>> Changing column: umeta_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_id
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://www.fl3x.org/blog/
>>> Blog address (URL): http://www.fl3x.org/blog/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> Fetching missing WordPress cookie salts.
>>>>>> WordPress “secure auth” cookie salt not set.
>>> User database table prefix: wp_
Step 3 – Site settings
>>> Site name: fl3x Forum
>>> Site address (URL): http://www.fl3x.org/blog/bbpress/
>>> From email address: <my_email>
>>> Key master role assigned to existing user
>>>>>> Benutzername: <admin_user>
>>>>>> E-Mail-Adresse: <my_email>
>>>>>> Passwort: Your existing password
>>> Beschreibung: Just another bbPress community
>>> Forum could not be created!
>>> Key master email sent
There were some errors encountered during installation!”
Thats all, and afterwards I won’t see a forum, I only get error messages on Firefox regarding a redirection loop.
August 19, 2008 at 6:18 pm #67072In reply to: Redirect Loop after installation
danvollans
MemberEven deeper, this is a problem with the wordpress integration for me. I tried installing without integrating and it worked just fine. It’s possible that for me the integration must come afterwards..
August 19, 2008 at 5:40 pm #67070In reply to: Redirect Loop after installation
danvollans
MemberYeah, I have been looking for something similar. My error occurred actually in a different spot now that I remember. The issue that I was running into was when I created the KeyMaster user, I named it admin, foolishly. This came with an error saying that the user is already in my wordpress database so it could not create user “admin”. That is where the loop began. I have since cleared my cache, search history, and everything that you can clear in firefox including cookies.
I also tried this in Safari so it is most definitely not a browser related issue, or an issue with the actual bbPress, since this isn’t very common. It then must be a database issue, so I’ll continue to look into it.
Thanks for the ideas.
August 19, 2008 at 2:55 pm #66814singlezhang
MemberI can get it work, with this plugin new users can receive the reg-email. But the problem is the users can not login. After click login button a blank page come out. If deactive the plugin, the users can login, but new users can not receive the reg-email.
with IIS+PHP5, wordpress 2.5.1,
August 19, 2008 at 2:42 pm #67068In reply to: Redirect Loop after installation
danvollans
Member**edit**
I am using the latest WordPressMU with the Alpha release of bbPress.
**end-edit**
I am actually receiving this same error. I tried installing initially and completed the install until the final step where I needed to create a forum. I tried to make a Hello World forum and I got an error saying that the installation failed. I couldn’t go back a step or anything .
I just gave up on that install since it was fairly quick anyways, and removed the bbpress directory. I then re-downloaded the install file, unzipped it into my root directory and re-attempted the install. Now, whenever I try and re-install by going to the url that contains the bbpress install http://danvollans.com/bbpress I get a redirection error after the first step where I input my database information. I have since not been able to get past this step. Any help on this would be greatly appreciated, especially since now I believe I’m not the first to receive this type of error.
Thank you very much!
August 19, 2008 at 1:01 pm #67035In reply to: “Demo site” – wordpress integrations problem
chrishajer
ParticipantWell, that text being displayed won’t have any effect on logging in. It’s not a conditional, it’s just printing out the text. You can safely remove that and it won’t appear onscreen.
So that text was a red herring.
Now, ignoring the Regisration text, what problem are you having logging in?
August 19, 2008 at 9:01 am #67034In reply to: “Demo site” – wordpress integrations problem
rpophessagr
Memberok, i found it in the theme file login-form.php
any ideas? here is the file… I am having trouble figuring out why it wont let me login when i have the require_once(‘../wp-blog-header.php’); in my bb-config
thanks!
<form class=”login” method=”post” action=”<?php bb_option(‘uri’); ?>bb-login.php”>
<p>Regisration disabled. This is a demo site.</p>
<label><?php _e(‘Username:’); ?>
<input name=”user_login” type=”text” id=”user_login” size=”13″ maxlength=”40″ value=”<?php echo attribute_escape( $_COOKIE[ bb_get_option( ‘usercookie’ ) ] ); ?>” />
</label>
<label><?php _e(‘Password:’); ?>
<input name=”password” type=”password” id=”password” size=”13″ maxlength=”40″ />
</label>
<input name=”re” type=”hidden” value=”<?php global $re; echo $re; ?>” />
<input type=”submit” name=”Submit” id=”submit” value=”<?php echo attribute_escape( __(‘Log in »’) ); ?>” />
</form>
August 19, 2008 at 7:28 am #67060In reply to: how to include wordpress sidebar.php file in forums
chrishajer
ParticipantTo use WordPress functions inside bbPress, you need to do this:
https://bbpress.org/documentation/integration-with-wordpress/#functions (the Functions section at the bottom of that page). Be sure that include line is at the top of bb-config.php: right after the <?php is a good place for it.
That will allow you to use WordPress functions in a bbPress page (like
<?php get_sidebar(); ?>)Then, you need to include that function call in a bbPress template file (or files) where you want it to appear. You are responsible for making sure there’s room in the template for your sidebar.
August 19, 2008 at 6:55 am #3845jayabalt
Memberany one help me ?
how to include wordpress sidebar.php file in forums
August 19, 2008 at 1:15 am #67054In reply to: Stupid Question, need simple answer
chrishajer
ParticipantAdding a link back to you blog home page was discussed here recently:
https://bbpress.org/forums/topic/how-to-add-custom-nav-bar-to-theme
For editing your theme, it’s not like WordPress. You can’t edit the stylesheet online. You would need to edit it locally then upload the changes.
August 19, 2008 at 12:35 am #66922In reply to: Redirecting Login
bushtool
Memberyea, I have same problem as jbbrwcky. If I log in to bbpress, then no longer can I access admin of wordpress. If I logout of bbpress, then I can log into wordpress.
August 18, 2008 at 11:11 pm #66844mizzmuzikluvr
MemberI do have php myadmin, and I will try this and let you know! Thank You!
August 18, 2008 at 8:27 pm #67033In reply to: “Demo site” – wordpress integrations problem
rpophessagr
Memberthank you I’ll let you know.
August 18, 2008 at 5:17 pm #66057In reply to: WordPress + bbPress Integration 101
chrishajer
ParticipantGood point. If I could clarify the instructions, I would. We’ll leave the information here 1) for others to see and 2) so the chiefs can see the difficulty some are having and clarify the instructions for all.
Thanks.
August 18, 2008 at 5:14 pm #66056In reply to: WordPress + bbPress Integration 101
keress
MemberChris wrote: “Using the same database is how the bbPress directions are written now; I think it’s assumed. “
I thought the installation instructions were vague on this point. It wasn’t at all apparent to me which way I should go, and how o safely proceed with installing it into the wordpress database. A little editing could be very helpful to others in the future.
August 18, 2008 at 4:57 pm #66055In reply to: WordPress + bbPress Integration 101
chrishajer
ParticipantThis is what it is supposed to mean:
*one users table in the DB and one login (you write
name and password once, and you are logged in the places)
Seems lots of people lately are having trouble with that. They idea behind integration is that you can log into either bbPress or WordPress, and you’ll be logged in on the other side. The two installations appear “integrated”, at least from a user login perspective.
August 18, 2008 at 4:13 pm #67032In reply to: “Demo site” – wordpress integrations problem
chrishajer
ParticipantDid you look through all your files for that word? If it’s not in the files, then it’s encoded in the files (some WordPress themes have that base 64 encoded crap in the theme) or it’s coming from somewhere else, right?
I would try to find out where it’s coming from so you can figure out how to remove it.
-
AuthorSearch Results