Serkan,

Thank you :) Problem solved.

On 16 Aralık, 19:29, Serkan Koyuncu <serkan.koyu...@gmail.com> wrote:
> Hello Berker,
> This happening when you install turkish version of ubuntu (or not english)
> On tr_TR local, strtolower function is not working as expected.
> (symfonylibfolder/autoload/sfCoreAutoload.class.php at function
> getClassPath @ line 116)
> <?php echo strtolower('sfInflector'); // result is: sfInflector ?>
>
> Solution is, in symfonylibfolder/autoload/sfCoreAutoload.class.php
> please find this line (probably in line 440)
>     'sfinflector' => 'util/sfInflector.class.php',
> and replace with
>     'sfInflector' => 'util/sfInflector.class.php',
>
> It should work now.
> Hope it helps.
>
> Umarým yardýmcý olabilmiþimdir :)
>
> Best Regards,
> Serkan Koyuncu
>
> 2009/12/16 Berker Peksað <berker.pek...@gmail.com>:
>
> > Hi,
>
> > I'm trying install symfony 1.4.1 on Ubuntu 9.04 but I'm getting this
> > error:
>
> > ber...@berker-desktop:/home/sfproject$ php lib/vendor/symfony/data/bin/
> > symfony -V
>
> > Fatal error: Class 'sfInflector' not found in /home/sfproject/lib/
> > vendor/symfony/lib/task/sfTask.class.php on line 274
>
> > Thanks.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups 
> > "symfony users" group.
> > To post to this group, send email to symfony-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > symfony-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/symfony-users?hl=en.

--

You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.


Reply via email to