drupal做企业网站需要授权或收费吗?
要做公司的网站,像DEDE 帝国这些个人用是免费的,但是公司用都要授权才行,不知道drupal在这些方面是怎么规定的?
升级 VS 更新
在进行升级之前,需要先弄清楚升级(Upgrade )和更新(Update)这两个不同概念。
- Drupal 升级- 指的是从一个主要的发布版本迁移到另外一个,比如这里要介绍的从Drupal 6升级到Drupal 7;Drupal只能一级一级地升级,比如Drupal 5要先升级到Drupal 6才能再升级到Drupal 7;
- Drupal 更新- 一般指的是将Drupal站点更新到当前发布版本的最新的次级版本,比如将Drupal 6.19更新到6.20。在将Drupal 6升级到Drupal 7之前,最好也要将Drupal 6的低级版本更新到最新的Drupal 6.20版本。
整个Drupal升级的过程大概可以分为四大步骤:计划 -> Drupal 升级准备-> 升级过程 -> 升级后测试。切记在升级或更行之前一定要先备份Drupal 的所有文件和数据库,包括核心文件和非核心文件,用户上传文件等等。下面依次介绍的Drupal升级的四大步骤。
用og模块来构建权限系统,达到的目的是 群主能够查看群成员的信息,群员能够查看群主发布的信息,群外成员能够查看群public信息。
- 3+ years experience in web application development with minimum 1+ years experience in Drupal application development
- Advanced level PHP5, MySQL and HTML/CSS/AJAX/JavaScript
- Advance experience with Drupal module/theme development, best practices, and coding standards
- Experience with Agile Model of development
- Familiarity with user experience design principles and processes
- Experience with third-party applications/tools and integration
- Knowledge of web application security considerations
- Work
我想用drupal做一个这样的效果出来,上下的框架是分开的,我在上面框架的表单中选择出班级,姓名,学号等相关信息提交后,下面框架会转跳到相应的页面...... 请问 用什么模块可以实现这个效果啊?如图
In order to get PEAR working with MAMP run the following commands.
NOTE:
This may be obvious to some, but you should stop MAMP first. Otherwise you might get some strange errors.
1) Change the directory permissions so you can execute files within them:
chmod 774 /Applications/MAMP/bin/php5.3/bin/pear
chmod 774 /Applications/MAMP/bin/php5.3/bin/php
2) Setup an alias to avoid typing the whole path.
(Drupal花园公告)12月5日,Drupal7 又发布了新的版本7.10。此次修复了比较多的bug(没有安全方面的bug修复),其中几条是比较关键的bug,其中一条是造成Drupal 5.x出现错误,都在该版本里得以解决。
详情参见官网的更新列表: Drupal 7.10 release notes .
如果你在使用Drupal7.x,建议尽快更新一下。7.10 仍然不涉及功能方面的更新。
请问在drupal服务器安装以后出现这种错误是怎么回事?谢谢
Site off-line
The site is currently not available due to technical problems. Please try again later. Thank you for your understanding.
If you are the maintainer of this site, please check your database settings in the settings.php
file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider.
我想用drupal做一个这样的效果出来,上下的框架是分开的,上面选了下面会变成相应的网页... 用什么模块可以实现这个效果啊?如图
我把drupal的用户登录区块设置为只在首页显示,但首页没有显示出来,我该怎么登录啊? 我是才接触drupal的菜鸟 望前辈们多多指教!