Image_Graphを使用したアプリを異なる環境へ移行したところ、ここの記述と同様のエラーが発生。
環境によりどう違うか理解出来てはいないが、エラーメッセージからは、コンストラクタがないことでエラーが出ていることになる。
Image/Graph/Element.phpのclass Image_Graph_Element 内に、
class Image_Graph_Element extends Image_Graph_Common
{
....
function Image_Graph_Element() {
}
....
}
を追記。動作するようになった。
Comments:0
Trackbacks:0
- Trackback URL for this entry
- http://wmm.jp/2009/07/05/%e3%80%8cfatal-error-call-to-undefined-function-image_graph_element-in-graph-php-on-line-136%e3%80%8d%e3%81%ae%e3%82%a8%e3%83%a9%e3%83%bc/trackback/
- Listed below are links to weblogs that reference
- 「Fatal error: Call to undefined function: image_graph_element() in Graph.php on line 136」のエラー from marshall









































