Forum Replies Created
-
In reply to: Theme not working!!!
Thanks Kevin.
The permissions issue when creating the my-plugins and my-templates folders is taken care of in the trunk version, but the packaged release sadly still has the problem, and it gets someone at least once per week.
In reply to: Theme not working!!!Screenshot please of your file listing showing where all the files and folders are located. This looks to me like it did before (no styles being applied.)
In reply to: Cannot Login After InstallBut yeah, Kevin, good call on the bb-config.php. Something is wrong on line 1 there it looks like.
In reply to: Cannot Login After InstallThere are no errors listed there, just warnings. Were there any actual errors? What sort of server environment is this?
If you suppress the display of warnings in the browser, you might be able to see the error.
Do you have access to PHP error logs?
In reply to: Theme not working!!!The files are not where you think they are, or the permissions are wrong. Or you have something weird going on with your WordPress .htaccess file. But if a physical file or directory exists on the server (like your forums directory) WordPress won’t handle the request for it.
Can you post a screenshot from your FTP program showing the location of all the theme files in relation to your bbPress installation?
In reply to: Can I add form fields to the registration page?pagal, please feel free to email me at chrishajer at gmail – com. I deleted Kevin’s comment about you because it was unwarranted and off-topic, and therefore your whole response became unnecessary and was deleted.
I deleted your whole comment because the information for zaerl is also off-topic here and hijacked the topic.
I don’t wish to derail this topic any further. Feel free to email me.
In reply to: Navigation MenuWhere is the menu you’re talking about? If you want a link back to your WordPress site in your header, just edit the template file header.php and put the link wherever you want it.
In reply to: Can I add form fields to the registration page?pagal, I deleted your response to kevinjohngallagher.
In reply to: I'll pay for integrating themealex_ht – post your contact information here and I will close the topic and people can contact you directly.
In reply to: Syntax errorI recommend uploading all the WordPress files again. Looks like something happened on the transfer.
If that does not resolve it, please direct your question to the wordpress.org/support forums since this looks to be a WordPress issue.
In reply to: Syntax errorThere are no line numbers in this file:
http://svn.automattic.com/wordpress/tags/3.0/wp-includes/wp-db.php
In reply to: Syntax errorThere should not be line numbers in that file. I wonder if someone on the WordPress side checked in code with line numbers?
What version of WordPress are you using? And honestly, this looks like a WordPress not bbPress issue.
Related to this recent report:
https://bbpress.org/forums/topic/fatal-error-call-to-undefined-function-2
In reply to: bbPress 1.1 – Maybe Soon!BackPress is included as an external. I don’t have the ability to update the code here. I can just check in code to bbPress. Then, on some sort of cron schedule, the code that runs bbpress.org/forums is updated. It’s not nightly, as evidenced by the fact that this site is still running r2441 (actually, I think r2442: I tagged it wrong.) So, maybe it’s not automatically done, but the job fails and someone needs to do it manually.
So, I can’t update the BackPress code that is running on this site. I could fix my local installation, and you could fix yours, but I can’t fix it here.
If you want to see what’s included externally, you can download a trunk release from the bottom of a trac page and see that Akismet and BackPress are both missing. When I check out a copy with subversion, those externals are checked out. But I can’t check in to either of those projects.
In reply to: Whoa! (bbPress.org 2.0 is live)I don’t think I have any ability to update the code that runs at the plugins site, so I can’t fix the plugins search. I believe the search is fixed here in the forums so if they update the code at plugins, it will be fixed.
I don’t know if I can fix the < < thing locally (in an external?) but I would rather they just fix the BackPress bug properly. If we fix it here, then there’s no pressure to fix it in BackPress.
In reply to: Whoa! (bbPress.org 2.0 is live)I don’t think Matt knows that we are changing the version manually. It would be nice to have that updated automatically, but I don’t have enough access to make that happen with subversion, so I just change it manually.
In reply to: Fatal error: Call to undefined functionWhat versions of the software are you running?
That looks like a WordPress error – did you integrate WordPress and bbPress and if so, how did you do it?
What were you doing when you first got that error?
What changes have you made recently?
In reply to: WordPress 3.0 multisite + bbpress : not wokingRescued this reply from Akismet:
https://bbpress.org/forums/topic/wordpress-30-multisite-bbpress-not-woking?view=all#post-70433
Rescued this reply from Akismet:
In reply to: Bug found: Bbpress with Wp-Super CacheRescued this reply from Akismet:
https://bbpress.org/forums/topic/bug-found-bbpress-with-wp-super-cache#post-70452
In reply to: what als to do ??If you open up bb-config.php in your bbpress directory, you can edit it manually and add the database host setting.
/** MySQL hostname */
define( 'BBDB_HOST', 'localhost' );Change localhost there to whatever host your hosting company told you to use for the database. You should be able to continue installation from there. You might need to restart the installation.
In reply to: what als to do ??http://aaad.201mb.com/bbpress/
The details for connecting to your database are wrong. What details do you have from the host for connecting the the database?
Username
Password
Database name
Database host
those four?
Did you enter the database host when you were installing? The field to enter the host is not visible until you check the “show advanced settings” box in step 2 when you are installing.
In reply to: Can't get custom themes to workYou have the theme inside a folder which is inside another folder, inside my-templates. You need to move the innermost peacemaker up one level and then it will work. You could also move all the files from the innermost peacemaker folder into the peacemaker folder above, then delete the peacemaker/peacemaker folder (the newly emptied innermost folder.)
The files are located here now:
http://everything-judo.info/judo-forum/my-templates/peacemaker/peacemaker/
Files need to be inside here:
http://everything-judo.info/judo-forum/my-templates/peacemaker/
If you worked on your site for 10 months, and have 100 bbPress installations, you launch it. What happens to bbPress after you launch does not matter to you. If the software you have installed works, use it. Don’t wait around for anything new.
My opinion
In reply to: WP.org improvements and bbPress as a `plugin`Good catch Gautam. It was discussed in the dev chat yesterday:
https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&day=2010-06-24&sort=asc
In reply to: Error with strtotime() functionhttps://trac.bbpress.org/changeset/2412 is where we fixed it to set the time zone explicitly.