• 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. Jürgen_T

    Issue New php-warning

    Product version: Plesk Obsidian 18.0.52.3 - No change since last update tonight. PHP Warning: Undefined property: Net_DNS2_RR_CNAME::$exchange; File: /opt/psa/admin/plib/modules/email-security/library/ConfigCheck.php, Line: 239 still is shown up.
  2. Jürgen_T

    Resolved Unable to connect to the server via IP6

    A little bit-and-byte-wonder appeared. I just removed the new firewall-rule concerning IP6. Applied this change again to the firewall and .... my domain continues to be reachable by the IP6-address. Thank you all for guideing me to this solution!
  3. Jürgen_T

    Resolved Unable to connect to the server via IP6

    I checked fail2ban. My IP6 is already on the whitelist. So, fail2ban was not the reason.
  4. Jürgen_T

    Resolved Unable to connect to the server via IP6

    I suppose, that this cannot be the final configuration as I opened all ports for IP6. But we found out, that is a firwall matter.
  5. Jürgen_T

    Resolved Unable to connect to the server via IP6

    Peter, I followed your recommendation and opened all ports for IP6/TCP. Now it works: IPv6 Ping Output: PING mail.tenckhoff.de(2a01:238:430e:9400:f421:da1d:bef8:c802 (2a01:238:430e:9400:f421:da1d:bef8:c802)) 32 data bytes 40 bytes from 2a01:238:430e:9400:f421:da1d:bef8:c802...
  6. Jürgen_T

    Resolved Unable to connect to the server via IP6

    Thank you for the qucik help. What have I done after the latest update of the firewall? 1. I used the new feature with GeoIP and blocked some countries. 2.I checked my IP addresses and switched the IP4 and the IP6 from dedicated to commen use and finally reread the IPs. Did not help. 3. I...
  7. Jürgen_T

    Resolved Unable to connect to the server via IP6

    I just found out, that my server is no lnger reachable via IP6. IP4 works without any problems. I do not find errors in the system protocolls and also the config-files for the server include my ip6-address for different ports. This seems to be ok. Also the DNS entries for IP4 (A) and IP6 (AAAA)...
  8. Jürgen_T

    Issue New php-warning

    Thank you for your answer. As Email Security seems to work without problems I will wait for the next updates hoping ...
  9. Jürgen_T

    Issue New php-warning

    How can I check and maybe modify ConfigCheck.php, Line: 239. I cannot open the file with nano or vim as it is encrypted.
  10. Jürgen_T

    Resolved APCu for PHP 8.2

    So, eventually I got it work. First: I repaired the missing sed Did not work but Second: ln -sf /bin/sed /usr/bin/sed did the trick. Starting at this point with the installation worked following again the steps as provided by you. Thank you for your help!
  11. Jürgen_T

    Resolved APCu for PHP 8.2

    Can I remove sed completely using sudo apt-get -y autoremove --purge sed and re-install it to solve this problem?
  12. Jürgen_T

    Resolved APCu for PHP 8.2

    /opt/plesk/php/8.2/bin/phpize is there but /usr/bin/sed is missing
  13. Jürgen_T

    Resolved APCu for PHP 8.2

    Maybe remove sed and install again? Or plesk repair installation?
  14. Jürgen_T

    Resolved APCu for PHP 8.2

    root@mail:/# apt install --reinstall sed Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen.... Fertig 0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 2 nicht aktualisiert. Es müssen 190 kB an Archiven...
  15. Jürgen_T

    Resolved APCu for PHP 8.2

    Hi scsa20, thank you for the quick answer. Unfortunately I did not succeed with this instruction. Look here to see my attempt root@mail:/# apt install plesk-php82-dev zlib1g-dev gcc make Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden...
  16. Jürgen_T

    Resolved APCu for PHP 8.2

    Is there any instruction how to install APCu for PHP 8.2 ? For php 8.1 it is still working on my ubuntu server.
  17. Jürgen_T

    Resolved PHP 8.2 - Deprecated function: Using ${var}

    Hi Peter, thank you for the quick advice - this helped! Now I got rid of the message in the prod. environment and have time to find a general solution for the concerned deprecated files:-)
  18. Jürgen_T

    Resolved PHP 8.2 - Deprecated function: Using ${var}

    Since I upgraded from php 8.1 to php 8.2 I got some deprecation warnings like "Deprecated function: Using ${var} in strings is deprecated, use {$var} instead" In some cases I could solve it by replacing used variables i.e. ${var} by ${var}. But I have no idea how to solve this following warning...
  19. Jürgen_T

    Resolved Best procedure to update MariaDB 10.6 to 10.11

    Thank you! I just upgraded to MariaDB 10.11.2 following the instructions and your comment as mentioned above. I works perfect and without any errors!
Back
Top