2010-07-09 11 views
0

http://localhost/joomla/administrator/ 웹 브라우저가 설치를 완료하고 폴더를 삭제 한 후 페이지가 존재하지 않는다는 오류를 반환합니다.설치 후 Joomla가 충돌 함

apache2를 사용해야합니다. 나는 또한 최신 버전의 apache, mysql을 사용하고있다. PHP 5.2.13 VC6 x86을 사용하여 메신저 스레드 안전.

나는이 자습서의 콤보 사용 : 내가 바로 나에게 오류를 줄 것이다 데이터베이스로 mysql을 선택

Tutorial 1 Tutorial 2

을하지만 mysqli을 선택한 경우 다음 나는 완료 할 수있을 것 설치 후 클라이언트 또는 관리자를 선택하면 브라우저 오류가 발생합니다.

두 튜토리얼의 유일한 차이점은 아파치에 복사하여 붙여 넣는 대신 PHPIniDir을 사용한다는 것입니다.

내가 인해 로그에서 오류로 ServerName localhost:80 변경

LoadModule php5_module "c:/datafiles/php/php5apache2_2.dll" 
AddType application/x-httpd-php .php .phtml .inc .php3 
AddType application/x-httpd-php-source .phps 
PHPIniDir "c:/datafiles/php" 

을 httpd.conf.

하는 error.log

[Fri Jul 09 07:05:21 2010] [notice] Parent: Received shutdown signal -- Shutting down the server. 
[Fri Jul 09 07:05:21 2010] [notice] Child 4108: Exit event signaled. Child process is ending. 
[Fri Jul 09 07:05:22 2010] [notice] Child 4108: Released the start mutex 
[Fri Jul 09 07:05:23 2010] [notice] Child 4108: All worker threads have exited. 
[Fri Jul 09 07:05:23 2010] [notice] Child 4108: Child process is exiting 
[Fri Jul 09 07:05:23 2010] [notice] Parent: Child process exited successfully. 
[Fri Jul 09 07:06:23 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations 
[Fri Jul 09 07:06:23 2010] [notice] Server built: Mar 4 2010 11:27:46 
[Fri Jul 09 07:06:23 2010] [notice] Parent: Created child process 3520 
[Fri Jul 09 07:06:23 2010] [notice] Child 3520: Child process is running 
[Fri Jul 09 07:06:23 2010] [notice] Child 3520: Acquired the start mutex. 
[Fri Jul 09 07:06:23 2010] [notice] Child 3520: Starting 64 worker threads. 
[Fri Jul 09 07:06:23 2010] [notice] Child 3520: Starting thread to listen on port 80. 
[Fri Jul 09 07:08:00 2010] [notice] Parent: child process exited with status 255 -- Restarting. 
[Fri Jul 09 07:08:00 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations 
[Fri Jul 09 07:08:00 2010] [notice] Server built: Mar 4 2010 11:27:46 
[Fri Jul 09 07:08:00 2010] [notice] Parent: Created child process 6584 
[Fri Jul 09 07:08:00 2010] [notice] Child 6584: Child process is running 
[Fri Jul 09 07:08:00 2010] [notice] Child 6584: Acquired the start mutex. 
[Fri Jul 09 07:08:00 2010] [notice] Child 6584: Starting 64 worker threads. 
[Fri Jul 09 07:08:00 2010] [notice] Child 6584: Starting thread to listen on port 80. 
[Fri Jul 09 07:08:01 2010] [notice] Parent: child process exited with status 255 -- Restarting. 
[Fri Jul 09 07:08:01 2010] [notice] Apache/2.2.15 (Win32) PHP/5.2.13 configured -- resuming normal operations 
[Fri Jul 09 07:08:01 2010] [notice] Server built: Mar 4 2010 11:27:46 
[Fri Jul 09 07:08:01 2010] [notice] Parent: Created child process 5780 
[Fri Jul 09 07:08:01 2010] [notice] Child 5780: Child process is running 
[Fri Jul 09 07:08:02 2010] [notice] Child 5780: Acquired the start mutex. 
[Fri Jul 09 07:08:02 2010] [notice] Child 5780: Starting 64 worker threads. 
[Fri Jul 09 07:08:02 2010] [notice] Child 5780: Starting thread to listen on port 80. 

모든 사전 설치 검사는 완벽하다.

나는 현재 두 가지 버전에서 PHP 설치 프로그램을 사용해 보았지만 아파치를 시작하지 못했습니다.

편집 : 데이터 샘플을 mysqli와 함께 설치할 수있었습니다.

답변

1

시도 "Curl Extension"이 크래시의 원인이 될 때까지 크래시를 유발하는 확장자를 확인하려면 php.ini 파일의 각 확장을 사용 중지하십시오.

+0

이것은 아마도 설치 프로그램에서의 문제 일 텐데 훨씬 더 포괄적 인 튜토리얼을 발견했으며 이제는 작동합니다! –