#6442 closed defect (bug) (fixed)
Widgets in sidebar not showing under design/widgets in dashboard of wc2 2.5
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.7 |
Component: | Widgets | Keywords: | has-patch tested commit |
Focuses: | Cc: |
Description
I have widgetize anything as a plugin. Under Design/Widgets you can list what widgets are available, and which are being used and where. As my widgets are shown in each sidebar (1 and 2). Selection sidebar 1 displays all the widgets correctly that are being used, but selecting sidebar 2 in the same drop down box displays the following error : %BEG_OF_TITLE%Calendar%END_OF_TITLE%
Attachments (4)
Change History (16)
#1
@
17 years ago
You sure this isn't just the widget's fault? Does it happen with the plugin disabled?
#2
@
17 years ago
Nope, the calendar widget is very broken, and here's a fix for that particular widget:
http://trac.wordpress.org/ticket/6500#comment:2
but that merely fixes the symptom, not the cause.
#4
@
17 years ago
- Milestone 2.9 deleted
- Resolution set to worksforme
- Status changed from new to closed
worksforme in 2.7
Re-open with steps if still reproducable.
#5
@
17 years ago
- Resolution worksforme deleted
- Status changed from closed to reopened
Still happens...
Add the WP-Calendar to Kubrick's sidebar. Click save.
#7
@
17 years ago
I'm still not seeing it (against trunk) in either Linux or IIS based sites.
What sort of hosting is it failing in? Mine are php 5 based does it fail in php 4?
#8
@
17 years ago
I've nailed down steps to reproduce:
- create a new 2.7 install
- delete the initial post
- insert the calendar widget
#9
@
17 years ago
- Keywords has-patch tested added
Attached patch is against my local SVN, but it should work fine. It:
- Fixes the issue by moving the call to ob_start() to after the check
- Sets the cache when no posts are present
- Optimizes the query that checks if posts are present
screenshot of error