• 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

Recent content by Scy

  1. S

    Language does not change from English in most of the templates in WPB 12.0.6

    If I change the language of WPB from English to f.ex. Spanish, I can see everything changing OK in 'Accounting_service' -template BUT if I change the template to 'Artist' only the page names will be translated. I have tested this with our test server plus in other service providers demo-version...
  2. S

    Qmail e-mail quota notification script for Plesk 9.3+/10+

    Are you possibly missing bc? apt-get install bc?
  3. S

    Presence builder and IE 11 (win 8.1)

    Any news on this? It's already late Feb 2014 and we're running the latest Plesk integrated Web Presence Builder 11.5.11 and the IE11 customers are still "welcomed" with notification "Unfortunately, your browser is not supported by Web Presence Builder. Please use the latest version of Internet...
  4. S

    Mobile links design change

    We have now version 11.5.10 but I could not find the link for changing view to normal and optimized. Where I could find it?
  5. S

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    That worked perfectly. To sum up for other users, the code should be then like: <?php $servers['imap']['quota'] = array( 'driver' => 'imap', 'params' => array( 'hide_when_unlimited' => true, 'unit' => 'MB' 'format' => array('short'...
  6. S

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    Thanks. I guess the closing tag was the reason for this modification not to work in our production servers (dunno why. I was pretty sure that i typoed it only in this forum). But now it works just fine. I guess for now we can live just fine with the shorter format - the only thing I thought was...
  7. S

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    After some searching I found that this format array in my previous configuration simply allows changing the default outputs for four different quota formats (like long, nolimit_long, short and nolimit_short). However changing them by the documentation seems not to work properly as even if I...
  8. S

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    Woot! So simple. It works. Thanks a lot! However, I am trying to change also the quota format from short to long but seems not to understand how this works. As documented, I tried to add: <?php $servers['imap']['quota'] = array( 'driver' => 'imap', 'params' => array(...
  9. S

    Horde 5.0.4 Quota Status - Missing with Plesk 11.5

    This is very unfortunate change that this mailbox quota is no longer provided. I have requested this from Parallels support, but they just say that this should be requested from Horde community. So far I have not found much help for this issue - the file...
  10. S

    Qmail e-mail quota notification script for Plesk 9.3+/10+

    I can also concure that this script seems to work flawlessy with Plesk 11.5.30 running under Debian 7.2 Wheezy. This script comes still handy, especially now when the new Plesk has Horde5/IMP6 webmail that no longer seems to show mailbox quota bar (at least on default settings, looking...
  11. S

    <password> in e-mail notifications

    And I also would like to describe how the password sending should be implemented properly: 1) Notifications template "Customer account creation" should have lines to be replaced just like before: Customer's login: <client_login> Customer's password: <password> 2) But in addition Notifications...
  12. S

    <password> in e-mail notifications

    Hi, This is a very bad implementation from Parallels. Simply out of the blue leaving the <password> parametre away from Notifications template "Customer account creation" is not very convenient, considering that the implementation of the "Set password" feature is very poorly implemented. First...
  13. S

    PHP 5.3.10 (ART) and Application Vault - 500 - Internal Server Error

    I use Debian with PHP 5.3.10 from Dotdeb org and there has not been any problems with application vault whatsoever - so I highly suspect the problem is not with PHP version. However, we previously tried to upgrade Debian Lenny's default MySQL 5.0 to MySQL 5.1 from Dotdeb, and this caused...
  14. S

    Service Plans - Notify upon reaching

    At least you could try to update to Plesk 10.2 which has been available quite long time (and even 10.3 should be available in preview an possibly published soon). I believe we don't have encountered this problem in 10.2, so it should've been fixed in that.
  15. S

    Run PHP as User

    I solved the problem 2 (Awstats not accessible) with the following method: * For existing old domains I simply: chmod 0755 /var/www/vhosts/*/statistics * But as the Plesk generates all the new domains' statistics folder with right 0550 this these statistics folders should be...
Back
Top