简体   繁体   English

安装后Joomla崩溃

[英]Joomla crash after installation

http://localhost/joomla/administrator/ The web browser returns an error that the page does not exist after I complete the installation and deleted the folder. http://localhost/joomla/administrator/在完成安装并删除文件夹后,Web浏览器返回该页面不存在的错误。

I have to use apache2. 我必须使用apache2。 I am also using the latest version of apache, mysql. 我也在使用最新版本的apache,mysql。 Im using php 5.2.13 VC6 x86 Thread Safe. 我正在使用php 5.2.13 VC6 x86线程安全。

I used a combo of two tutorials: 我使用了两个教程的组合:

Tutorial 1 Tutorial 2 教程1 教程2

When I chose mysql as the database it would give me the error right away but if I chose mysqli then I would be able to complete the installation then when I selected either client or administrator then I would get the browser error. 当我选择mysql作为数据库时,它会立即给我错误,但是如果我选择mysqli那么我将能够完成安装,然后当我选择客户端或管理员时,我会得到浏览器错误。

The only difference between the two tutorials is that I used PHPIniDir instead of copying and pasting it to apache. 这两个教程之间的唯一区别是,我使用了PHPIniDir而不是将其复制并粘贴到apache中。

httpd.conf httpd.conf

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"

I also changed ServerName localhost:80 due to an error in the log. 由于日志中的错误,我还更改了ServerName localhost:80

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.

All pre-installation checks are perfect. 所有的安装前检查都是完美的。

I even tried the PHP installers from the two currently available version but they don't let me start apache. 我什至尝试了使用两个当前可用版本的PHP安装程序,但它们不允许我开始使用Apache。

edit: It was able to install with mysqli the data samples. 编辑:它能够与mysqli安装数据样本。

尝试禁用php.ini文件中的每个扩展名,以查看导致崩溃的扩展名。大多数情况下,“ Curl扩展名”将是导致崩溃的原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM