Moodle plugin "Sharing Cart" installation error

download latest version (2009040600) sharing cart and install it, following error may occurs:

1101: BLOB/TEXT column 'data' can't have a default value
ADOConnection._Execute(CREATE TABLE mdl_sharing_cart_plugins (
...
install_from_xmldb_file(D:/iis7/public/Sandbox/blocks/sharing_cart/db/install.xml) % line 1374, file: blocklib.php


----------------------------------------------------------------------------
(mysql): ALTER TABLE mdl_sharing_cart_plugins COMMENT='table to store sharing cart plugins data'
--------------------------------------------------------------------------------
1146: Table 'xxxxxx.mdl_sharing_cart_plugins' doesn't exist
....


Solution is:
1. modify file "install.xml" (under sharing_cart/db).
    find the following line:
    <FIELD NAME="data" TYPE="text" NOTNULL="true" DEFAULT="" SEQUENCE="false" ENUM="false" PREVIOUS="user"/>
    and delete the text that says Default='', so the line ends looking like this:
    <FIELD NAME="data" TYPE="text" NOTNULL="true" SEQUENCE="false" ENUM="false" PREVIOUS="user"/>

2. drop table 'mdl_sharing_cart' (and 'mdl_sharing_cart', though it should not exist).
3. do the 'administration > notifications' process again.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值