Hi Roby,
> Thanks for the link but I've read that one and still getting error.
> The error said that the PieChart or another Chart class can't be
> found, how to solve this problem? Is it because of multiple files and
> subdirectories in libchart's directory?
I don't know libchart, but maybe you have to add the vendors folder to
the include path, like:
$vendorPath = APP.DS.'vendors';
$includePath = ini_get('include_path');
$includePath = $includePath.PATH_SEPARATOR.$vendorPath;
ini_set('include_path', $includePath);
Hope that helps!
--
Daniel Hofstetter
http://cakebaker.42dh.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---