Good morning everybody,
can i upgrade direct from 1.1.14 to 1.2.17 ? Without trouble ?
Thank you so much for your help.
BR,
Jaroslav
Good morning everybody,
can i upgrade direct from 1.1.14 to 1.2.17 ? Without trouble ?
Thank you so much for your help.
BR,
Jaroslav
Jip, but before please read the errata-file:
https://github.com/i-MSCP/imsc….2.x/docs/1.2.x_errata.md
Btw: I recommend waiting for the 1.3.0 release (will be released soon).
Thank you for your fast reply, its good idea. The reason why i am hurry with change dist is problem with allow_url_fopen allow in 1.1.14
i cant find file where is off or on.
Which httpd implementation you're using? BTW: If you need to update your version, I more recommend using current 1.3.x branch. You can download it from:
https://github.com/i-MSCP/imscp/archive/1.3.x.zip
Bug confirmed.
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.
A fix has been added in the 1.3.x branch. See https://github.com/i-MSCP/imsc…931669aa0fc2ef64aff45082f
Thank you for your report.