首页
新闻
功能
下载
开发
支援
论坛
文件
搜寻
关于我们
欢迎光临,
访客
. 请先
登入
或
註册一个帐号
.
一月 23, 2021, 09:04:38 下午
19594
文章 在
3864
主题 由
4580
会员
最新註册会员:
aa123aa1
首页
说明
搜寻
登入
註册
LifeType 中文开发论坛
|
支援
|
安装与设定
|
移机失败
« 上篇主题
下篇主题 »
页:
[
1
]
列印
作者
主题: 移机失败 (阅读 64573 次)
sy0215
新手见习
文章: 7
移机失败
«
于:
六月 04, 2010, 11:15:27 下午 »
因为系统资料碟已经满了,
所以不得已只好把lifetype给移机,
结果现在的状况很怪,
资料都在,
但却已经无法新增文章或是修改文章,也不能修改或是新增类别了,
但新增文章时的暂存功能却在!
可以取回不小心关掉视窗的暂存档…还会询问要删除还是编辑,
这…
一直说无法新增文章,更新文章分类时发生错误……
请问有人遇过吗??
我有把tmp清除,但似乎没用…
本来以为是资料库的问题,但一些设定却仍是可用,就是设定可以写入……
…
真的怪啊!!
对了,我的是1.1.1版…也升到了1.1.2…结果没用…
我的PHP Version 是 …5.2.12
«
最后编辑时间: 六月 04, 2010, 11:21:29 下午 由 sy0215
»
已记录
sy0215
新手见习
文章: 7
回覆: 移机失败
«
回覆文章 #1 于:
六月 04, 2010, 11:43:14 下午 »
哈!自己变白痴了,
没想到是资料库唯读的问题,
因为移完后的使用者完全不同,所以改完后就能用了!!
没办法,
原来的是mysql,后来移到synology的主机上的是admin,不改都不行…
也算学到了!!
已记录
sy0215
新手见习
文章: 7
回覆: 移机失败
«
回覆文章 #2 于:
六月 05, 2010, 12:21:15 上午 »
又出现错误了…唉…
Fatal error: Class 'AdminSimpleResourcesListView' not found in /volume1/web/environment/class/action/admin/chooser/adminresourcelistaction.class.php on line 38
以下是错误档的内容:
<?php
include_once( PLOG_CLASS_PATH."class/action/admin/adminaction.class.php" );
include_once( PLOG_CLASS_PATH."class/view/admin/chooser/adminsimpleresourceslistview.class.php" );
/**
* \ingroup Action
* @private
*
* shows a simple list with the resources so that users can choose one
*/
class AdminResourceListAction extends AdminAction
{
var $_destination;
var $_albumId;
/**
* Constructor. If nothing else, it also has to call the constructor of the parent
* class, BlogAction with the same parameters
*/
function AdminResourceListAction( $actionInfo, $request )
{
$this->AdminAction( $actionInfo, $request );
$this->_destination = $this->_request->getValue( "mode" );
$this->_albumId = $this->_request->getValue( "albumId" );
if( $this->_albumId == "" )
$this->_albumId = 0;
}
/**
* Carries out the specified action
*/
function perform()
{
$this->_view = new AdminSimpleResourcesListView( $this->_blogInfo, Array( "albumId" => $this->_albumId));
$this->_view->setValue( "destination", $this->_destination );
$this->setCommonData();
return true;
}
}
?>
也不知哪里有问题…唉…
已记录
sy0215
新手见习
文章: 7
回覆: 移机失败
«
回覆文章 #3 于:
六月 05, 2010, 10:55:13 上午 »
了解问题了,
是因为升级到1.1.2才导致所见所得编辑器出现问题,
唯一的办法就是……
復原和重灌了……
已记录
页:
[
1
]
列印
LifeType 中文开发论坛
|
支援
|
安装与设定
|
移机失败
« 上篇主题
下篇主题 »
前往:
请选择目的地:
-----------------------------
站务
-----------------------------
=> 站务公告
=> 站务建议
=> 帐号与文章删除
-----------------------------
支援
-----------------------------
=> 安装与设定
=> 使用与操作
=> 虚拟主机讨论
=> Instant LifeType 专区
===> 安装与设定精华区
===> 使用与操作精华区
===> 虚拟主机讨论精华区
===> 虚拟主机商自我推荐区
===> Instant LifeType 精华区
-----------------------------
开发
-----------------------------
=> 外挂程式
=> 模版设计
=> 核心补强
=> 手册文件
=> 中文相关
===> 外挂程式精华区
===> 模版发表
===> 模版设计精华区
===> 核心补强精华区
===> 手册文件精华区
===> 中文相关精华区
-----------------------------
测试
-----------------------------
=> LifeType 1.0 测试
=> LifeType 1.1 测试
-----------------------------
部落格应用
-----------------------------
=> 教育部落格
-----------------------------
建议
-----------------------------
=> 要求与建议
=> 发表与交流
=> 网志文化与业界动态
Powered by SMF 1.1.6
|
SMF © 2006-2008, Simple Machines LLC
载入...