简体   繁体   English

使用Xampp和Ubuntu安装Drupal时出现问题

[英]Problems installing Drupal with Xampp and Ubuntu

I am attempting a fresh install of Drupal 6.14 on a Ubuntu 9.10 machine using XAMPP for Linux. 我正在尝试使用XAMPP for Linux在Ubuntu 9.10机器上全新安装Drupal 6.14。 I use XAMPP fine with Wordpress and some different frameworks. 我将XAMPP与Wordpress和其他一些框架一起使用。 I am having problems after I download and extract Drupal to my /htdocs/. 将Drupal下载并解压缩到我的/ htdocs /后,我遇到了问题。 The following pic shows the errors I get. 下图显示了我得到的错误。

使用XAMPP安装Drupal时出现问题

I think that is a combination of using php5.3 and having warn levels too high. 我认为这是使用php5.3和警告级别过高的结合。 php is outputting warnings which means that Drupal can't change the header information. php正在输出警告,这意味着Drupal无法更改标头信息。

If you are on Ubuntu why would you not just use the standard php and mysql? 如果您使用的是Ubuntu,为什么不只使用标准的php和mysql?

显然Drupal与PHP 5.3不兼容,您应该下载包含PHP版本低于5.3的旧版xampp

您可以通过将/opt/lampp/etc/php.ini error_reporting指令更改为以下内容来避免显示不赞成使用的功能消息:

error_reporting = E_ALL & ~E_DEPRECATED | E_STRICT

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

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