2016-08-18 66 views
0

enter image description hereDrupal的8作曲您的要求不能被解析到一個安裝包集合 - commerceguys /國際

enter image description here

我要安裝它。 drupal.org/project/social 但也是SSH我得到一個錯誤。

我安裝了Composer和Drush。

composer-creator of the project goalgorill/social_templat to: giant-master Dr --no-interaction 

我得到一個錯誤,在命令輸入圖片。

+1

將來請避免使用圖像來顯示文字信息。他們很難查看,無法搜索,不提供用戶可複製的文本,並且無法訪問。相反,將文本直接複製並粘貼到您的問題中。根據內容的不同,您可能還需要在問題編輯器中使用「格式爲代碼」和「格式爲引用」功能。 – Chris

+2

好的,明白。對不起 – Enes

回答

0

作曲家告訴你什麼是錯的:

the requested PHP extension bcmath is missing from your system

以及如何解決它:

To enable extensions, verify that they are enabled in those ini files

安裝並啓用the bcmath extension。確切的過程將取決於您的操作系統以及您如何安裝PHP。

+0

[bcmath] ;所有bcmath函數的小數位數。 ; http://php.net/bcmath.scale bcmath.scale = 0 – Enes

+0

對不起。 Php.ini文件已存在。問題仍未解決。 你能寫得更清楚嗎? – Enes

+0

http://stackoverflow.com/questions/15609273/yum-install-php-bcmath-requires-php-commonx86-64-5-3-3-22-el6 – Enes

相關問題