Hi, there is a small error in PluginManager.php (1.5.3 maint version)
line: 476
Original:
$pluginInfoNew = $plugin->getConfigFromFile();
should be:
$pluginInfoNew = $plugin->getInfoFromFile();
Hi, there is a small error in PluginManager.php (1.5.3 maint version)
line: 476
Original:
$pluginInfoNew = $plugin->getConfigFromFile();
should be:
$pluginInfoNew = $plugin->getInfoFromFile();
Hi,
building php 5.4 creates errors:
i-MSCP Git 1.3.x
Build: Nicht verfügbar
Codename: Horner
OS: Ubuntu 16.04LTS
php5.4:
Hi,
this solution worked for me.
Thx
Hi,
just tried the Plugin and also get the error.
i tried to rebuild php5.6 and found following problem: (No valid SHA1-Signature)