1 頁 (共 1 頁)

[問題]MP/HP/EXP MOD的問題

發表於 : 2003-05-31 11:59
小珞
問題外掛:MP/HP/EXP完美版
使用版本::phpBB 2.0.0
網站位置:http://members.lycos.co.uk/orchid19/php ... rofile&u=4

狀況描述:

代碼: 選擇全部

Warning: Trying to raise a nonpositive value to a broken power in usercp_viewprofile.php on line 361

Warning: Cannot add header information - headers already sent by (output started at /data/members/free/tripod/uk/o/r/c/orchid19/htdocs/phpbb2/includes/usercp_viewprofile.php:361) in page_header.php on line 452

Warning: Cannot add header information - headers already sent by (output started at /data/members/free/tripod/uk/o/r/c/orchid19/htdocs/phpbb2/includes/usercp_viewprofile.php:361) in page_header.php on line 453

Warning: Cannot add header information - headers already sent by (output started at /data/members/free/tripod/uk/o/r/c/orchid19/htdocs/phpbb2/includes/usercp_viewprofile.php:361) in page_header.php on line 454
 
usercp_viewprofile.php 的外掛應該只有MP/HP/EXP的MOD~檢視個人資料時一直出現這個錯誤~個人圖像也不能上傳\r
images/apage_header.php vatars這兩個資料夾屬性都已設成777還是無法上傳圖像(變成XX)

page_header.php的

代碼: 選擇全部

header ('Cache-Control: private, pre-check=0, post-check=0, max-age=0');
header ('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');
header ('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
前方加入//的話~檢視個人資料時會變成亂碼.......刪除的話所裝的MOD則會全不見
煩請各位大人幫我解答[/url]

發表於 : 2003-05-31 20:34
Mac
這個問題有人提出來解決辦法了... 忘記是哪一位
請用文章搜尋找一下

~Mac

發表於 : 2003-05-31 20:40
小珞
我搜尋過~方法是在那三行前加上//
但我加入後卻是出現空白頁和亂碼....而且圖像還是無法瀏覽上傳\r

代碼: 選擇全部

Warning: Trying to raise a nonpositive value to a broken power in usercp_viewprofile.php on line 361 
這個問題沒人解答過~"~
請好心的大人幫我解答

發表於 : 2003-05-31 20:47
Mac

發表於 : 2003-05-31 21:37
小珞
謝謝大人解答
其實我第一次裝時遇到的就是這問題

代碼: 選擇全部

Warning: Trying to raise a nonpositive value to a broken power in viewtopic.php on line 1423
後來解決了卻變成是 usercp_viewprofile.php 的問題
而且是只有看個人資料時才會出現錯誤
如果是沒用圖像的個人資料就不會出現....應該還是和個人頭像有關吧~"~