ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

ExpressionEngine 2.4.0 Released

January 24, 2012 12:14pm

Subscribe [19]
  • #16 / Jan 25, 2012 4:50am

    doubleplusgood

    199 posts

    When upgrading from 2.3.1 to 2.4 I got the following error:

    A Database Error Occurred
    Error Number: 1146

    Table ‘exp_developer_log’ doesn’t exist
    SELECT COUNT(*) AS `numrows` FROM (`exp_developer_log`) WHERE `viewed` = ‘n’
    Filename: models/tools_model.php
    Line Number: 257

    I have gotton around this by just creating the table from the mysql schema in the installer, but thought I would flag it.

  • #17 / Jan 25, 2012 10:42am

    Joseph Wensley

    38 posts

    I noticed this in the changelog

    Added the ability to use image manipulations in custom file fields, using both a single tag and a tag pair.

    Is there documentation for this somewhere?

  • #18 / Jan 25, 2012 11:26am

    Boyink!

    5011 posts

    I noticed this in the changelog

    Added the ability to use image manipulations in custom file fields, using both a single tag and a tag pair.

    Is there documentation for this somewhere?

    http://ellislab.com/expressionengine/user-guide/modules/channel/custom_fields.html#file-field

  • #19 / Jan 27, 2012 5:30pm

    than

    10 posts

    When upgrading from 2.3.1 to 2.4 I got the following error:

    A Database Error Occurred
    Error Number: 1146

    Table ‘exp_developer_log’ doesn’t exist
    SELECT COUNT(*) AS `numrows` FROM (`exp_developer_log`) WHERE `viewed` = ‘n’
    Filename: models/tools_model.php
    Line Number: 257

    I have gotton around this by just creating the table from the mysql schema in the installer, but thought I would flag it.


    Have had the same issue here.

  • #20 / Jan 27, 2012 5:58pm

    Linda A

    666 posts

    Hi Andru (and Linda & others waiting),

    Its obvious that the Gallery import keeps running into issues and pushed back. I am truly sorry about that. And yes, we will keep our support promise if we don’t have a Gallery solution by the time EE 1.x support ends, we’ll continue to provide support for EE 1.x users + Gallery.

    Thanks for the update.

    One question; the versions of PHP and mySQL that will be required for 2.6, will 1.x run on those? So that its safe to do a preparatory upgrade, I mean.

  • #21 / Jan 29, 2012 9:25am

    Kaspar

    30 posts

    When upgrading from 2.3.1 to 2.4 I got the following error:

    A Database Error Occurred
    Error Number: 1146

    Table ‘exp_developer_log’ doesn’t exist
    SELECT COUNT(*) AS `numrows` FROM (`exp_developer_log`) WHERE `viewed` = ‘n’
    Filename: models/tools_model.php
    Line Number: 257

    I have gotton around this by just creating the table from the mysql schema in the installer, but thought I would flag it.

    I have the same Issue. How should the manually generated table look like? I’ve never done this before

  • #22 / Jan 30, 2012 3:57pm

    Kristof Rutten

    83 posts

    - deleted -

  • #23 / Jan 30, 2012 4:42pm

    Scott McCracken

    5 posts

    When upgrading from 2.3.1 to 2.4 I got the following error:

    A Database Error Occurred
    Error Number: 1146

    Table ‘exp_developer_log’ doesn’t exist
    SELECT COUNT(*) AS `numrows` FROM (`exp_developer_log`) WHERE `viewed` = ‘n’
    Filename: models/tools_model.php
    Line Number: 257

    I have gotton around this by just creating the table from the mysql schema in the installer, but thought I would flag it.

    Same issue here. I “fixed” the problem by creating a table called exp_developer_log with the following fields:

    * id (INT)
    * log_id (INT)
    * viewed (VARCHAR)
    * description (VARCHAR)
    * timestamp (TIMESTAMP)

    Not ideal, but it worked for now.

  • #24 / Jan 31, 2012 11:47am

    Jérôme Coupé

    122 posts

    When upgrading from 2.3.1 to 2.4 I got the following error:

    A Database Error Occurred
    Error Number: 1146

    Table ‘exp_developer_log’ doesn’t exist
    SELECT COUNT(*) AS `numrows` FROM (`exp_developer_log`) WHERE `viewed` = ‘n’
    Filename: models/tools_model.php
    Line Number: 257

    To anyone having this kind of problem. Please check this bug report. In my case, it wasn’t a bug at all but a mistake on my part: running the install wizard with a custom config.php file already specifying the app_version as 240 (2.4)

    You can change that value back to 231 (or to the version number you were upgrading from) and re-run the installer. All tables will be created and / or updated.

  • #25 / Feb 03, 2012 6:48pm

    Josh Conner

    49 posts

    When upgrading from 2.3.1 to 2.4 I got the following error:

    A Database Error Occurred
    Error Number: 1146

    Table ‘exp_developer_log’ doesn’t exist
    SELECT COUNT(*) AS `numrows` FROM (`exp_developer_log`) WHERE `viewed` = ‘n’
    Filename: models/tools_model.php
    Line Number: 257

    To anyone having this kind of problem. Please check this bug report. In my case, it wasn’t a bug at all but a mistake on my part: running the install wizard with a custom config.php file already specifying the app_version as 240 (2.4)

    You can change that value back to 231 (or to the version number you were upgrading from) and re-run the installer. All tables will be created and / or updated.

    Are you installing this locally? I was able to upgrade a site on my server without a problem but got this hiccup when I installed a local copy.  I think I might start to install a fresh local copy and see how that works.

  • #26 / Feb 03, 2012 6:57pm

    Josh Conner

    49 posts

    Thanks for the tip jeromecoupe!  It worked flawlessly for me on my local install.  Saved me a ton of work!

  • #27 / Feb 03, 2012 7:26pm

    Andrew Fairlie

    126 posts

    EE 2.4 is working really well for us on the most-part. The EE Reactor change of making fields default to no formatting has been incredibly handy - it’s little things like that which makes me really hopeful for this project.

  • #28 / Feb 08, 2012 3:09pm

    Barrel

    92 posts

    Any feedback on the stability of this release?  Was about to set up a fresh install for a dev site but I want to make sure there weren’t going to be too many surprises.  We built a bunch of client sites on 2.2.2 and had to deal with a lot of updates.

  • #29 / Feb 10, 2012 5:07pm

    Dotgarden

    216 posts

    Looking for feedback on 2.4 as well.

  • #30 / Feb 16, 2012 2:19pm

    Riverboy

    2993 posts

    I took this line from the EL blog:
    EE 2.5 will ship with a default Editor.
    Why i took it? Well im interested if the editor might be available in EE’s Wiki Module also to simplify writing articles to wiki itself. Now you have to “hardcode” everything.

    Any response or line from EL Team would be nice to hear, that is the editor in wiki?

    Cheers

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases