請教各位大大:
快速架站程式:Linux7.3
您的上網方式:ADSL
您安裝的程式:Apache4.1.2 + php + MySql 3.23.49
問題外掛:Photo Album Addon v2.0.51
參考連結:無\r\n使用版本:phpBB 2.0.4
網站位置:無\r
狀況描述:
我嘗試去安裝photo album並修改相關設定之後,並沒有錯誤產生,但是當我進入管理系統,點選Photo Album下的功能選項(Categories Clear Cache 基本組態
權限設定 Personal Galleries )時,右邊視窗卻無任何文字,請問,我是不是少安裝了什麼東東,還是沒有設定或修改了什麼? thanks !
檔案上傳路徑
album_mod/upload ->777
album_mod/upload/cache ->777
[問題]Photo Album 安裝
版主: 版主管理群
Re: [問題]Photo Album 安裝
頑石 寫:請教各位大大:
快速架站程式:Linux7.3
您的上網方式:ADSL
您安裝的程式:Apache4.1.2 + php + MySql 3.23.49
問題外掛:Photo Album Addon v2.0.51
參考連結:無\r
使用版本:phpBB 2.0.4
網站位置:無\r
狀況描述:
我嘗試去安裝photo album並修改相關設定之後,並沒有錯誤產生,但是當我進入管理系統,點選Photo Album下的功能選項(Categories Clear Cache 基本組態
權限設定 Personal Galleries )時,右邊視窗卻無任何文字,請問,我是不是少安裝了什麼東東,還是沒有設定或修改了什麼? thanks !
檔案上傳路徑
album_mod/upload ->777
album_mod/upload/cache ->777
Error you language !!
最後由 NOFX 於 2003-09-09 16:17 編輯,總共編輯了 1 次。
Dear NOFX and 各位先進:
可不可以請你詳細說明白,因為這樣子我還是不太懂,thanks.
我翻遍國內外各大文章,還是不了解,那兒錯了.
管理單元內的所有文字都是正常的,除了->Photo Album以下的功能看不到網頁之外(空白),
我也嘗試著使用English來顯示,但是結果和繁體中文一樣!
我也有再去確認GD庫是否有啟動(phpinfo),它的內容如下:
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
JPG Support enabled
PNG Support enabled
WBMP Support enabled
十分感謝~~
可不可以請你詳細說明白,因為這樣子我還是不太懂,thanks.
我翻遍國內外各大文章,還是不了解,那兒錯了.
管理單元內的所有文字都是正常的,除了->Photo Album以下的功能看不到網頁之外(空白),
我也嘗試著使用English來顯示,但是結果和繁體中文一樣!
我也有再去確認GD庫是否有啟動(phpinfo),它的內容如下:
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
JPG Support enabled
PNG Support enabled
WBMP Support enabled
十分感謝~~
頑石 寫:Dear NOFX and 各位先進:
可不可以請你詳細說明白,因為這樣子我還是不太懂,thanks.
我翻遍國內外各大文章,還是不了解,那兒錯了.
管理單元內的所有文字都是正常的,除了->Photo Album以下的功能看不到網頁之外(空白),
我也嘗試著使用English來顯示,但是結果和繁體中文一樣!
我也有再去確認GD庫是否有啟動(phpinfo),它的內容如下:
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
JPG Support enabled
PNG Support enabled
WBMP Support enabled
十分感謝~~
You gd Enable.............
(code) copy save [ lang_admin_album.php ] add
[you_root\language\lang_chinese_traditional_taiwan] to.testing....
definite [you_root\album_mod]
album_functions.php
album_common.php
album_constants.php
.......................................
代碼: 選擇全部
<?php
/***************************************************************************
* lang_admin_album.php [English]
* -------------------
* begin : Sunday, February 02, 2003
* copyright : (C) 2003 Smartor
* email : smartor_xp@hotmail.com
*
* $Id: lang_admin_album.php,v 1.0.6 2003/03/05 00:21:55 ngoctu Exp $
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// Configuration
//
$lang['Album_config'] = 'Album Configuration';
$lang['Album_config_explain'] = 'You can change the general settings of your Photo Album here';
$lang['Album_config_updated'] = 'Album Configuration has been updated successfully';
$lang['Click_return_album_config'] = 'Click %sHere%s to return to the Album Configuration';
$lang['Max_pics'] = 'Maximum pics for each Category (-1 = unlimited)';
$lang['User_pics_limit'] = 'Pics limit per category for each user (-1 = unlimited)';
$lang['Moderator_pics_limit'] = 'Pics limit per category for each moderator (-1 = unlimited)';
$lang['Pics_Approval'] = 'Pics Approval';
$lang['Rows_per_page'] = 'Number of rows on thumbnail page';
$lang['Cols_per_page'] = 'Number of columns on thumbnail page';
$lang['Thumbnail_quality'] = 'Thumbnail quality (1-100)';
$lang['Thumbnail_cache'] = 'Thumbnail cache';
$lang['Manual_thumbnail'] = 'Manual thumbnail';
$lang['GD_version'] = 'Optimize for the version of GD';
$lang['Pic_Desc_Max_Length'] = 'Pic Description/Comment Max Length (bytes)';
$lang['Hotlink_prevent'] = 'Hotlink Prevention';
$lang['Hotlink_allowed'] = 'Allowed domains for hotlink (separated by a comma)';
$lang['Personal_gallery'] = 'Allowed to create personal gallery for users';
$lang['Personal_gallery_limit'] = 'Pics limit for each personal gallery (-1 = unlimited)';
$lang['Personal_gallery_view'] = 'Who can view personal galleries';
$lang['Rate_system'] = 'Enable rate system';
$lang['Rate_Scale'] =' Rating Scale';
$lang['Comment_system'] = 'Enable comment system';
$lang['Thumbnail_Settings'] = 'Thumbnail Settings';
$lang['Extra_Settings'] = 'Extra Settings';
$lang['Default_Sort_Method'] = 'Default Sort Method';
$lang['Default_Sort_Order'] = 'Default Sort Order';
$lang['Fullpic_Popup'] = 'View full pic as a popup';
// Personal Gallery Page
$lang['Personal_Galleries'] = 'Personal Galleries';
$lang['Album_personal_gallery_title'] = 'Personal Gallery';
$lang['Album_personal_gallery_explain'] = 'On this page, you can choose which usergroups have right to create and view personal galleries. These settings only affect when you set "PRIVATE" for "Allowed to create personal gallery for users" or "Who can view personal galleries" in Album Configuration screen';
$lang['Album_personal_successfully'] = 'The setting has been updated successfully';
$lang['Click_return_album_personal'] = 'Click %sHere%s to return to the Personal Gallery Settings';
//
// Categories
//
$lang['Album_Categories_Title'] = 'Album Categories Control';
$lang['Album_Categories_Explain'] = 'On this screen you can manage your categories: create, alter, delete, sort, etc.';
$lang['Category_Permissions'] = 'Category Permissions';
$lang['Category_Title'] = 'Category Title';
$lang['Category_Desc'] = 'Category Description';
$lang['View_level'] = 'View Level';
$lang['Upload_level'] = 'Upload Level';
$lang['Rate_level'] = 'Rate Level';
$lang['Comment_level'] = 'Comment Level';
$lang['Edit_level'] = ' Edit Level';
$lang['Delete_level'] = 'Delete Level';
$lang['New_category_created'] = 'New category has been created successfully';
$lang['Click_return_album_category'] = 'Click %sHere%s to return to the Album Categories Manager';
$lang['Category_updated'] = 'This category has been updated successfully';
$lang['Delete_Category'] = 'Delete Category';
$lang['Delete_Category_Explain'] = 'The form below will allow you to delete a category and decide where you want to put pics it contained';
$lang['Delete_all_pics'] = 'Delete all pics';
$lang['Category_deleted'] = 'This category has been deleted successfully';
$lang['Category_changed_order'] = 'This category has been changed order successfully';
//
// Permissions
//
$lang['Album_Auth_Title'] = 'Album Permissions';
$lang['Album_Auth_Explain'] = 'Here you can choose which usergroup(s) can be the moderators for each album category or just has the private access';
$lang['Select_a_Category'] = 'Select a Category';
$lang['Look_up_Category'] = 'Look up Category';
$lang['Album_Auth_successfully'] = 'Auth has been updated successfully';
$lang['Click_return_album_auth'] = 'Click %sHere%s to return to the Album Permissions';
$lang['Upload'] = 'Upload';
$lang['Rate'] = 'Rate';
$lang['Comment'] = 'Comment';
//
// Clear Cache
//
$lang['Clear_Cache'] = 'Clear Cache';
$lang['Album_clear_cache_confirm'] = 'If you use the Thumbnail Cache feature you must clear your thumbnail cache after changing your thumbnail settings in Album Configuration to make them re-generated.<br /><br /> Do you want to clear them now?';
$lang['Thumbnail_cache_cleared_successfully'] = '<br />Your thumbnail cache has been cleared successfully<br /> ';
?>
最後由 NOFX 於 2003-09-09 16:15 編輯,總共編輯了 2 次。
Dear NOFX and 各位先進:
我己經試過很多方法了,但是還是沒辦法順利解決,於是時間有限下,我想再試試別套軟體-Gallery1.3.4
但是還是差臨門一腳,真的令我很不明白,為什麼外掛的套件整合這麼難裝呢?
以下是我安裝Gallery之後,利用,phpbb2首頁header進入功能時會出現的問題!
如果單獨執行Gallery的話就不會有任何錯誤,請問是不是我在那兒出了差錯?
我安裝的參考教學網站是\r
phpbb-http://linux.vbird.org/apache_packages/www_04phpBB.php
Gallery-http://www.webtrain.com.tw/viewforum.php?f=6
Thanks a lot !!
我己經試過很多方法了,但是還是沒辦法順利解決,於是時間有限下,我想再試試別套軟體-Gallery1.3.4
但是還是差臨門一腳,真的令我很不明白,為什麼外掛的套件整合這麼難裝呢?
以下是我安裝Gallery之後,利用,phpbb2首頁header進入功能時會出現的問題!
代碼: 選擇全部
Warning: Access denied for user: 'apache@localhost' (Using password: NO) in /var/www/html/phpbb2/modules/gallery/classes/database/mysql/Database.php on line 26
Warning: MySQL Connection Failed: Access denied for user: 'apache@localhost' (Using password: NO) in /var/www/html/phpbb2/modules/gallery/classes/database/mysql/Database.php on line 26
Warning: Supplied argument is not a valid MySQL-Link resource in /var/www/html/phpbb2/modules/gallery/classes/database/mysql/Database.php on line 27
Fatal error: Call to undefined function: is_user() in /var/www/html/phpbb2/modules/gallery/init.php on line 182我安裝的參考教學網站是\r
phpbb-http://linux.vbird.org/apache_packages/www_04phpBB.php
Gallery-http://www.webtrain.com.tw/viewforum.php?f=6
Thanks a lot !!

