歡迎光臨, 訪客. 請先 登入註冊一個帳號.
五月 07, 2024, 02:41:59 下午
19595 文章 在 3865 主題 由 4580 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  支援 / 安裝與設定 / Fatal error: Class 'UserInfo' not found 於: 十二月 15, 2006, 05:23:55 下午
全新安裝 LifeType 1.1.3,本意是整合Vbulletin的用戶數據,按要求修改了config/userdata.properties.php 為正確設置,
程式碼:
#
# Default user data provider, plog's own one
#
$config = Array(
  "provider" => "LifeTypeUserDataProvider",
);

#
# VBB3 user data provider
#
  $config = Array(
  "provider" => "vbb3UserDataProvider",
  "createBlogIfNotExisting" => false,
  "database" => "bbs",            //vbb database name
  "user" => "bbs",               //vbb data base user name
  "password" => "",         //vbb data base user password
  "prefix" => "",                 //vbb data base prefix
  "usesalt" => true,             //use password salt or not , if vbb3 ,plz set to true
  "allowgroup" => Array(2,5,6,7), //default set to 2,5,6,7
  "denygroup" => Array(3,4),       //default set to 3,4
  "admingroup"  => Array(6),      //default set to 6
  "adminuser" => Array(1)        //default set to 1
);
結果安裝到第五步User Creation時出現錯誤:

引用
Fatal error: Class 'UserInfo' not found in D:\...\wwwroot\blog\wizard.php on line 1089

有人遇到過麽?如何解決?
2  支援 / 安裝與設定 / Re: 关于session的问题 於: 十一月 05, 2005, 03:27:22 上午
我新装的Plog 1.0.2Beta版本,安装成功后。blog首页出现这么多错误提示:不知道何原因?

引用
Warning: ini_set() has been disabled for security reasons in /srv/www/httpd/pytalhost/4586/html/index.php on line 20

Warning: ini_set() has been disabled for security reasons in /srv/www/httpd/pytalhost/4586/html/index.php on line 21

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /srv/www/httpd/pytalhost/4586/html/index.php:20) in /srv/www/httpd/pytalhost/4586/html/class/net/http/session/sessionmanager.class.php on line 41

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/pytalhost/4586/html/index.php:20) in /srv/www/httpd/pytalhost/4586/html/class/view/view.class.php on line 316

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/pytalhost/4586/html/index.php:20) in /srv/www/httpd/pytalhost/4586/html/class/view/view.class.php on line 177
3  建議 / 網誌文化與業界動態 / Re: Plog改名了阿 於: 十一月 02, 2005, 12:29:20 上午
是啊,不能下载。 嚎啕大哭
頁: [1]