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 ?
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...
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 !
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
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...