I had this error in ...\plugins\sfSwfChartPlugin\config\config.php :

I had to change:
sfConfig::set('sf_swfchart_dir', '/swfcharts/');

with:
sfConfig::set('sf_swfchart_dir', '/sfSwfChartPlugin/swfcharts/');

after this I had my chart :D

I hope this can be usefull
Bl457Xor
(http://blog.donax.ch)

On Mar 26, 11:42 pm, "Mat" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Did anyone manage to make the sfSwfChartPlugin works?
>
> I'm using symfony 1.0 and I've installed the plugin as it's written in
> the wiki/Plugins section :
>
>           symfony 
> plugin-installhttp://plugins.symfony-project.com/sfSwfChartPlugin
>
> I've activated it in the frontend/config/settings.yml
>
>           all:
>             .settings:
>               enabled_modules:  [default, sfSwfChart]
>
> but I can't make the build in test work
>
>          http://localhost/frontend_dev.php/sfSwfChart/test
>
> The flash chart is here but empty ...
>
> Did I miss something?
>
> Thanks
>
> (I've already fixed the <param name="quality value="high" => <param
> name="quality" value="high" problem in the helper ...)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to