Closed (fixed)
Project:
Date
Version:
6.x-2.0
Component:
Date API
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2009 at 10:36 UTC
Updated:
3 Apr 2009 at 01:40 UTC
update error date rc6 a 2.0 final
user warning: Table 'tennis.date_format_types' doesn't exist query: SELECT dft.type, dft.title, dft.locked FROM date_format_types dft ORDER BY dft.title in /home/******/www/sites/all/modules/date/date_api.module on line 1925.
do you not english
Comments
Comment #1
pixelpreview@gmail.com commentedyes me too
same error when I update to the laste version of this module
I see in my local site this :
The following queries were executed
date module
Update #6005
* Failed: Some updates are still pending.
Please re-run the update script.
Comment #2
smacphail commentedAfter installing the new module, make sure you run the Update script. This will be located at:
http://[yoursite]/update.php
Follow the instructions (make sure you back up your database and code, etc.), and after the script runs once, you'll need to run it a second time. Pixelpreview, that's why you got that message. You need to run update.php twice.
At least, seemed to work for me!
Comment #3
pixelpreview@gmail.com commentedyes i see that.
but why it's necessary to run twice the update.php file ?
it's strange
Comment #4
karens commentedYou have to follow the instructions. The date api module creates some tables and the date module adds some values to them, but the updates run in the wrong order so date has to abort the first time and wait for the tables to be created.