1 頁 (共 1 頁)

[問題]ACP Announcement Centre 1.2.0 安裝問題

發表於 : 2009-05-11 21:10
sod
我是用automod 裝的
所有程序都顯示成功

直到最後一步

代碼: 選擇全部

Go to http://yourlinktoyourboard.com/install/index.php in your browser and delete that folder after installation. If you have a SEO mod installed, this should be turned off during installation as otherwise the install file may not work.
Don't forget to refresh your templates/themes/imagesets.
進去之後提示登入
但登入後就回到首頁並提示移除install資料夾以訪問論壇
並沒有像安裝autumod時進入安裝程序
之後移除install
於ACP開啟公告中心模組
快取跟樣版都有重新整理
但公告中心頁面沒有出現
acp.JPG
後來手動校對過更改及增加的檔案
沒有發現問題
請問該如何找出癥結所在?

Re: [問題]ACP Announcement Centre 1.2.0 安裝問題

發表於 : 2009-05-12 17:48
坦湖貓
我剛剛都安裝了, 但不是用auto mod. 我在acp 後台都看不到有公告中心. :-|
還有一個問題, 我見心靈大師有提到 sql 部份, 是否需要自行到 mysql 增加語法?

Re: [問題]ACP Announcement Centre 1.2.0 安裝問題

發表於 : 2009-05-12 20:02
sod
j0958322080 寫:我記得用Automod安裝完還要執行install

那個sql跟這個好像是不同版本的
sql 好像是1.0.3之前用的
至少我在1.2.0的install.xml裡沒看到

現在我遇到的問題是 install一進去登入後就沒反應回到首頁了
tat.PNG
要求登入,位置應該沒錯吧
tatat.PNG
回首頁了......


但是我用乾淨的phpbb論壇裝automod後再裝公告中心
就可以安裝了......
現在使用中的卻沒辦法

Re: [問題]ACP Announcement Centre 1.2.0 安裝問題

發表於 : 2009-05-12 20:07
坦湖貓
我依照安裝指示, 指向 install/index.php, 是見到一頁公告中心安裝頁面, 但是頁面就沒有其他指引(如圖).

Re: [問題]ACP Announcement Centre 1.2.0 安裝問題

發表於 : 2009-05-13 03:43
坦湖貓
我的難道解決了, 因下載不到 rex 的中文檔, 用了 1.0.3版, 如來是中文化檔 (language\zh_cmn_hant\mods\announcement_centre.php) 內少了英文 檔以下的一部份, 所以安裝不到.現以成功安裝

代碼: 選擇全部

	//Installation vars
	// Installation file stuff, not needed anymore after installation is complete
	'AC_TABLE_CREATED'		=> 	'Announcement Centre Table and Config fields created.',
	'AC_MODULE_ADDED'		=> 	'Announcement Centre Module has been added.',
	'AC_CONFIGS_CREATED'	=> 	'Announcement Centre config fields have been created.',
	'AC_VERSION_UPDATED'	=> 	'Announcement Centre version updated.',
	'AC_INSTALL_COMPLETE'	=> 	'<strong>Announcement Centre installation complete. Please delete this folder (/install)!!</strong>',
	'AC_INSTALL_RETURN'		=> 	'<br /><br /><br />Click %shere%s to return to the board index.',
	'AC_INSTALL_REDIRECT'	=> 	'Please wait while you are being redirected to complete the installation.',
	'AC_UNINSTALL_REDIRECT'	=> 	'Please wait while you are being redirected to complete the deletion.',

	'AC_PREV_TABLE_DELETE'	=>	'Announcement Centre table deleted   <br />',
	'AC_MODULE_READDED'		=> 	'Announcement Centre Module has been re-added.',

	'AC_TABLE_CONFIG_DELETE'	=> 	'Announcement Centre Table and Config fields deleted   <br />',
	'AC_MODULE_DELETED'			=> 	'Announcement Centre Module has been deleted   <br />',
	'AC_DELETE_COMPLETE'		=> 	'<strong>Announcement Centre deletion complete. Please delete this folder (/install)!!	</strong>',
	'AC_BACKUP_WARN'			=> 	'Make sure you have backed up your database before proceeding!!!',
	'AC_INSTALL_DESC'			=> 	'This installation file will create the Database table/fields and add the appropriate module. <br />To proceed please click on the appropriate action below:',
	'AC_UPGRADE_DESC'			=> 	'This installation file will upgrade/delete the Database table/fields and add/remove the appropriate module. <br />To proceed please click on the appropriate action below:',
	
	'AC_NEW_INSTALL'		=> 	'New Installation',
	'AC_UPGRADE'			=> 	'Upgrade to %s',
	'AC_UP_TO_DATE'			=> 	'Version %s is currently installed on your system which is the latest up-to-date version',
	'AC_UNINSTALL'			=> 	'Uninstall',
	'AC_PERM_CREATED'		=> 	'Announcement Centre permissions created.',

																			
	'AC_DESCRIPTION' 		=>	'Adds an Announcement Box to the Index Page.',