• 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. C

    Update PHP to 5.2

    Add in /etc/yum.conf : exclude=php*5.3* You should now be able to install php 5.2.17, latest version available for php 5.2.
  2. C

    cPanel (CentOS) to Plesk 10 (CentOS) - Info?

    Plesk does not have exim support, at least not yet. The mailboxes should be moved. You can view additional information at http://download1.parallels.com/Plesk/PP10/10.1.1/Doc/en-US/online/plesk-migration-guide/ -> Preparing for Migration from cPanel-managed Servers...
  3. C

    How to downgrade from PHP 5.3 to 5.2 without broking Plesk?

    Doing yum downgrade php* (two times) should downgrade php to version 5.2.17. If you don't want php 5.3 to be installed when, for example you will need to install another php module just add in /etc/yum.conf : exclude=php*5.3*
  4. C

    Installing SOAP (for PHP) without breaking Plesk?

    Hi Installing it via yum won't be a problem. Unfortunately I didn't find a php-soap version 5.2.13 in the centos repos because it's quite old. Before you proceed to install it via yum and you have the atomic repo just add in /etc/yum.conf : exclude=php*5.3* Do a yum install php-soap...
  5. C

    Error backup domain

    When doing scheduled backups try to set them at a different hour. Please give them enough time to finish each backup if the accounts are large. If this fails and you have Plesk 9.0 try http://kb.odin.com/6379
  6. C

    Mail password gone after restore

    Hi Try running as root /usr/local/psa/admin/bin/mail_auth_view It will show you the passwords stored in the mysql database for each email account. Maybe you are trying to use old passwords.
  7. C

    php -v no result

    Try : yum downgrade php* for two times so it will downgrade to version 5.2.17. Then try again yum upgrade php* and make sure you change the php.ini with the new one mv /etc/php.ini /etc/php.ini_old mv /etc/php.ini.rpmnew /etc/php.ini And restart apache if everything is working.
  8. C

    User Permissions / PHP / Files

    I am not able to duplicate this problem on my end if the file has the correct permissions. Lets say test.txt is owned by user:psacln, by running a cronjob to write that file it will be successful. If you manually execute the script it will need to be owned by apache:apache. Another workaround...
  9. C

    time too fast

    Hi, Please give us more information. Check the following log file /var/log/sw-cp-server/error_log and copy/paste any errors you see and before you do to make sure Plesk is started by doing a /etc/init.d/sw-cp-server start
  10. C

    9.5.4 Update fail

    Hi, Try installing krb5-libs via yum. I am on Centos 5.6 x64 and it works like a charm : [root@aaaa ~]# cat /usr/local/psa/version 9.5.4 CentOS 5 95101209.08 [root@aaaa ~]# cat /etc/issue CentOS release 5.6 (Final) Kernel \r on an \m [root@aaaa ~]# uname -a Linux xxxx.coom...
  11. C

    horde php-5.3

    I suggest not to use PHP 5.3, at least not yet since not all packages that come with Plesk support it. Even if you fix this issue I am sure others will pop-up. PHP 5.2.17 is quite stable and works properly with any Plesk versions.
  12. C

    Changed IP address, default plesk page?

    Hi, You will also need to set the default domain for that specific address. Plesk does not automatically set it when the ip is changed to a dedicated one. Just go to Settings -> Ip Addresses -> 1.2.3.4 -> set the default domain and click OK. You will then be able to access the website via...
  13. C

    plesk suggestion for future releases...

    Hi Sorry to bug in .. just wanted to say a few words. Most people are afraid of changes. Working with the same file system for so many years and suddenly almost everything is changed is quite scary (at the beginning). You get stress out because you don't find the file where it should be, then...
  14. C

    FTP Connection Problems

    Hello, Changing the ftp server will not help. I would suggest looking in /var/log/messages for any brute force attempts on the ftp server. The internet connection between you and the server can also be a problem. Create a big file in your httpdocs folder and try to download it from browser to...
  15. C

    [HORDE] I can´t login

    Hello, From what I see the imap daemon hangs, when doing telnet is should show : # telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE...
  16. C

    500 Internal Server Error on VPS Panel

    Hello, I have seen that error due to a corrupted/missing table in the psa database. Ask your Web Hosting provider to disable "Offline Management" and the exact errors will appear in browser. Cheers.
  17. C

    Email - No SPF/Domain Keys Headers in emails

    Hello, In the DNS settings of the domain do you have some records like : default._domainkey.domain.com. TXT p=MHwwDQYJKoZIhvcNAQEBBQADawAwaAJhHFUWHWFWIDJIWDJWysdv7tBPSnOz3c6lFtnlAWIhE/TvmajIiGICmeVEmqrddN54sn70tsjswDCfZNIdYdQSftXOTvWyGEM7UM7e+rJjVsr/TT4ruoqy9oIxfwIDAQAB...
  18. C

    Outgoing Email Spam Issue

    Hello, From what I can see your server is being used to send spam emails. I suggest checking http://kb.odin.com/766 to find out if one of your email accounts is compromised or a php script has been uploaded by a spammer. Cheers.
  19. C

    plesk DNS problem with trying to create PTR in different domains.

    Hello, Unfortunately there is no way to add it from the control panel if the domain is not on your server. You can trick it by adding the domain even if the nameservers are somewhere else and then add the PTR record or it can be manually added from root shell by changing the configuration. I...
  20. C

    Courier-imap - Many processes - Unusual

    Hello, Try doing a netstat -napt |grep couriertcpd and see how many connections there are. I am unable to duplicate this problem on any of my Plesk servers. Cheers.
Back
Top