#11714 closed defect (bug) (invalid)
Tags disappearing after Saving / Publishing
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | normal | Version: | |
Component: | JavaScript | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
When creating a new post, click Tags, select "Choose from the most used tags in Post Tags". I select several tags, and click Publish. Once it publishes the post, the tags are no longer present in the Tags Field, however they appear in the post. With the post still open, select the same "Choose from the most used tags in Post Tags", select any tag, and they reappear with the "x" to delete them from the post.
Attachments (5)
Change History (20)
@
15 years ago
The previously selected Tags reappear, and are on the post in the "edit" but not until you select one
#5
@
15 years ago
This sounds like a known issue with DB Cache plugin - if you use it, please replace it with DB Cache Reloaded.
#6
@
15 years ago
Never mind - DB Cache removed tags, but in your case tags are present but not displayed.
#7
@
15 years ago
any chances you're using a persistent object cache? (the file would be at wp-content/object-cache.php)
#8
@
15 years ago
- Milestone changed from Unassigned to 3.0
it could also be that you've some old js cached in your browser
#9
follow-up:
↓ 13
@
15 years ago
I don't have a cache plug in, I did have a super cache plugin but have deleted it for sometime. Under wp-content->cache->meta is the only folder in a "cache folder". I have cleared the cache and history on both Safari and Firefox.
I attached a new photo, of when I type how it shows the other text underneath. I installed Firebug for another issue, and this page is loading with 2 errors -
make_slugedit_clickable is not defined
http://astriker.com/blog/wp-content/plugins/more-fields/post.js?ver=20091208
Line 223
makeSlugeditClickable is not defined
http://astriker.com/blog/wp-admin/load-scripts.php?c=1&load=hoverIntent,common,jquery-color,schedule,wp-ajax-response,autosave,suggest,wp-lists,jquery-ui-core,jquery-ui-sortable,postbox,thickbox,media-upload,word-count&ver=95753908d748f48416e644c75f3eef6f
Line 41
#10
@
15 years ago
can you re-upload your WP files in case it makes a difference? it sounds like an FTP problem occurred during an upgrade.
#11
@
15 years ago
Can that be done via the Beta / Upgrade link within the application? Or must I download it and FTP it up?
#12
@
15 years ago
I deactivated the plugin "more-fields" and unfortunately the website is not functioning when I post now www.astriker.com/blog/ . I think I may have to reinstall all of the WP-Content files.
#13
in reply to:
↑ 9
@
15 years ago
- Milestone 3.0 deleted
- Resolution set to invalid
- Status changed from new to closed
- Version 3.0 deleted
Replying to Astriker:
makeSlugeditClickable is not defined
http://astriker.com/blog/wp-admin/load-scripts.php?c=1&load=hoverIntent,common,jquery-color,schedule,wp-ajax-response,autosave,suggest,wp-lists,jquery-ui-core,jquery-ui-sortable,postbox,thickbox,media-upload,word-count&ver=95753908d748f48416e644c75f3eef6f
Line 41
It seems the "more-fields" plugin is removing (unregistering) the default post.js file and replacing it with an old version. Either update the plugin or contact the author if no update is available.
You can also try copying the new post.js file from wp-admin/js to the plugin's directory overwriting the old one but that may break this plugin.
#14
@
15 years ago
I did find it was breaking this and causing the other issue, with the thumbnails, Thank you! Great response and support!
#15
@
15 years ago
The fix, if anyone else should ever use it, - http://labs.dagensskiva.com/forum/topic.php?id=234
Successfully added the tags from the "Choose from the most used tags in Post Tags"