• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by Sky

  1. S

    Question How to update git branch

    Hi, I've created a new branch in my git repository and push it to remote repository. On my git account, I can see all the branches i've created but on Plesk, I can only see the previous created branches but not the new one. Is there a way to update Plesk/git to retrieve all the branches ?
  2. S

    Resolved Installing and configuring Xdebug for Plesk Onyx

    Sorry for the late answer ! It works like a charm ! thanks !
  3. S

    Resolved Installing and configuring Xdebug for Plesk Onyx

    Hi everybody I've installed xdebug extension to my Plesk (v17) and it went well (I can see that xdebug is correctly load through phpinfo() function and in PHP Setting, Xdebug's checkbox is checked). But to make it works and appears in the dashboard, I had to add the extension in my php.ini...
  4. S

    Resolved How do I install the GeoIP

    Yeah ! I was looking the wrong log so I didn't see this message ""NOTICE: PHP message: PHP Warning: geoip_record_by_name(): Required database not available at /usr/share/GeoIP/GeoIPCity.dat" So I've downloaded the GeoIP database and renamed it after the message and now its working ! Thanks !
  5. S

    Resolved How do I install the GeoIP

    I've already run <?php phpinfo(); ?> and I can see GEOIP extension on the details. Through plesk dashboard, on php setting, I can see too that the geoip checkbox is checked. But when I run <?php print_r(geoip_record_by_name('php.net')); ?> The page remains empty
  6. S

    Resolved How do I install the GeoIP

    Hi ! I've followed this thread to install GEOIP to my Plesk (17.0.17 on Debian 8) and it went well : I can see geoip enabled on Plesk's PHP setting. But when I'm trying to run php function like <?php print_r(geoip_record_by_name('php.net')); ?> There's no output. Any idea where the issue...
Back
Top