We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 48375
    • 28 Posts
    Hi,

    I just thought I'd post up the logged errors I got following an attempt to install the Articles extra in a brand new installation of MODX 2.3 in the hope that the developers of the Article and Quip Extras, or anyone else for that matter might be able to shed some light on why this is happening and what the fix might be.

    /*
    * MODX Console Output
    *
    * @date 2014-07-23 01:57:50
    */
    Attempting to install package with signature: articles-1.7.8-pl

    Package found...now preparing to install.

    Grabbing package workspace...

    Workspace environment initiated, now installing package...

    Error adding field quipComment->name: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'name'
    )


    Error adding field quipComment->email: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'email'
    )


    Error adding field quipComment->website: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'website'
    )


    Error adding field quipComment->resource: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'resource'
    )


    Error adding field quipComment->idprefix: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'idprefix'
    )


    Error adding field quipComment->existing_params: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'existing_params'
    )


    Error adding index resource to quipComment: Array
    (
    [0] => 42000
    [1] => 1061
    [2] => Duplicate key name 'resource'
    )


    Error adding field quipComment->ip: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'ip'
    )


    Error adding field quipComment->rank: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'rank'
    )


    Error adding field quipComment->approvedby: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'approvedby'
    )


    Error adding field quipComment->deleted: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'deleted'
    )


    Error adding field quipComment->deletedon: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'deletedon'
    )


    Error adding field quipComment->deletedby: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'deletedby'
    )


    Error adding index approvedby to quipComment: Array
    (
    [0] => 42000
    [1] => 1061
    [2] => Duplicate key name 'approvedby'
    )


    Error adding index deleted to quipComment: Array
    (
    [0] => 42000
    [1] => 1061
    [2] => Duplicate key name 'deleted'
    )


    Error adding index deletedby to quipComment: Array
    (
    [0] => 42000
    [1] => 1061
    [2] => Duplicate key name 'deletedby'
    )


    Error adding field quipThread->quip_call_params: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'quip_call_params'
    )


    Error adding field quipThread->quipreply_call_params: Array
    (
    [0] => 42S21
    [1] => 1060
    [2] => Duplicate column name 'quipreply_call_params'
    )


    Could not load class: quipNotifyComment from mysql.quipnotifycomment.

    Could not load class: quipNotifyComment from mysql.quipnotifycomment.

    SELECT `id`, `articles_container_settings` FROM `hny_modx_site_content` AS `ArticlesContainer` WHERE `ArticlesContainer`.`class_key` = :0
    Array
    (
    [/:0\b/] => 'ArticlesContainer'
    )


    Error removing field Article->articles_container: Array
    (
    [0] => 42000
    [1] => 1091
    [2] => Can't DROP 'articles_container'; check that column/key exists
    )


    Error removing field Article->articles_container_settings: Array
    (
    [0] => 42000
    [1] => 1091
    [2] => Can't DROP 'articles_container_settings'; check that column/key exists
    )


    Successfully installed package articles-1.7.8-pl


    /* EOF */

    Note: The System Error Log appears to be completely empty. :?

    Thanx

    Dene
    • As far as I know, Articles has always issued those errors on install. I don't think there is any negative effect, other than confusing people who install it.
        Author of zero books. Formerly of many strange things. Pairs well with meats. Conversations are magical experiences. He's dangerous around code but a markup magician. BlogTwitterLinkedInGitHub
        • 48375
        • 28 Posts
        Thanks for the feedback, Jay.

        (I also forgot to be specific about the MODX release installed which is MODX Revolution 2.3.0-pl Standard for the record.
        I'll upgrade to the latest release later this afternoon.)
          • 9342
          • 50 Posts
          I'm trying to update article from 1.7.7 to 1.7.8 after updating MODX to 2.3.1 but could not download from Package Management.