We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just have installed Articles on fresh MODX 2.2.14 advanced based site. As usual installer shows lots of errors in log, however it installs succesfully (I think). Anyway I think it still should be fixed, cause you can miss real errors and this can lead to real PITA later. My log: Console running... Attempting to install package with signature: articles-1.7.6-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 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.6-pl SELECT id, articles_container_settings FROM 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.6-pl
id
articles_container_settings
modx_site_content
ArticlesContainer
class_key
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just have installed Articles on fresh MODX 2.2.14 advanced based site. As usual installer shows lots of errors in log, however it installs succesfully (I think).
Anyway I think it still should be fixed, cause you can miss real errors and this can lead to real PITA later.
My log:
Console running...
Attempting to install package with signature: articles-1.7.6-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
FROMmodx_site_content
ASArticlesContainer
WHEREArticlesContainer
.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.6-pl
SELECT
id
,articles_container_settings
FROMmodx_site_content
ASArticlesContainer
WHEREArticlesContainer
.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.6-pl
The text was updated successfully, but these errors were encountered: