#1358 closed defect (bug) (fixed)
Works On 3.0.1 But Fails To Work On 3.1!
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | API - Installation/Upgrade | Keywords: | |
Cc: |
Description
The problem was first found and talked about in #1334, but after a discussion with JJJ on IRC and a little debugging, along with a few checks on a couple of live sites, it'll register the theme directory in WP 3.0.1 properly but not in WP 3.1 which is very much still in alpha (but still!)
Now register_theme_directory();
has not been touched in the 3.1 cycle, so something else has and now it's just the process of figuring out what and see what we need to do to fix it? :)
Change History (7)
#2
@
14 years ago
I had a quick 5 minute chat with Ryan Boren in which he said it was perhaps caused in [WP15641] which led to him asking me to comment on #WP14911 with a little note, so I guess he's going to have a look into it? (I'll update this ticket with any new info I get and/or find!)
#3
@
14 years ago
So Ryan made [WP16424] and on a live install, everything looks good at my end!
#4
@
14 years ago
with the fix I mentioned, it still doesn't work for me with my set up locally:
ie replacing this:
$this->file = __FILE__;
with
$this->file = WP_PLUGIN_DIR.'/bbpress/bbpress.php';
But that causes errors for others by the look of it (though I can't think of any reason why it would!).
I can live with the error as I just add that line in locally. Unless of course you want to put a filter on it so I can change it via a quickie plugin.
So shall we call it closed again?
It could very well be a bug in WordPress unreleated to
register_theme_directory();
though?