• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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