1 頁 (共 1 頁)

[求救]使用 BBCode [img] 標籤貼圖出現以下字幕

發表於 : 2008-08-19 08:59
zozozkim
使用 BBCode [img] 標籤貼圖,貼完後視窗上面出現以下字幕~

請各位大大幫忙一下,又發生什麼事情囉?

[phpBB Debug] PHP Notice: in file /includes/message_parser.php on line 317: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2975)


●架設主機作業系統:智邦的空間
●您的上網方式:ADSL
●您安裝的程式:MySQL
●您的 phpBB2 版本:phpBB 3.02
●您的 domain(網域名稱) :yes104.com.tw
●您的 phpBB2 連結網址: http://www.yes104.com.tw/bbs/

Re: [求救]使用 BBCode [img] 標籤貼圖出現以下字幕

發表於 : 2008-08-19 13:36
hentaibbc
請問您有安裝什麼外掛嗎?

因為我在預設的phpBB3中找不到您所使用的function

是否提供您所安裝的外掛?

Re: [求救]使用 BBCode [img] 標籤貼圖出現以下字幕

發表於 : 2008-08-19 14:28
zozozkim
:o 我們並沒有任何外掛程式! :(

Re: [求救]使用 BBCode [img] 標籤貼圖出現以下字幕

發表於 : 2008-08-19 15:54
~倉木麻衣~
八成是看了這篇討論後自行修改的
[問題]錯誤訊息:此檔案不是一個有效的圖檔(已解決)

Re: [求救]使用 BBCode [img] 標籤貼圖出現以下字幕

發表於 : 2008-08-19 16:09
zozozkim
:roll: 正是如此...
昨天ㄉ狀態是根本無法作圖檔連結
改完之後,可出現圖檔但就是有那字幕一堆的問題。
:-( 那應該把它改回來嘛?

Re: [求救]使用 BBCode [img] 標籤貼圖出現以下字幕

發表於 : 2008-08-19 16:57
~倉木麻衣~
那就試看看把這一行

代碼: 選擇全部

curl_setopt($c_img, CURLOPT_FOLLOWLOCATION,1);
改成這樣子看看

代碼: 選擇全部

@curl_setopt($c_img, CURLOPT_FOLLOWLOCATION,1);

Re: [求救]使用 BBCode [img] 標籤貼圖出現以下字幕

發表於 : 2008-08-19 17:13
zozozkim
YA~ok囉!
謝謝~感謝~阿哩阿豆~ (:Y)