从3.3.1更新到Joomla 3.3.3失败,无法打开CONTRIBUTING.md

时间:2014-08-25 15:23:17

标签: joomla upgrade failed-installation

我刚刚尝试将我的Joomla 3.3.1安装更新到3.3.3,但我的浏览器立即发出无法打开CONTRBUTING.md的警报。它应该在我的安装的根文件夹中,但它不在那里。此外,当我从Joomla下载一个新的完整包时,也没有一个CONTRIBUTING.md。 我怎么解决这个问题?我从来没有删除过CONTRBUTING.md所以我不知道它为什么会消失。

谢谢

1 个答案:

答案 0 :(得分:0)

不确定为什么它需要该文件,但重新创建非常容易。你有shell访问你的服务器?如果没有创建名为CONTRIBUTING.MD的文件并通过FTP将其加载到服务器或通过shell将vim加载到文件中并插入以下副本:

Contributing to the Joomla! CMS
===============
All contributions are welcome to be submitted for review for inclusion in the Joomla! CMS, but before they will be accepted, we ask that you follow these simple steps:

1) Open an item on the Joomlacode tracker in the appropriate area.
* CMS Bug Reports: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8103
* CMS Feature Requests: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemBrowse&tracker_id=8549

2) Follow the [Joomla! Coding Standards](http://joomla.github.io/coding-standards)!

3) After submitting the item to the Joomlacode tracker, add a link to the Joomlacode tracker item and the GitHub issue or pull request.

Please be patient as not all items will be tested immediately (remember, all bug testing for the Joomla! CMS is done by volunteers) and be receptive to feedback about your code.

#### Branches
Pull Requests should usually be made for the `staging` branch as this contains the most recent version of the code.
There are other branches available which serve specific purposes.

| Branch | Purpose |
| ------ | ------- |
| staging | Current codebase. |
| master | Each commit made to staging gets tested if it passes unit tests and codestyle rules and then merged into master. This is done automatically. |
| 2.5.x | Branch for the Joomla 2.5.x series. Currently in maintenance mode with EOL end of 2014. No new features are accepted here. |
| 3.2.x | Branch for the Joomla 3.2.x series. Currently in security mode with EOL Oct 2014. Only security issues are fixed. |
| 3.4-dev | Branch for the next minor Joomla version. New backward compatible features go into this branch. Commits to staging will be applied to this branch as well. |

保存,确保文件具有正常权限,您应该全部设置。请注意,您需要将它放在Joomla的根目录或基本目录中!已安装。