I’ve just uploaded the first build of EE 2.4.0 to key lime. Here’s the changelog:
Bug Fixes:
Bug Fixes (continued):
reverse_related_entries may produce incorrect results.General Changes:
active conditional variable to category listings for determining the active category.Developers:
member_model->get_authors_simple(), use member_model->get_authors() instead.template_types Extension Hook to add custom template types.member_delete Extension Hook to execute code before member deletion and to modify member IDs to delete.core_template_hook that lets you change the template to be loaded based on the uri_string.template_post_parse hook that lets you modify templates after parsing.template_fetch_template hook that lets you see what template is being loaded.I am getting errors on upgrade from EE 2.3.1:
A Database Error Occurred
Error Number: 1054
Unknown column 'caption' in 'exp_files'
ALTER TABLE `exp_files` CHANGE `caption` `description` text
Filename: updates/ud_240.php
Line Number: 145
« BackGoing back and manually undoing the rest of the updates and adding a ‘caption’ field of type text to the files table allowed the update to complete.
I am also getting errors .. first got a 500 Internal Server error and then when refreshing:
A Database Error Occurred
Error Number: 1054
Unknown column 'wm_x_offset' in 'exp_file_watermarks'
ALTER TABLE `exp_file_watermarks` CHANGE `wm_x_offset` `wm_hor_offset` int
Filename: C:\dev\xampp\htdocs\addonbakery-ee\wwwdocs\system\codeigniter\system\database\DB_driver.php
Line Number: 330Hi Wes,
Just a tiny one,
in your changelog it says:
URL_THEMES_THIRD PATH_THEMES_THIRD
but in the documentation under constants it says:
PATH_THIRD_THEMES URL_THIRD_THEMES
Also, on the “Updating from a Previous Version of ExpressionEngine” documentation page, under “Additional Steps” one of the steps is: “If you’re updating from a previous version, you may have a _thumb”
Just wanted to also say love the upload prefs change and the default text formatting to none change!
Thanks
Bjorn and Greg, both of those problems sound like the updater problems that have been plaguing us forever. Do you have backups before the update? Did they have the columns that the updater is complaining about?
Sorry i didnt get back to you wes, I didn’t get a notify email for the response here for some reason. Ill email you the DB export i used from before the upgrade
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.