• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. A

    Issue Plesk Help Center website crashing

    Hi, Safari issue was temporarily fixed by disabling search autocomplete. Final fix will be in 1 month.
  2. A

    Resolved Plesk Update Fails

    Hello, please check your PM. We will create a support ticket and check the issue.
  3. A

    updating probs on alle server with Atomicorp base rule set

    Hello, this is a temporary issue on Atomic side. Currently, there is no W/A
  4. A

    Issue Email forward to wrong domain, even when good one is given in the mail adress

    Hello, https://kb.plesk.com/en/127097 https://kb.plesk.com/en/128597 https://kb.plesk.com/en/128807 https://kb.plesk.com/en/125197 https://kb.plesk.com/en/121745 It may be useful.
  5. A

    Plesk Migrate cutomers from Debian 6 to Centos 7.1

    Joe, for python - http://www.aboutmonitoring.com/compiling-apache-mod_python-module-centos-7-redhat-7/ for rpaf - http://tech.darke.net/2012/06/06/installing-mod_rpaf-on-rhel-servers/ mod_php is installed by default, it is disabled. We recommend you to use fastCGI, not mod_php but if you...
  6. A

    Problem Plesk Email dont save emails sent

    Hello, What webmail are you using? Did you try to switch it to another to check the issue? Try to reinstall webmail using Plesk autoinstaller. Check permissions in /var/qmail/mailnames/domain_name/user folder
  7. A

    Update php with iuscommunity

    If you disable/remove repository it will not affect on system. You will no longer receive updates/packages from this repo. If you want to install PHP from IUS repo, you should remove all php-* 5.4 packages manually without dependencies. Note: I suggest you to create full server backup first as...
  8. A

    Is it possible to bulk change NS-records from SSH?

    I've updated queries. To exclude zero values, it is better to do in two queries.
  9. A

    White page in Joomla Preview

    First of all disable/remove mod_flickrberry '/var/www/vhosts/your_domain/httpdocs/modules/mod_flickrberry' move this folder to other location(e.g. root)
  10. A

    Is it possible to bulk change NS-records from SSH?

    I think it should be something like this: 1. Create psa database backup according to article https://kb.plesk.com/881 2. Change NS records in two queries for each server to exclude zero entries: mysql> update dns_recs set val='ns1.new_ns_server.' where displayVal='ns1.old_server.'...
  11. A

    White page in Joomla Preview

    Not syslog. Domain's log file located in /var/www/vhosts/system/domain_name/logs/error_log Also check is it working while visiting the website directly, not from preview.
  12. A

    Update php with iuscommunity

    Repositories as IUS contain PHP packages with the name php5*- which is not default name. Default PHP packages has the name php-5.* So in IUS repo I can see this kind of packages: php56u-* php70u-* Installation of these packages should be like(5.4 php packages should be removed before): #...
  13. A

    Update php with iuscommunity

    >PHP Warning: Module 'dom' already loaded in Unknown on line 0 The module dom is loaded twice. Find the second place where this module is loaded using grep and comment it: # grep -ir dom /etc/php.d/* /etc/php.d/dom.ini:; Enable dom extension module /etc/php.d/dom.ini:extension=dom.so
  14. A

    Lock Manager error after upgrading from 12.0 to 12.5

    Hello, Make sure that the ownership is correct for these directories: # stat /usr/local/psa/var/cache/ /usr/local/psa/var/ | egrep "File|Uid" File: ‘/usr/local/psa/var/cache/’ Access: (0700/drwx------) Uid: ( 997/ psaadm) Gid: ( 0/ root) File: ‘/usr/local/psa/var/’ Access...
  15. A

    White page in Joomla Preview

    Hello, Make sure that the PHP version set for this website is higher than 5.3.3. Make sure that the theme for this website is not corrupted(change to other one) Check website's error log for errors.
  16. A

    Plesk Migrate cutomers from Debian 6 to Centos 7.1

    Hello, >I get warning like; The following Apache modules are not installed on the destination server: negotiation, setenvif, dir, python, autoindex, rpaf, authz_default dir, setenvif, negotiation and etc modules are the base modules and these modules should be installed. Check the list of...
  17. A

    Update php with iuscommunity

    Hello, We do not recommend to upgrade PHP from IUS repo as PHP packages from this repo may be not compatible with Plesk. In this case, psa-php5-configurator package can be removed using --nodeps option, and after PHP upgrade it should be installed back using Plesk autoinstaller or manually.
  18. A

    ERR [panel] Requested URL: /smb/smb

    Hello, /smb is requested in Power user view. Try to switch to between views, for example to Service provider view, then to Power User view, or in other order(depends on what view is used now) Also reinstall license, as it may have locked view(as Web Admin) # /usr/local/psa/bin/poweruser --on...
  19. A

    FTP Login: Error 425

    Hello, this article is outdated, SSLv2 and 3 are not used anymore. The configuration should be default one and if it is not Plesk 12.5, these protocols should be added: TLSProtocol TLSv1 TLSv1.1 TLSv1.2 In Plesk 12.5 it is added by default.
  20. A

    Installation in CentOS 7.1 with plain MySQL

    It is not safe at all to replace mariadb with mysql. But in this configuration, Plesk thinks that 'MySQL' support is installed, bootstrapper is not breaking Plesk and MySQL is properly detected. This can be suggested as solution for advanced administrators only, this scenario can be risky in...
Back
Top