您在這裡

建新區塊,丟入PHP CODE,就掛掉了

Megos's 的頭像
Megos 在 2012-01-19 (四) 09:41 發表

建新區塊,丟入PHP CODE,就掛掉了~~冏

測試Charts模組的過程中,

一直找不出來,呈現圖表的特效方式,

後來跑去區塊新增一個新的,就丟下列的php程式,就掛掉了~

http://ofc.net23.net/
__________________________________________________________________________________________________
<?php

// generate some random data
srand((double)microtime()*1000000);

$data = array();
for( $i=0; $i<5; $i++ )
{
$data[] = rand(5,15);
}

include_once( 'ofc-library/open-flash-chart.php' );
$g = new graph();

//
// PIE chart, 60% alpha
//
$g->pie(60,'#505050','{font-size: 12px; color: #404040;');
//
// pass in two arrays, one of data, the other data labels
//
$g->pie_values( $data, array('IE','Firefox','Opera','Wii','Other') );
//
// Colours for each slice, in this case some of the colours
// will be re-used (3 colurs for 5 slices means the last two
// slices will have colours colour[0] and colour[1]):
//
$g->pie_slice_colours( array('#d01f3c','#356aa0','#C79810') );

$g->set_tool_tip( '#val#%' );

$g->title( 'Pie Chart', '{font-size:18px; color: #d01f3c}' );
echo $g->render();
?>
___________________________________________________________________________________________________________

出現錯誤的狀況,已經無法正常開啟網站,也無法把新增的區塊刪除,網頁直接跳出這段訊息,不知道可否救回,請有空的高手解惑一下。
[Fatal error: Class 'graph' not found in C:\xampp\htdocs\newlab\includes\common.inc(1696) : eval()'d code on line 13]

網址:http://dreamlab.nfu.edu.tw:8088/newlab/

已經有依照這一篇去用[http://bcyy.52biancheng.com/article/20120106/newpr-2078.html]不過還是不行~@@。

圖片: