Updated today a Drupal 5 site with Event 5.x-1.0 to Drupal 6 with Event 6.x-2.x-dev and when I ran update.php this was the error:
warning: mysql_query() [http://www.mysql.com/doc]: Unknown column 'e.nid' in 'field list' in E:\ApacheRoot\JECDrupal6\includes\database.mysql.inc on line 108.
The full page is attached, showing the failed SQL queries. This site has, obviously, a set of existing Event nodes. When I now edit an existing event, all times are zero. Not surprising, I guess, considering the error above. :)
| Comment | File | Size | Author |
|---|---|---|---|
| update.zip | 13.77 KB | FredJones |
Comments
Comment #1
killes@www.drop.org commentedCan you try to first update to 5.2 and then to 6.2?
Comment #2
FredJones commentedI tried that and I got almost the same thing when I ran the update:
Here is some sample SQL:
Comment #3
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.