Title: edit date functionality gone
Last modified: August 20, 2016

---

# edit date functionality gone

 *  [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/)
 * I’ve updated to 3.2 and lost date all editing funtionality on posts (both the
   quick edit on the all posts screen and edit on the individual posts screen) so
   effectively i cannot schedule posts in any way now. I have deactivated all plug-
   ins and re-installed 3.2 manually, also made sure php version on the server was
   right and mysql. HELP!

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176022)
 * quick update: other wp installations on same server work fine!
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176023)
 * Rename the plugin folder xplugin. Sometimes inactive plugins will still cause
   errors. Try the twenty eleven theme when all plugins are off.
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176120)
 * didnt work…
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176189)
 * update: links in the post screen are broken as well (both editors- html and visual)
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176198)
 * Upload a new copy of wp-includes/js to the server. Check this list, [http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7](http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7)
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176299)
 * No – that didn’t work either….
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176300)
 * Start here:
    [http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7](http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7)
 * Once you’ve gone through the list, report back if you’re still having problems.
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176317)
 * Hi Chip- The first thing I did was go through that master list. No dice.
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176318)
 * Who is your host? You verified that you’re not having an issue with JSON?
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176329)
 * Hi Chip! Yeah – I checked that.
 * From Servint:
 * Hello,
 * I can confirm that your php has json installed. If there is anything else I can
   help you with please let me know.
 * Bill
    ServInt MST
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176367)
 * My website is [http://licketypick.com](http://licketypick.com) if you want to
   have a look.
 *  [kmessinger](https://wordpress.org/support/users/kmessinger/)
 * (@kmessinger)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176369)
 * There are some javascript and other problems on the front end, [http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2flicketypick.com%2f](http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2flicketypick.com%2f)
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176384)
 * Thanks! My coder found 2 problems and now it works!
 * 1. It is old jquery 1.3.2 version in Theme functions.php file. I have changed
   the following line in functions.php file
 * <script src=”[http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js&#8221](http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js&#8221);
   type=”text/javascript”> </script>
 * to
 * <script src=”[http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js&#8221](http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js&#8221);
   type=”text/javascript”> </script>
 * 2. Headspace plugin is giving problems in WP 3.2 and I have deactivated it.
 *  [Chip Bennett](https://wordpress.org/support/users/chipbennett/)
 * (@chipbennett)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176385)
 * What Theme are you using? I can help you improve that code even more.
 * Really, unless you absolutely need it due to site performance issues, you shouldn’t
   be calling external versions of scripts included with WordPress core. WordPress
   bundles jQuery, which should be used in 99.99% of use cases.
 * Also, scripts should be _registered_ and _enqueued_ properly, rather than simply
   printed out as `<script>` tags.
 * Let me know what Theme you’re using, and I can help you fix it. (Or, if it’s 
   a custom Theme, post `functions.php` in a Pastebin.)
 *  Thread Starter [billysurf](https://wordpress.org/support/users/billysurf/)
 * (@billysurf)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176386)
 * Hi Chip! I really REALLY appreciate that! I hope this is what you need:
 * [http://pastebin.com/u/billysurf](http://pastebin.com/u/billysurf)

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘edit date functionality gone’ is closed to new replies.

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 15 replies
 * 3 participants
 * Last reply from: [billysurf](https://wordpress.org/support/users/billysurf/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/edit-date-functionality-gone/#post-2176386)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
