0
我的客戶有一個Drupal項目(它不是模板),她希望我安裝它並提高項目的質量。 在sites/default/settings.php
,我增加了以下內容:Drupal項目沒有安裝在ubuntu的LAMP服務器中
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'csp',
'username' => 'root',
'password' => '<password>',
'host' => 'localhost',
'port' => '3306',
'driver' => 'mysql',
'prefix' => '',
),
),
);
然後,我創建了一個數據庫,CSP在MySQL。 當我去http://localhost/csp-v1/install.php
,然後我得到以下屏幕:
我無法安裝該項目。我該如何解決它?
https://www.drupal.org/documentation/install從步驟4繼續。如果您已經這樣做,請更新您的問題。 – melvin
@melvin:我已經更新了這個問題,你能檢查它嗎? –
您是否正在安裝panopoly的標準配置文件?如果是的話是什麼版本? – melvin