主题 : v8.1升级9.1时报错 |
级别: 论坛管理员
![]() |
51# 发表于:2019-04-11 09:53:16 IP:117.152.*.*
|
||||
---|---|---|---|---|---|
级别: 论坛管理员
![]() |
52# 发表于:2019-04-11 09:55:28 IP:117.152.*.*
您好 我刚刚看了下 这个是cms 的短信服务配置表 没有数据应该是由于您没有配置这个短信的信息导致的
|
||
---|---|---|---|
级别: 商业授权用户
![]() |
53# 发表于:2019-04-11 10:22:05 IP:223.159.*.*
现在站点设置、站点管理、系统设置、短信服务,这几个功能都报cmssms is not mapped这个错误,cmssms对应的jc_cms已经创建了。
如果是短信能否把这个功能给禁用呢? <hibernate-mapping package="com.jeecms.core.entity"> <class name="CmsSms" table="jc_sms" > <meta attribute="sync-DAO">false</meta> <cache usage="read-write"/> <id name="id" type="integer" column="id" > <generator class="identity"/> </id> <property name="name" column="name" type="string" length="255" not-null="true"></property> <property name="accessKeyId" column="access_key_id" type="string" length="255" not-null="true"></property> <property name="accessKeySecret" column="access_key_secret" type="string" length="255" not-null="true"></property> <property name="templateCode" column="template_code" type="string" length="255" not-null="false"></property> <property name="templateParam" column="template_param" type="string" length="255" not-null="false"></property> <property name="intervalTime" column="interval_time" type="integer" length="11" not-null="false"></property> <property name="intervalUnit" column="interval_unit" type="java.lang.Byte" length="2" not-null="false"></property> <property name="effectiveTime" column="effective_time" type="integer" length="11" not-null="false"></property> <property name="effectiveUnit" column="effective_unit" type="java.lang.Byte" length="2" not-null="false"></property> <property name="signName" column="sign_name" type="string" length="255" not-null="false"></property> <property name="smsUpExtendCode" column="sms_up_extend_code" type="string" length="255" not-null="false"></property> <property name="outId" column="out_id" type="string" length="255" not-null="false"></property> <property name="nationCode" column="nation_code" type="string" length="255" not-null="false"></property> <property name="endPoint" column="end_point" type="string" length="255" not-null="false"></property> <property name="invokeId" column="invoke_id" type="string" length="255" not-null="false"></property> <property name="source" column="sms_source" type="java.lang.Byte" length="2" not-null="false"></property> <property name="isCode" column="is_code" type="java.lang.Boolean" length="1" not-null="false"></property> <property name="createTime" column="create_time" type="timestamp" not-null="true" length="19"></property> <property name="randomNum" column="random_num" type="integer" not-null="false" length="11"></property> <set name="smsRecords" inverse="true" cascade="all"> <key column="sms_id"></key> <one-to-many class="com.jeecms.core.entity.CmsSmsRecord"/> </set> </class> </hibernate-mapping> |
||
---|---|---|---|
级别: 商业授权用户
![]() |
56# 发表于:2019-04-11 10:27:48 IP:223.159.*.*
站点设置、站点管理、系统设置、短信服务,这几个功能的修改和创建都不能用,点击完没有任何反应
|
||
---|---|---|---|
级别: 论坛管理员
![]() |
57# 发表于:2019-04-11 10:31:14 IP:117.152.*.*
您好 要不这样吧 您发下您的邮箱 我发下最新的9.3的root给您 您换下jdbc试下可以使用吗?
|
||
---|---|---|---|
级别: 商业授权用户
![]() |
58# 发表于:2019-04-11 10:44:47 IP:223.159.*.*
|
||
---|---|---|---|