我正在我的服务器上安装Magento 2.0.0版 . 我甚至没有配置就得到500错误 . 尝试各种解决方案得不到积极响应 . 应用检查和清理文件并接收以下消息:

检查:

Your server does not meet the following requirements in order to install Magento.

The following requirements failed, please contact your hosting provider in order to receive assistance with meeting the system requirements for Magento:

You need MySQL 4.1.20 (or greater)

The following requirements were successfully met:

You have PHP 5.2.0 (or greater)

Safe Mode is off

You have the curl extension

You have the dom extension

You have the gd extension

You have the hash extension

You have the iconv extension

You have the mcrypt extension

You have the pcre extension

You have the pdo extension

You have the pdo_mysql extension

You have the simplexml extension

清理 :

----------------------- CLEANUP START -------------------------

*************** SETTING PERMISSIONS ***************

Setting all folder permissions to 755

Setting all file permissions to 644

Setting pear permissions to 550

****************** CLEARING CACHE ******************

************** CHECKING FOR EXTENSIONS ***********

-= WARNING =- Overrides or extensions exist in the app/code/local folder

-= WARNING =- Overrides or extensions exist in the app/code/community folder

------------------- CLEANUP COMPLETED in:2.6845 seconds ------------------

在检查文件中,它说我的服务器上没有该版本的MySQL . 添加以下代码以查看我的版本,这就是答案:

echo "

Exact Version PHP & MySQL:

";

printf("PHP version: %s\n", PHP_VERSION);

$mysql = mysqli_connect('localhost', 'root', 'example');

#$mysql = mysqli_connect('localhost', 'root', '');

## Test the MySQL connection

if (mysqli_connect_errno()) {

printf(" Connection failed: %s\n", mysqli_connect_error());

exit();

}

## Print the MySQL server version

printf(" MySQL server version: %s\n", mysqli_get_server_info($mysql));

##Close the MySQL connection

mysqli_close($mysql);

结果:

Exact Version PHP & MySQL:

PHP version: 5.5.30-1~dotdeb+7.1

MySQL server version: 5.6.15

EDIT

错误记录我的服务器

[Fri Jan 08 12:02:44 2016] [错误] [客户端200.111.332.174] PHP致命错误:未捕获异常'Magento \ Framework \ Exception \ LocalizedException',消息'无法创建目录/ home / nhernandez / public_html / editorialauncreemos的/ var /生成/ Magento的/框架/应用/ ResourceConnection /“ . 在/home/nhernandez/public_html/editorialauncreemos/vendor/magento/framework/Code/Generator.php:103 \ nStack trace:\ n#0 / home / nhernandez / public_html / editorialauncreemos / vendor / magento / framework / Code / Generator / Autoloader.php(35):Magento \ Framework \ Code \ Generator-> generateClass('Magento \ Framewo ...')1 [内部函数]:Magento \ Framework \ Code \ Generator \ Autoloader-> load('Magento \ \ Framewo ...')2 [内部功能]:spl_autoload_call('Magento \ Framewo ...')3 /home/nhernandez/public_html/editorialauncreemos/vendor/magento/framework/Code/Reader/ClassReader.php(19 ):ReflectionClass - > __ construct('Magento \ Framewo ...')4 /home/nhernandez/public_html/editorialauncreemos/vendor/magento/framework/ObjectManager/Definition/Runtime.php(44):Magento \ Framework \ Code \ Reader \ ClassReader-> getConstructor(第103行的/home/nhernandez/public_html/editorialauncreemos/vendor/magento/framework/Code/Generator.php中的'Magento \ Fram'

