ホーム > タグ > php pear

php pear

「Fatal error: Call to undefined function: image_graph_element() in Graph.php on line 136」のエラー

Image_Graphを使用したアプリを異なる環境へ移行したところ、ここの記述と同様のエラーが発生。

環境によりどう違うか理解出来てはいないが、エラーメッセージからは、コンストラクタがないことでエラーが出ていることになる。

Image/Graph/Element.phpのclass Image_Graph_Element 内に、

class Image_Graph_Element extends Image_Graph_Common
{
    ....
    function Image_Graph_Element() {
    }
    ....
}

を追記。動作するようになった。

Home > Tags > php pear

Search
Feeds
Meta

Return to page top