Na pozór banalne polecenie:
Cytat
INSTALLATION:
Unpack the distribution. (If you are reading this file, you have probably
already done that.)
Installation of PHPlot simply involves copying three script files somewhere
your PHP application scripts will be able to find them. The scripts are:
phplot.php
phplot_data.php
rgb.inc.php
(Only phplot.php is necessary for most graphs.)
Make sure the protections on these files allow the web server to read them.
Unpack the distribution. (If you are reading this file, you have probably
already done that.)
Installation of PHPlot simply involves copying three script files somewhere
your PHP application scripts will be able to find them. The scripts are:
phplot.php
phplot_data.php
rgb.inc.php
(Only phplot.php is necessary for most graphs.)
Make sure the protections on these files allow the web server to read them.
Jednak przy odpaleniu stronki i po wejściu na wykres ukazuje mi się informacja:
Cytat
Fatal error: Cannot instantiate non-existent class: phplot in c:\usr\apache\httpd\html\wykres.php on line 96
Linia 96:
Cytat
$plot = new phplot($x,$y);
Czyli tak jakby dalej nie widział skryptu phplot.
Jakieś sugestie?