2015-02-04 3 views
0

그래서 나는 오늘 아침 드루팔 8 베타를 설치 한 번 내가 드루팔/로컬 호스트에서 다음을 가지고 설치 : 나는 안정 버전을 드루팔 (8)을 삭제하기로 결정Drupal 설치 문제. 이상한 오류

screenshot of web browser

, 단지 넣다이 있었다 문제. 나는 안정 버전을 위해 그것을 가지고있다.

아마도 apache2.conf 문제 일 수 있습니까? 하지만 Drupal을 처음 사용하고 CMS를 사용하지 않는 다른 사이트에서는 다른 문제가 없습니다.

감사합니다.

편집 :

handle($request) // Handle the response object. ->prepare($request)->send(); $kernel->terminate($request, $response); } catch (HttpExceptionInterface $e) { $response = new Response($e->getMessage(), $e->getStatusCode()); $response->prepare($request)->send(); } catch (Exception $e) { $message = 'If you have just changed code (for example deployed a new module or moved an existing one) read http://drupal.org/documentation/rebuild'; if (Settings::get('rebuild_access', FALSE)) { $rebuild_path = $GLOBALS['base_url'] . '/rebuild.php'; $message .= " or run the rebuild script"; } // Set the response code manually. Otherwise, this response will default to a // 200. http_response_code(500); print $message; throw $e; } 
+0

을 설치해야합니다. 메시지를 복사하여 붙여 넣는 것만 큼 없습니까? –

+0

업데이트 됨, 죄송합니다. – Dunney

+0

PHP처럼 해석되지 않습니다. PHP가 설치 과정에서 작동하는지 확인할 수 있습니까? – Randell

답변

1

에있는 당신하여 http.conf 파일에보고하십시오 : /private/etc/apache2

#LoadModule php5_module libexec/apache2/libphp5.so이 주석 처리되어 있는지 확인합니다. 당신이 PHP (내 경우에는 php7)의 새로운 버전을 설치 한 경우

0

당신은 내가 실제로 스크린 샷을 읽을 수 없습니다

sudo apt-get install libphp7.0-embed