Recent content by Raul A.

  1. R

    Resolved How to permanently disable the annoying "Welcome to Plesk / Let's tailor your experience" survey popup?

    Hi, Check the ratings section in panel.ini: ext-panel-ini-editor-descriptions/en-US.json at master · plesk/ext-panel-ini-editor-descriptions Set showAfterDays to something big.
  2. R

    Issue Error in cURL request:

    Looks like your server can't connect to check-updates.plesk.com. The address is reachable for me.
  3. R

    Question Generating statistics from old logs with GoAccess

    When you enable GoAccess on an existing website, it will calculate statistics for you, using the new statistics tool, GoAccess. Once I accessed the statistics, I had historical data in GoAccess, not just data from the current logs.
  4. R

    Question wordpress login url setup

    You can try a different plugin to hide wp-login.php: https://support.plesk.com/hc/en-us/articles/12376958314775-Autodetection-of-WordPress-login-URL-does-not-work-properly-in-Plesk-WP-Toolkit
  5. R

    File not found (wp-login.php)

    Plesk calculates disk usage during the nightly maintenance task. You can also try to refresh the disk usage using: Plesk is able to manage servers running multiple WordPress instances. WP-Toolkit is a great tool for WordPress management.
  6. R

    Question How to install PHP 8.4 on Plesk 18.0.77/Update #1 that runs on Debian "Buster" 10.13

    Hi Jan, Did you try plesk installer? Do you have Extended Lifecycle Support (ELS) by Plesk? You should upgrade or migrate to a new server running a newer Debian version.
  7. R

    Issue Unable to install extension for PHP

    In order to manually compile and install memcached, you can run the following: dnf install libmemcached-devel.x86_64 plesk-php84-devel plesk-php83-devel plesk-php82-devel make gcc cpp cd /var/tmp/ wget https://pecl.php.net/get/memcached-3.4.0.tgz tar -zxf memcached-3.4.0.tgz cd...
  8. R

    Question goAccess in 18.0.77

    https://support.plesk.com/hc/en-us/articles/12388040127383-A-website-hosted-in-Plesk-fails-to-load-ModSecurity-Response-body-too-large will help you with that.
  9. R

    Question goAccess in 18.0.77

    GoAccess replaces Awstats and Webalizer. You access it from the same place:
  10. R

    Issue Unable to install extension for PHP

    Hi, You can use the following commands: #install dependencies dnf install libmemcached-devel.x86_64 plesk-php84-devel plesk-php83-devel plesk-php82-devel make gcc cpp # set the custom temp folder pear config-set temp_dir /var/tmp # compile and install for PHP 8.4 export...
  11. R

    Resolved Can't Close application

    What commands?
  12. R

    Issue Unable to install extension for PHP

    You can't install ioncube_loader with pecl on PHP 8.1, 8.2 and 8.3. I also recommend not using PHP 8.1 since it's already EOL. Download the loader archive from here: ionCube Loader - A website add-on for running ionCube encoded files, deploy the .so files, load them and reload the PHP-FPM and...
  13. R

    Question Website wird nicht angezeigt, Zertifikat ist installiert.

    You are seeing the "Not secure" warning because 82.165.98.82 is not a domain name in the installed certificate. The certificate is also expired. You can change the expired certificate or issue a new one, from Tools & Settings > Security: SSL/TLS Certificates > Let's Encrypt. In your case...
  14. R

    Question Website wird nicht angezeigt, Zertifikat ist installiert.

    It looks like redrings1893-lb.de has a proper certificate installed now: The website does indeed load for me, without any certificate warnings.
  15. R

    Question Website wird nicht angezeigt, Zertifikat ist installiert.

    I don't understand your questions. Can you please write in English and elaborate on the issue you are encountering?
Back
Top