Skip to content
New issue

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

MySQL Error (1054): Unknown column 'outline' #32

Closed
jurajkapsz opened this issue Mar 6, 2013 · 3 comments
Closed

MySQL Error (1054): Unknown column 'outline' #32

jurajkapsz opened this issue Mar 6, 2013 · 3 comments

Comments

@jurajkapsz
Copy link

Hi, I got this error when updating to v1.4 on SCMS 2.3.x:

MySQL Error (1054): Unknown column 'outline' in 'field list' in query: INSERT INTO sym_ckeditor_presets (name, toolbar, plugins, resize, outline) VALUES ('Minimal', '[''Bold'', ''Italic'', ''Strike'', ''-'', ''Subscript'', ''Superscript''], [''Link'', ''Unlink''], [''Source'']', NULL, NULL, NULL), ('Normal', '[''Bold'', ''Italic'', ''Strike'', ''-'', ''Subscript'', ''Superscript''], [''NumberedList'', ''BulletedList'', ''-'', ''Outdent'', ''Indent'', ''Blockquote''], [''Image'', ''oembed''],[''Link'', ''Unlink''], [''HorizontalRule''], [''Source'', ''Maximize'']', NULL, 1, 1), ('Full', '{ name: ''document'', items : [ ''Source'',''-'',''Save'',''NewPage'',''DocProps'',''Preview'',''Print'',''-'',''Templates'' ] }, { name: ''clipboard'', items : [ ''Cut'',''Copy'',''Paste'',''PasteText'',''PasteFromWord'',''-'',''Undo'',''Redo'' ] }, { name: ''editing'', items : [ ''Find'',''Replace'',''-'',''SelectAll'',''-'',''SpellChecker'', ''Scayt'' ] }, { name: ''forms'', items : [ ''Form'', ''Checkbox'', ''Radio'', ''TextField'', ''Textarea'', ''Select'', ''Button'', ''ImageButton'', ''HiddenField'' ] }, ''/'', { name: ''basicstyles'', items : [ ''Bold'',''Italic'',''Underline'',''Strike'',''Subscript'',''Superscript'',''-'',''RemoveFormat'' ] }, { name: ''paragraph'', items : [ ''NumberedList'',''BulletedList'',''-'',''Outdent'',''Indent'',''-'',''Blockquote'',''CreateDiv'',''-'',''JustifyLeft'',''JustifyCenter'',''JustifyRight'',''JustifyBlock'',''-'',''BidiLtr'',''BidiRtl'' ] }, { name: ''links'', items : [ ''Link'',''Unlink'',''Anchor'' ] }, { name: ''insert'', items : [ ''Image'',''Flash'',''Table'',''HorizontalRule'',''Smiley'',''SpecialChar'',''PageBreak'' ] }, ''/'', { name: ''styles'', items : [ ''Styles'',''Format'',''Font'',''FontSize'' ] }, { name: ''colors'', items : [ ''TextColor'',''BGColor'' ] }, { name: ''tools'', items : [ ''Maximize'', ''ShowBlocks'',''-'',''About'' ] }', NULL, 1, 1);

@alexbirukov
Copy link

Yes, I also see this error.

@inluxc
Copy link

inluxc commented Mar 9, 2013

I also have that error

@lucasmezencio
Copy link

This error occurs because of in the CREATE TABLE statement for the table 'tbl_ckeditor_presets' on line 338 of the extension.driver.php.
Can anyone do the fix for us?
=]

kanduvisla pushed a commit that referenced this issue Mar 11, 2013
Also change all the tabs indentation for spaces to accord to PSR.
kanduvisla added a commit that referenced this issue Mar 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants