跳转到主要内容
mark 提交于 17 August 2011

1.WAMP开发环境的安装,下载ZendOptimizer3.3a,google,baidu之。

2.安装之前停止Apache Web Server,根据提示一路Next...

3.开打php.ini,粘贴下面的代码,重启Apache.

{syntaxhighlighter brush: php} [Zend] zend_optimizer.optimization_level=1023 zend_optimizer.encoder_loader=0 zend_extension_ts="C:\Zend\ZendOptimizer-3.3.0\lib\ZendExtensionManager.dll" zend_extension_manager.optimizer_ts="C:/Zend/ZendOptimizer-3.3.0/lib/Optimizer-3.3.0" {/syntaxhighlighter}

 

PS:路径根据自己安装的目录情况来修改,看到下面的提示则表示安装成功了!

标签
mark 提交于 17 August 2011

第一、安装配置PHP5

解压PHP压缩包到C:/php5/ 1、将php.ini-recommended文件重命名为php.ini并将其剪到C:/Windows目录下, 2、查找并修改php.ini文件如下:

标签
东方龙马 提交于 15 August 2011

1、原因一 .htaccess 文件

.htaccess 文件(大多数情况属于这种),配置有错,或者.htaccess文件不存在;

解决方法:拷贝Drupal原生的.htaccess文件至Drupal的根目录,或者依据服务器的配置修改。

2、原因二 内存

内存分配不足(感谢 看海 分享经验)。

解决方法:增加服务器的虚拟内存。

增加虚拟内存的,具体是修改php.ini文件:memory_limit = 128M (依实际情况设定)

3、原因三 Boost 模块

解决方法:停止BOOST模块,运行cron,清除缓存。接着禁用缓存(即禁用缓存下的“对匿名用户缓存页面”、“缓存区块”),然后启动BOOST模块(注:如果Boost配置页面里的“Send debug info for each request to watch dog”勾选,请去掉,禁止发送调试信息)。--方法由“月凉如水”MM补充。

 

大家以后遇到 HTTP 500 的错误时记得从这三方面考虑。

标签
edison111cry 提交于 15 August 2011

Wanhu is a small getting bigger programming development studio specialized in creating digital tool for international custormers. We mainly focus on developing website and mobile applications.

We also create corporate and client customized on line solutions for Intranet, E-commerce sites. The company is based in Shanghai and hires people all over China.

1,PHP/DRUPAL/网页开发 2名 该职位主要是从事利用Ajax,joomla/Drupal CMS来创建网站2.0,须拥有2—3年从事网站开发的经验。 技术要求:PHP, Drupal, Mysql, LAMP, HTML5/AJAX(掌握Drupal)。至少应聘者是愿意对诸如此类CMS工具进行学习的。 qq邮箱: 757322839@qq.com

东方龙马 提交于 15 August 2011

Drupal7 与Drupal6 在主题方面有很大的变化,Drupal6 主题好多朋友比较熟悉,对于Drupal7 新主题的变化,在此和大家一起分享和交流。列举如下:

一、在html.tpl.php的开始部分RDFa请求有些变化

1.Drupal7能够在html.tpl.php.输出RDFa请求有以下变量

2.老的lang属性应该被改成compatibility with XHTML 1.1,仅仅xml:lang应该保留。

3.RDF命名前缀通过HTML文档在html标签中序列化以及被包含在$rdf_namespaces变量中。

4.GRDDL资料应该在<head> 标签内标明

6.x

{syntaxhighlighter brush: php} language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> {/syntaxhighlighter}

7.x

东方龙马 提交于 13 August 2011

原文地址:http://drupal.org/node/1157306

This is one of the finest technique I found so far to theme webform form. In fact, it could be used for any form generated through Drupal FORM API.

For Example, I needed certain elements of the form to be on one line (horizontally placed), I could do something like below. This is just override function of "template_preprocess_webform_form" provided by webform module. Place this in your theme's template.php file.

东方龙马 提交于 13 August 2011

Color.module allows the admin to change the color scheme of a theme completely. By selecting a palette of 5 colors (either from a set or by hand), you can change the colors of an entire theme.

The module can alter the stylesheet and re-render images. However, the theme must provide specific hooks to allow this, and the design must be created specifically to accomodate this.

This document explains the basics of making a colorizable theme.

Taxonomy upgrade extras
订阅