[問題]一個簡單的外掛都有問題~"~....

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
JFA
星球公民
星球公民
文章: 232
註冊時間: 2003-06-23 23:21
來自: 香港
聯繫:

[問題]一個簡單的外掛都有問題~"~....

文章 JFA »

●架設主機作業系統:網上收費空間 (FREEBSD 5.1)
●您的上網方式:10M VDSL
●您的 phpBB 版本:phpBB 2.0.4
●您的網站:http://ive.speedirect.com/
●問題外掛:Forum Statistic Signature

這個外掛就是簽名檔那個論壇統計圖啦\r
我把folder chmod 777都不行,,,,
以下是error code :

-------------------------------------------------------------------------------------
Warning: main(/user/speedirect/public_html/phpBB2/extension.inc): failed to open stream: No such file or directory in /users/speedirect/public_html/signature/signature.php on line 18

Warning: main(): Failed opening '/user/speedirect/public_html/phpBB2/extension.inc' for inclusion (include_path='.:/jk/local/lib/php') in /users/speedirect/public_html/signature/signature.php on line 18

Warning: main(/user/speedirect/public_html/phpBB2/common.): failed to open stream: No such file or directory in /users/speedirect/public_html/signature/signature.php on line 19

Warning: main(): Failed opening '/user/speedirect/public_html/phpBB2/common.' for inclusion (include_path='.:/jk/local/lib/php') in /users/speedirect/public_html/signature/signature.php on line 19

Fatal error: Call to undefined function: session_pagestart() in /users/speedirect/public_html/signature/signature.php on line 21

-------------------------------------------------------------------------------------

我是直接連結 signature.php的 , 但都不行....

代碼: 選擇全部

$width = 365; //Width in pixel of signature image
$height = 30; //Height in pixel of signature image
$left = 10; //Indent of Stats from left edge
$top = 14; //Distance from top of signature image
$spacing = 11; //Line spacing of stats text
$signImage = "/home/user/public_html/signature/sign.jpg";  //Relative path to underlying signature image
$newImage = "/home/user/public_html/signature/newimage.jpg"; //Relative path and Name to new signature image with stats
$compression = 100; //Compression of signature image with stats (100 = No Compression)
我的signature folder是放在www下的

救命呀, 這樣簡單的外掛都有問題...><"
主題已鎖定

回到「外掛問題討論」