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

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    #plesk repair db -y Checking the Plesk database using the native database server tools DB query failed: SQLSTATE[HY000] [2002] Connection refused The database structure is corrupted. You can try to repair it with "plesk repair installation" and "plesk repair db". exit status 1 # plesk repair...
  2. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Ok for /var/log/messages. But nothing about mariadb message or mariadb error in the file...
  3. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Hi Peter, No file /var/log/mariadb... The reboot was done by the command line "reboot".
  4. E

    Issue DB query failed / 'psa.smb_users' doesn't exist in engine

    Hi all, After installing Plesk on a new instance, everything works fine. I perform a reboot and i've thsi result after identification: DB query failed: SQLSTATE[42S02]: Base table or view not found: 1932 Table 'psa.smb_users' doesn't exist in engine, query was: DESCRIBE `smb_users` Why this...
  5. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Grrrr.. yes it change... It was on. When i turn off, email is correct. It is possible to turn on (this is a server with multiple clients) and to desactivate this option for one domain only?
  6. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Peter, Because i've found example on the php documentation without whitespace: PHP: mail - Manual But i've also tested with a whitespace: $to = '[email protected]'; $subject = 'Test'; $message = 'Hello !'; $headers = 'From: [email protected]' . "\r\n" . 'Reply-To: [email protected]' ...
  7. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Peter, So i've added in the the PHP additional directives: sendmail_path="/usr/sbin/sendmail -t -i -f [email protected]" And my PHP function: $to = '[email protected]'; $subject = 'Test'; $message = 'Hello !'; $headers = 'From: [email protected]' . "\r\n" . 'Reply-To...
  8. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Obsedian 18.0.34 / Centos 7.9 / FPM by Apache If i put command in "Additional Apache directives", error: Configuration Apache invalide : AH00526: Syntax error on line 1 of /var/www/vhosts/system/mydomainA.com/conf/vhost_ssl.conf: Invalid command 'sendmail_path="/usr/sbin/sendmail', perhaps...
  9. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Hi Peter, No, this is not the header that i want. I want "From": [email protected] But Plesk change it to: [email protected] (default domain). PHP $to = '[email protected]'; $subject = 'Test'; $message = 'Hello !'; $headers = 'From: [email protected]' . "\r\n" . 'Reply-To...
  10. E

    Resolved Change header email / Apache invalide : AH00526: Syntax error on line 1

    Hi all, I have to put a directive for domain for sending emails using a header with a different domain. But plesk change the header. Domain: mydomainA.com PHP function set this header: [email protected] but Plesk change it by the default [email protected]. So i've found this...
  11. E

    Issue Can not change mod_headers

    Thank you Peter. It was un example. None of the mod_headers appears.. . I've desactivated xPoweredByHeader. x-powered-by: PleskLin disapear. But for example, i've in the .htaccess: Header append Cache-Control "public" for html files. But in the header for cache-control "public" doesn't...
  12. E

    Issue Can not change mod_headers

    Hi all, I've an .htacces from a wordpress website with mod_headers instructions. But they don't seem to be used/read... Example: <IfModule mod_alias.c> <FilesMatch "\.(html|htm|rtf|rtx|txt|xsd)$"> <IfModule mod_headers.c> Header set X-Powered-By "WP Rocket/3.11" </IfModule> </FilesMatch>...
  13. E

    Resolved Unable to create the remote backup error (cache size problem)

    Hello, We have the same problem on 5 servers after plesk update. @IgorG : can i have more explanations about "streamCacheSize" and the value to use? to know what value to define Also, this concerns the source server or the destination server?
  14. E

    Resolved Name resolution/network problem

    grrr.... after 3hours of search and tests... The line "source /etc/network/interfaces.d/* was disapear from /etc/network/intefaces... Works now. Thank you for your help.
  15. E

    Resolved Name resolution/network problem

    In /etc/interfaces.d/50-cloud-init: auto lo iface lo inet loopback auto enp3s0f0 iface enp3s0f0 inet dhcp
  16. E

    Resolved Name resolution/network problem

    #route -n is empty Destination Gateway Genmasks Flags Metric Ref Use Iface In /etc/network/interfaces: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface...
  17. E

    Resolved Name resolution/network problem

    With: #ip a I don't found my main ip. Only aliases ip. Do you know i can reinstall it? or reread information? Thank you.
  18. E

    Resolved Name resolution/network problem

    I can ping ip address aliases but not the main server ip. What settings should I check?
Back
Top