update 1.1.14 to 1.3.x

  • Please HELP


    Code
    1. [ERROR] Servers::ftpd::proftpd::installer::_setupDatabase: Could not add SQL privileges: Error while executing statement: Table 'imscp\_system.ftp_users' doesn't exist
    2. autoinstaller::Functions::install: An error occurred while performing installation steps
  • @nicko01


    We will investigate. Which SQL server you use exactly? And which version?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Bug confirmed.


    Files

    • bug.png

      (44.68 kB, downloaded 15 times, last: )

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Related bug (MySQL):


    https://bugs.mysql.com/bug.php?id=18660 (see latest comment which is the more important for us).


    To resume:


    grant on table GRANT select ON `imscp_system`.`ftp_users` TO ...: we don't need (and we must not) to escape wildcard characters
    grant on database GRANT select ON `imscp\_system`.* TO ...: we need to escape wildcard characters.


    Will be fixed soon.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • A fix has been added in the 1.3.x branch. See https://github.com/i-MSCP/imsc…931669aa0fc2ef64aff45082f


    Thank you for your report.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206