Hi chrishajer,
It seems like a similar problem, for sure. Is there a fix for it? I’m using version 0.8. According to that thread, this issue should only occur in older versions.
Incidentally, I’m not using any custom templates or plugins. It’s an “out-of-the-box” install of 0.8.
I don’t think there was a solution on the other topic: I believe it ended with a question to try something else (different plugin versions) which would not apply in your case.
What operating system are you using? Maybe I can do an install on localhost and see if I can recreate your problem.
I’m surprised it works on localhost actually, but Trent said there are lots of successful localhost installs. Can you install into a different folder on your web host and see if it works there? I know there might be an issue, but if this is for experimentation, why not perform the experiment on the hardware it will eventually go live on?
If your operating system is a Linux variant (I am using Kubuntu Edgy), I can do an install here and see if I have the same problem.
Hi chrishajer,
Thanks for the help. I’m using Windows XP Home with SP2 installed and XAMPP as the web server.
I tried a test installation on a private subdomain on the actual web host hardware and it is indeed working there, but since I’d ultimately like to try developing themes and plugins, it would be a lot more convenient if I could work on this locally. (I actually run a complete mirror of my site locally for development purposes. Since the site is somewhat complicated as a whole, it’s important for me to test everything on the non-live site before I flip the metaphorical switch.)
The problem with localhost will be addressed in the next version for sure, but it always helps to check out this ticket for reference to any problems with localhost installs:
https://trac.bbpress.org/attachment/ticket/575/
Referencing this file:
https://trac.bbpress.org/attachment/ticket/575/path-to-url.2.php
Trent
Thanks, Trent. I’ll give the plugin fix a shot and keep an eye on the ticket.
Hi Trent,
I’m having the same issue with marky. I’ve tried to look at ticket 575 but it’s not there anymore.
I would appreciate any help. Thanks.
Hello
I’m having the same exact problem, with the same configuration: Win Xp with SP2 + Xampp.
Installation went fine, WP users (with the locally installed WP) are recognized, even the french translation file works.
The path to my stylesheet seems fine, I checked the source. But it won’t work.
I didn’t get how to fix it. I saw the PHP code but it doesn’t tell WHERE to put it. If anyone could tell, that would be great.
bbx
EDIT: I’ve tried to figure it out by myself but it didn’t work out.
I added the function in the “functions.php” file, and the add_filter in the “default-filters.php” file, both files being in the “bb-includes” folder.
What did I do wrong?
If the stylesheet path is correct, you do not have the same problem. It should not contain at all.
The code should maybe go in /my-plugins/.
Actually I made a mistake, it’s not the good path.
Anyway, it’s only a local problem. So I just replace the php function with the exact local URL (http://localhost/…/style.css) in the header.php file.