[問題]關於 4images Control panel問題

4images Running Discuss
關於 4images 架設使用操作討論,非本程式相關問題一律砍文!

版主: 版主管理群

回覆文章
babo
星球普通子民
星球普通子民
文章: 1
註冊時間: 2003-07-22 21:52

[問題]關於 4images Control panel問題

文章 babo »

OS:Redhat 8.0
www server:apache 2.X +php-4.2.3
DB:mysql 3.23.54

安裝時4images,設定好config.php我看了這個php的內容如下
----------------------------------------------------

$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "4images";
$db_user = "4imagesuser";
$db_password = "xxxx";

$table_prefix = "4images_";

define('4IMAGES_ACTIVE', 1);


------------------------------------------------------
應該都沒錯....
但是卻無法讀取到http://mydomain/4images/index.php此網頁
因此無法作登入的動作
因此我發現可能是mysql問題
我就將4images/data/database/default/mysql_default.sql
匯入到我的資料庫(也就是就建立相關的table)

之後便可以進入到http://mydomain/4images/index.php進行administrator登入,但是當我要設定此Control Panel時,會
link到http://mydomain/4images/admin/index.php

問題就出現了....
我發覺這個網頁(http://mydomain.4images/admin/index.php)一片空白....似乎無法讀到所要的資訊

有人遇到相同的問題嗎
還是我上面的做法有錯誤,可以給我點意見,讓我知道哪個地方有錯...

thanks.....
yanghc
星球普通子民
星球普通子民
文章: 2
註冊時間: 2003-08-21 20:19

文章 yanghc »

我是先建立4images這個資料庫\r
再到http://yourdomain/4images/install.php這個網頁設定
再把config.php這個檔案回傳到server
$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "4images";
$db_user = "admin";
$db_password = "xxxx";

$table_prefix = "4images_";

define('4IMAGES_ACTIVE', 1);

然後確定資料庫有寫入\r

之後便可以進入http://yourdomain/4images/admin/index.php
回覆文章

回到「4images」