magento java_错误500安装Magento相关推荐

  1. Magento 新手教程 - 如何安装 Magento 之安装环境准备

    Magento 新手教程,如何安装 Magento 之安装环境准备 Magento 是一款 PHP 开发的软件,所以在安装 Magento 之前我们需要先安装好对应的环境.不同版本的 Magento ...

  2. 初次安装Magento商城 后台报错的解决方案

    今天初次安装Magento, 开始装的是英文版,后来又找到中文版 安装后在后台都有同一个错误,就是登陆后台,随便点击一个链接,都有报错 There has been an error processi ...

  3. magento模板 -- 如何安装magento模板

    在magento下面安装模板首先要了解magento的模板结构: 每个magento模板都包含如下的类似结构: --app/design/frontend/default/[模板名称] ------- ...

  4. 安装Magento的系统需求

    下面是Magento的运行环境最低需求配置: Linux, Windows, 或其他 UNIX兼容操作系统 (不推荐在正式商用环境中使用windows) Apache Web Server (1.x ...

  5. 本地安装magento无法登陆后台的问题

    本地安装magento无法登陆后台的问题 今天安装了magento,费了不少周折. 针对目前最新版magento v1.5.0.1本地安装magento无法登陆后台的问题,我总结了以下解决方法 打开m ...

  6. win2008 R2解决安装网站安全狗提示HTTP 错误 500.21介绍

    这篇文章主要介绍了win2008 R2安装网站安全狗提示HTTP 错误 500.21的解决方法,需要的朋友可以参考下 WINDOWS 2008 R2系统+IIS7.5,在没安装网站安全狗前一切正常,安 ...

  7. cPanel主机空间安装Magento规范准确详细教程

    cPanel空间是最好用最流行的国外主机管理面板,我们强烈建议大家在选择magento主机的时候选择cPanel控制面板的主机,为此我们特意撰写了cPanel空间安装magento的教程. 准备步骤: ...

  8. magento php 所需模块,magento博客 - Magento2 创建基本模块

    我们将在Magento 2中创建一个简单的模块,完成后,模块将在自定义前端路由的内容中显示"Hello world!". 先决条件 毋庸置疑,您需要最新的Magento 2版本 在 ...

  9. HTTP 错误 500.21 - Internal Server Error 解决方案

    不久前重新安装了Windows7,在安装了VS2010 开发平台之后,将网站发布到IIS,访问发生如下错误: HTTP 错误 500.21 - Internal Server Error处理程序&qu ...

最新文章

  1. 五花八门的Shell 的相关概念和配置方法
  2. 剑指offer面试题23:从上到下打印二叉树(树的层序遍历)
  3. Oracle查找包共用,oracle – 用于查找包的多级依赖关系的脚本
  4. HUE 提交Schedule 时区问题
  5. 怎么用Python获取全网最全的杰尼龟表情包
  6. 基础知识—表达式与语句-表达式
  7. AndroidStudio_android开发在线文档_在线API_蓝牙开发在线文档---Android原生开发工作笔记243
  8. 三江学院计算机答辩严格,三江学院论文答辩
  9. CTF中一点进制转换脚本记录
  10. ActiveMQ使用教程
  11. 使用scrapy框架爬虫实战
  12. 泛函分析笔记(十七) 弱偏导数
  13. 和菜头-要相亲相爱,更要相互伤害
  14. 一入职就遇上Mysql亿级优化,方案都改了5遍
  15. Python基础_Day_01_作业
  16. ie调用java闪退_IE11老是闪退怎么办 IE11闪退解决教程方法汇总
  17. 欧盟吸纳52名专家入AI咨询委员会 将起草AI伦理指南 |标贝科技
  18. 利用 telnet 命令测试 SMTP 服务(QQ邮箱)
  19. 医疗微信营销:微动力新生活
  20. linux fedora安装教程,Fedora 13正式版安装图文教程

热门文章

  1. 财务用计算机在成本核销,《初级会计电算化》精选题库附答案解析(五)
  2. 拉卡拉智能POS评测体验及拉卡拉智能POS使用说明
  3. STC15不同配置模式下的串口输出方式总结
  4. 一文读懂:数据之旅的五大支柱
  5. centos 开机运行卡住
  6. v计算机二级b数组,计算机二级
  7. 解决Ubuntu Nvidia-smi的错误“NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driver”
  8. 无线无源温度传感器项目-软件
  9. 京津冀游客河北狼牙山尽享“雪村嘉年华”
  10. MATLAB使用技巧之局部放大图的制作及文本箭头的便捷设置