• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. mizar

    Issue Plesk Centos 7 update

    Hello, Same as above, 10.5.14 is also revoked - MariaDB 10.5.14 Release Notes
  2. mizar

    Issue Plesk Centos 7 update

    Hello, You can just ignore the error - next update should be successful
  3. mizar

    Issue Plesk Centos 7 update

    Hello, Hello, It seems you are using mariadb from mariadb.org and they revokes 10.3.33 release from their repository - MariaDB 10.3.33 Release Notes, so the packages are not avaialiable.
  4. mizar

    Input Plesk can now be installed on Ubuntu 20 servers running on ARM-based platforms

    Hello, The problem should be resolved from now. Could you please check ? Thanks,
  5. mizar

    Resolved Wrong OS displayed

    Hello, As i recall, we parse /etc/redhat-release file for RHEL-based oses
  6. mizar

    Question Rock linux is ready to use with Plesk?

    It seems you are tried to install Plesk RockyLinux on ARM architecture, which is not supported. RockyLinux is supported only on x86_64 architecture. We only support Ubuntu 20.04 on ARM at this moment.
  7. mizar

    Issue plesk.list missing from /etc/apt/sources.list.d after moving plesk.list.ai_back to different folder

    Hello, Please ensure that psa and plesk-release packages has 18.0.38 release, and correctly installed and configured, it looks like incomplete update was performed. {code} # dpkg -l psa plesk-release Desired=Unknown/Install/Remove/Purge/Hold |...
  8. mizar

    Resolved systemctl start mariadb (10.6 error)

    @Apparire, the original issue is specific to MariaDB server 10.6, so you cannot have it on MariaDB 10.1, and it's better to resolve your issue before MariaDB upgrade because it is unlikely properly upgraded if the service cannot be started up. Could you provide output of systemctl status mariadb...
  9. mizar

    Resolved systemctl start mariadb (10.6 error)

    Hello, MariaDB since 10.6 doesn't allows to bind both ::1 and 127.0.0.1 by setting bind-address = ::ffff:127.0.0.1 in my.cnf. If your upgrade from previous version, you should replace bind-address to 127.0.0.1, otherwise MariaDB won't start (or plesk sbin mysqlmng --bind-address local do it for...
  10. mizar

    Question PHP 7.3 failed with code 1

    Hello, You should pass php fpm binary to -path option, instead of php-cgi one.
  11. mizar

    Question Documentation on .autoinstallerrc

    Hello, Only for autoinstaller web interface
  12. mizar

    Question How can sw-engine-fpm be restarted?

    Hello, The service name is "sw-engine". In general, binary name is not same as service name, for instance mariadb.service executes mysql_safe binary
  13. mizar

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    Works on my test instance: root@a10-52-35-5:~# plesk version Product version: Plesk Obsidian 18.0.30.0 OS version: Ubuntu 20.04 x86_64 Build date: 2020/08/21 11:00 Revision: cfc10c8ba14662258dbd09badaaa44e8db9b1c97 root@a10-52-35-5:~# /opt/plesk/php/7.4/bin/php -m | grep -i apc...
  14. mizar

    Resolved How to install APC/APCu extension for PHP 7.4.x with Ubuntu 20.4.1 LTS

    Hello, The instruction from KB article should help. In short: apt install plesk-php74-dev build-essential, then /opt/plesk/php7.4/bin/pecl install apcu, then configure ini for it. Please note, that APC pecl extension probably will not compile for PHP 7.4.
  15. mizar

    Issue PHP 7.4 mbstring

    Hello, It seems you have problems with /lib64/libonig.so.5 (it required by mbstring.so). I recommend to try to reinstall the package oniguruma: yum reinstall oniguruma, or yum install oniguruma, in case you have too old version
  16. mizar

    Issue Updated to Debian 10

    Hello, It's quite strange. What's version of Plesk do you have ?
  17. mizar

    Issue error saying the source version is 18.0.27 and the destination version is 18.0.25

    I'll also recommend to run plesk installer with --source http://autoinstall.plesk.com (as some providers configure to use own mirrors, which are not usually up2date)
  18. mizar

    Forwarded to devs [FIXED] Error in "Package: plesk-php74-mbstring-7.4.7" in "PHP Updates"

    Hello, Theese packages are part of immunify extension provided by CloudLinux. As I know they plan to issue an update to fix this issue today, or you can ask them via their support
  19. mizar

    Forwarded to devs [FIXED] Error in "Package: plesk-php74-mbstring-7.4.7" in "PHP Updates"

    Please run yum update again: the issue should be solved right now (we are published new version of PHP 7.4 compiled with new oniguruma version)
  20. mizar

    Resolved Can nginx be switched off to only use apache??

    > Manually or done by Plesk. Done by Plesk. You don't need to do something manually
Back
Top