LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: hyoo 於 十一月 14, 2007, 07:27:54 下午



主題: 安裝時出現問題...MySQL 4.1.22
作者: hyoo十一月 14, 2007, 07:27:54 下午
|Table 'hyoo_ltblog.lt_config' doesn't exist
Exception message: There was an error loading the configuration data from the database. And this is bad...
Error code: 0
-- Backtrace --
/home/hyoo/public_html/blog/class/config/configdbstorage.class.php(107): throw
/home/hyoo/public_html/blog/class/config/configdbstorage.class.php(66): configdbstorage._loaddata
/home/hyoo/public_html/blog/class/config/configdbstorage.class.php(56): configdbstorage._loadallvaluesfromdatabase
/home/hyoo/public_html/blog/class/config/config.class.php(103): configdbstorage.configdbstorage
/home/hyoo/public_html/blog/wizard.php(1354): config.getconfig
/home/hyoo/public_html/blog/class/controller/controller.class.php(347): updatesteptwo.perform
/home/hyoo/public_html/blog/wizard.php(2366): controller.process

各位知道原因嗎??


主題: Re: 安裝時出現問題...MySQL 4.1.22
作者: james十一月 15, 2007, 08:05:49 上午
Hi hyoo:
問題出在這:
|Table 'hyoo_ltblog.lt_config' doesn't exist
請檢查一下資料庫的建立是否有任何異常:)

給你參考一下囉.

James.


主題: Re: 安裝時出現問題...MySQL 4.1.22
作者: hyoo十一月 16, 2007, 07:06:09 下午
MySQL 資料庫都設定正確...權限也給 ALL 了
我是用虛擬主機架的...管理控制台是 cPanel 11


主題: Re: 安裝時出現問題...MySQL 4.1.22
作者: yunol六月 23, 2008, 11:00:25 下午
MySQL 資料庫都設定正確...權限也給 ALL 了
我是用虛擬主機架的...管理控制台是 cPanel 11
不知道你的問題解決了嗎?
我今天升級部落格 (http://elesson.tceb.edu.tw/elessonblog/summary.php)也發生同樣的事情,搜尋文章之後想到了:
/config/config.properties.php
之前的版本會幫我們自動填入"db_prefix"為"lt_",1.2之後都是空白,如果之前設定為"lt_",就要記得去填入
$config["db_prefix"] = "lt_";