第一集第七章的例题时,为嘛报错了呢?
老葛,我在做第一集第七章的例题时,为嘛报错了呢?错误如下:
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '' for key 'name': INSERT INTO {users} (uid, created) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1); Array ( [:db_insert_placeholder_0] => 6 [:db_insert_placeholder_1] => 1378104086 ) 在 drupal_write_record() (行 7136 在 D:\WWW\drupal\includes\common.inc).
module文件代码如下:
<?php
/** @file
* 注册班主任
*/
论坛:
Drupal版本:
Strict warning: Only variables should be passed by reference 在 contactus_page()报错,看不懂了。
启用这个模块后,再访问127.0.0.1/?q=contactus,还要报Strict warning: Only variables should be passed by reference 在 contactus_page() (行 28 在 D:\WWW\drupal\sites\all\modules\custom\contactus\contactus.pages.inc).这种错误,而且页面上不显示表单,但我用kpr方法可以打印表单项,这是为什么呢?
contactus.module文件
论坛:
Drupal版本:
弃掉语言设置(在添加用户的时候)
手机客户端访问drupal7的方案?
某个web应用,既要能在pc中打开,也要能在各种手机客户端打开,调取同一数据库,只是theme不同,请问如何做呢?
我先前在网上找到mobile_theme模块 + mobile 主题,但是根据操作步骤(下面英文)下载"设备检测程序“时,却要收费
Alternative detection methods
论坛:
Drupal版本:
怎么实现指定用户管理某一类角色的全部用户
自定义字段类型
分享到微博,并获取积分,请问有合适的模块吗?
有一个需求,我想分享某篇文章(也可以是博客文章,论坛主题),分享到新浪,腾讯微博,并获取积分,请问有什么模块吗?我已经安装userpoints模块,但没找到我想要的这个需求的扩展。
论坛:
Drupal版本:
页面
