[問題]關於php語法與主機問題。

phpBB Installation & Usage Support
phpBB 2 安裝於各類型作業平台之問題討論;外掛問題,請到相關版面依發問格式發表!
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
主題已鎖定
hollowaysxp
竹貓忠實會員
竹貓忠實會員
文章: 535
註冊時間: 2004-06-01 22:39
來自: 仙境傳說回憶最美~台灣桃園
聯繫:

[問題]關於php語法與主機問題。

文章 hollowaysxp »

[問題]關於php語法與主機問題。
原本的附加檔案的設定
cache\attach_config.php
內容是\r

代碼: 選擇全部

<?php
$attach_config['upload_dir'] = 'files';
$attach_config['upload_img'] = 'images/icon_clip.gif';
$attach_config['topic_icon'] = 'images/icon_clip.gif';
$attach_config['display_order'] = '0';
$attach_config['max_filesize'] = '262144';
$attach_config['attachment_quota'] = '52428800';
$attach_config['max_filesize_pm'] = '262144';
$attach_config['max_attachments'] = '3';
$attach_config['max_attachments_pm'] = '1';
$attach_config['disable_mod'] = '0';
$attach_config['allow_pm_attach'] = '1';
$attach_config['attachment_topic_review'] = '0';
$attach_config['allow_ftp_upload'] = '0';
$attach_config['show_apcp'] = '0';
$attach_config['attach_version'] = '2.3.9';
$attach_config['default_upload_quota'] = '0';
$attach_config['default_pm_quota'] = '0';
$attach_config['ftp_server'] = '';
$attach_config['ftp_path'] = '';
$attach_config['download_path'] = '';
$attach_config['ftp_user'] = '';
$attach_config['ftp_pass'] = '';
$attach_config['ftp_pasv_mode'] = '1';
$attach_config['img_display_inlined'] = '1';
$attach_config['img_max_width'] = '0';
$attach_config['img_max_height'] = '0';
$attach_config['img_link_width'] = '0';
$attach_config['img_link_height'] = '0';
$attach_config['img_create_thumbnail'] = '0';
$attach_config['img_min_thumb_filesize'] = '12000';
$attach_config['img_imagick'] = '';
$attach_config['use_gd2'] = '0';
$attach_config['wma_autoplay'] = '0';
$attach_config['flash_autoplay'] = '0';
$attach_config['board_lang'] = 'chinese_traditional_taiwan';
?>
我在自己的主機沒問題?
一上傳到免空第一行發生問題?
所以我改成

代碼: 選擇全部

<?
$attach_config['upload_dir'] = 'files';
$attach_config['upload_img'] = 'images/icon_clip.gif';
$attach_config['topic_icon'] = 'images/icon_clip.gif';
$attach_config['display_order'] = '0';
$attach_config['max_filesize'] = '262144';\r
$attach_config['attachment_quota'] = '52428800';
$attach_config['max_filesize_pm'] = '262144';
$attach_config['max_attachments'] = '3';
$attach_config['max_attachments_pm'] = '1';
$attach_config['disable_mod'] = '0';
$attach_config['allow_pm_attach'] = '1';
$attach_config['attachment_topic_review'] = '0';
$attach_config['allow_ftp_upload'] = '0';
$attach_config['show_apcp'] = '0';
$attach_config['attach_version'] = '2.3.9';
$attach_config['default_upload_quota'] = '0';
$attach_config['default_pm_quota'] = '0';
$attach_config['ftp_server'] = '';
$attach_config['ftp_path'] = '';
$attach_config['download_path'] = '';
$attach_config['ftp_user'] = '';
$attach_config['ftp_pass'] = '';
$attach_config['ftp_pasv_mode'] = '1';
$attach_config['img_display_inlined'] = '1';
$attach_config['img_max_width'] = '0';
$attach_config['img_max_height'] = '0';
$attach_config['img_link_width'] = '0';
$attach_config['img_link_height'] = '0';
$attach_config['img_create_thumbnail'] = '0';
$attach_config['img_min_thumb_filesize'] = '12000';
$attach_config['img_imagick'] = '';
$attach_config['use_gd2'] = '0';
$attach_config['wma_autoplay'] = '0';
$attach_config['flash_autoplay'] = '0';
$attach_config['board_lang'] = 'chinese_traditional_taiwan';
?>
就正常了!怎麼會這樣?是php太舊了嗎?
●架設主機作業系統:FreeBSD 6.2-RELEASE (自行架設)
●我的上網方式:FTTB+VDSL HINET 10M/2M
●我安裝的程式:Apache 2.0.59+ PHP Version 4.4.4 + MySql 4.1.21+phpMyadmin 2.9.1.1
●我的 phpBB3 版本:phpBB3.0.1
●我的 phpBB3 連結網址 http://nitcs.itrello.com/forum/
NITCS歡迎你
NITCS論壇
主題已鎖定

回到「phpBB 2 安裝與使用」