Opened 19 years ago
Closed 19 years ago
#5921 closed defect (bug) (fixed)
fatal error trying write new post
| Reported by: | matheuseduardo | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
after last "svn update blog", to revision 6914, I can't open page "post-new.php", I receiving error:
Fatal error: Call to undefined function wp_get_current_user() in /(...)/blog/wp-includes/user.php on line 87
Attachments (1)
Change History (11)
#2
@
19 years ago
- Resolution invalid
- Status closed → reopened
well, i'm having the same problem: branch is trunk, revision is 6937. The problem seems to be a collision with some plugins. I had Simple Tags version 1.3 activated and had the same problem. I first commented the plugin-inclusion code (wp-settings, 334-342), then i deactivated the plugin and reincluded the lines and it works.. Now i don't know at which point the plugin collides with the system but this seems a viable work-around.
#3
@
19 years ago
Sounds like an incompatible plugin that causes the problem then?
Re-close as invalid if thats the case, as its a plugin issue rather than a WordPress issue i believe.
#4
@
19 years ago
- Resolution → invalid
- Status reopened → closed
when I disable all plugins "post-new.php" worked!..
it's really some plugin incompatible! I'll try to find it.
thx for all
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
You didn't include what branch you are on.
2.3/wp-includes/pluggable.php includes that function.
Closing as invalid for now. (PS. Please don't update the milestone, leave that to a core member of the team.)