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

    I got the following message after clicking on the install-button:

    Setup will now attempt to setup the database:

    Creating connection to the database: OK!

    Selecting database `modx`: OK!

    Plugin:

    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’Bold’,’Italic’,’Underline’,’-’,’Link’,’Unlink’] &fckwebautolang=Web Auto Languag’ at line 1

    What can I do about it?

    Jörg
      • 22851
      • 805 Posts
      Me too. Exactly the same problem.
        YAMS: Yet Another Multilingual Solution for MODx
        YAMS Forums | Latest: YAMS 1.1.9 | YAMS Documentation
        Please consider donating if you appreciate the time and effort spent developing and supporting YAMS.
      • Me too.
        Is the problem in sqlParser.class.php?
        The problem seem to be also in TinyMCE.
          • 14547
          • 58 Posts
          It’s in the setup.info.php

          This is the code:

          #:: FCKEditor Plugin Setup file 
          #:::::::::::::::::::::::::::::::::::::::::
          
          	$moduleName = "FCKEditor";
          	$moduleVersion = "2.6.3";
          	$moduleSQLBaseFile = "";
          	$moduleSQLDataFile = "";
          	$moduleSQLUpdateFile = "";
          	$moduleWhatsNewFile = "setup.whatsnew.html";
          	$moduleWhatsNewTitle = "What's New";
          
          	# setup plugins template files - array : name, description, type - 0:file or 1:content, file or content,properties
          	$mp = &$modulePlugins;
          	$mp[] = array("FCKEditor","<strong>2.6.3:</strong> RichText Editor Plugin",0,"$setupPath/plugin.fckeditor.tpl","&fckwebset=Web Toolbar Set;list;basic,standard,advanced,custom;custom &fckwebcustom=Custom Web Toolbar;textarea;['Bold','Italic','Underline','-','Link','Unlink'] &fckwebautolang=Web Auto Language;list;enabled,disabled;enabled","OnRichTextEditorRegister,OnRichTextEditorInit,OnInterfaceSettingsRender");


          What needs to be corrected?
            ~~||[ Simplicity is everything ]||~~
            • 30552
            • 75 Posts
            I encountered this same error, but so far FCKeditor seems to be working properly anyways. I’ll post back if anything blows up.