• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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