歡迎光臨, 訪客. 請先 登入註冊一個帳號.
十一月 23, 2024, 02:52:03 上午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  支援 / 安裝與設定精華區 / Memory 不夠用? 於: 五月 18, 2005, 11:35:52 下午
可以教我怎麼加嗎?
The wizard.php script has to be removed after the installation process.
               Please remove it first to continue.");
        die();
    }

   // initialize the session
   SessionManager::init();

    $controller = new AdminController();

    // load the plugins, this needs to be done *before* we call the
    // Controller::process() method, as some of the plugins _might_
    // add new actions to the controller
    $pluginManager =& PluginManager::getPluginManager();
    $pluginManager->loadPlugins();

    // give control to the, ehem, controller 微笑
    $controller->process( HttpVars::getRequest(), "op");
?>
2  支援 / 虛擬主機討論 / 安裝不成呀! 於: 五月 18, 2005, 07:41:47 下午
非常感謝各位指導,已在虛擬主機上安裝完成;謝謝。
那再來怎麼辦??煩請再指些"明路"好嗎?
3  支援 / 虛擬主機討論 / 安裝不成呀! 於: 五月 16, 2005, 04:14:40 下午
There has been an error during the process. Please have a look at the following error message(s) and try again.

There was an error connecting to the database. Please check your settings.

是那裡設定錯誤,煩請告知。謝謝啦
頁: [1]