• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. O

    Resolved Error 500 internal server error (But I don't have more information)

    Try enable debug in your CMS -> The Debug Component (Symfony 3.3 Docs). | Troubleshooting Problems (Symfony 5.4 Docs) And, why about /var/log/plesk-phpXX-fpm/error.log ?
  2. O

    Question Full Backup (Plesk + OS)

    As last option if you not want install or pay any software you can use rsync If you want use rsync, you may want to clone your entery server in a virtualbox machine or any orther virtual enviroment and have a working copy if you use correct configuration, that may works, not as special backup...
  3. O

    Question automate the creation of dumps for select databases

    You can algo make direct mysqldump over network mysqldump -u user -h host -p$password db > db Less secure but posible
  4. O

    Resolved Plesk update error

    I think the issue here is than you add mariadb 11.x repos to your debian in any way Plesk not support mariadb 11, so mariadb 11 is alpha release. https://support.plesk.com/hc/en-us/articles/12387689789207-Which-MariaDB-versions-are-supported-by-Plesk-...
  5. O

    Question automate the creation of dumps for select databases

    Why not run script from your FTP server ? You can connect to SSH ? You can do some things Put a script in your Plesk server. Conect from your FTP backup server over SSH and run that script, then script finish download directory when backup is stored. In any case you can do something like...
  6. O

    Issue Running repair command does not prompt to fix permissions

    Too old post, but this still works in same way, just notify bad permisions but not assig the correct one. Some user do a chown user:psalnc -R to entery vhosts dir and this not fix the issue
  7. O

    Resolved MailBox Quota show as unlimited vía CLI

    Hi I do some awk piped output for plesk db query, for me works fine You can run it from cli: plesk db "SELECT concat(mail.mail_name,'@',domains.name) AS 'Email address',mn_param.val AS 'Mailbox usage',mail.mbox_quota AS 'Mailbox limit' FROM mail LEFT JOIN mn_param ON mail.id=mn_param.mn_id...
  8. O

    Issue Composer dependencies require on Plesk

    Yes, issue come back. For now this be fixed editing this file: /usr/local/psa/admin/plib/modules/catalog/vendor/composer/platform_check.php change this: if (!(PHP_VERSION_ID >= 70400)) { for this if (!(PHP_VERSION_ID >= 70300)) { You will get access to panel again, but I dont know if this...
  9. O

    Resolved monitoring 2.5.9 stop working on my plesk server NEED DOWNGRADE

    Same here monitoring stop working in 18.0.49 With debug enabled just get this line in log: plesk starting: filter 86, stdin: In my case upgrade all solve the issue.
  10. O

    Issue 127.0.0.1:80/443

    I will try with Changing Virtual Hosts Settings Using Configuration Templates
  11. O

    Issue 127.0.0.1:80/443

    I have similar issue, in centos 7 nginx listen in 0.0.0.0:80/443 but in almalinux listen in IP_SERVER;80/443 By modify /etc/nginx/plesk.conf.d/server.conf will solve issue, but this file was regenerated by plesk.
  12. O

    Issue Composer dependencies require on Plesk

    I think only centos 6 afected and systems without php 7.4 installed / supported I have 96 servers afected by this :/
  13. O

    Resolved SMTP port 25 mailserver not able to send email

    Try from remote network: telnet yourIP_Server 25 Check if conections success
  14. O

    Resolved MailBox Quota show as unlimited vía CLI

    Ok I not know why but query provided take MailBox Limit from psa_limit There is no limit for mbox, the limit is in mail.mbox_quota I modify the query and works fine now:
  15. O

    Resolved MailBox Quota show as unlimited vía CLI

    Hi All When I go to plesk -> domains -> mails accounts, I can see a list with emails account listed fine, With mail usage and mail quota, like 200MB used from 500 MB, so all as espected. But when I see this information vía CLI to export all accounts mailbox quota return value is -1 ( unlimited...
  16. O

    Question Problem with cPanel to Plesk Migration

    I ran in similar issue, plesk fail to migrate, because /etc/quota.conf not existes, I Just create a file and plesk migrator works again. So If file not exists just create it.
  17. O

    Resolved The component perl is not installed on the destination server.

    Hi As error say, if that domains not use perl you can continue migration, and you not need install it, If some domain use perl you need know what modules you need and install it, but if no domain use perl you can continue witout problems.
  18. O

    Resolved Issue with PDF Files

    Hi, can you put plesk in english and then take screanshot to error. In any case, are you try to see logs ? I not see any reason to get 404 in plesk, maybe can happen if you have some symlink
  19. O

    Issue one of three Plesk FTP-Backups jobs did not run

    Test for sharing solutions, Its sonds like a bug.
  20. O

    Question PHP CLI thread on Multi-Core VPS

    May you can test your performance with some stress test, stop all your web services and database for mantaince and try stress your CPU, core usage, 2 cores usage etc and compare performance, Also is cheap to deploy new instance in vultr for some hours and test if you get same issues in clean...
Back
Top