Re: I can't slug the words "apple purée"

2010-09-16 Thread Mariano C.
There's note that said that: do the same thing as AddDefaultCharset... On 15 Set, 23:23, rj wrote: > Hi, I on OSX isn't that Apache? If I recall correctly, Apache by > default does not serve UTF-8. > > You might try to change that by specifying > AddDefaultCharset UTF-8 > > On Sep 15, 1:42 pm,

Re: I can't slug the words "apple purée"

2010-09-16 Thread rj
Hi, I on OSX isn't that Apache? If I recall correctly, Apache by default does not serve UTF-8. You might try to change that by specifying AddDefaultCharset UTF-8 On Sep 15, 1:42 pm, "Mariano C." wrote: > I have tried the same on Mac OSX with snowleopard nothing changed. > Ideas? > > On 15 Set,

Re: I can't slug the words "apple purée"

2010-09-16 Thread Mariano C.
Now that I've tested that this problem is not only on centos but even on Mac OS with Apache, how can I workround this? On 15 Set, 19:42, "Mariano C." wrote: > I have tried the same on Mac OSX with snowleopard nothing changed. > Ideas? > > On 15 Set, 09:02, AD7six wrote: > > > On Sep 15, 8:43 am,

Re: I can't slug the words "apple purée"

2010-09-15 Thread Mariano C.
I have tried the same on Mac OSX with snowleopard nothing changed. Ideas? On 15 Set, 09:02, AD7six wrote: > On Sep 15, 8:43 am, "Mariano C." wrote: > > > > > On 14 Set, 22:10, AD7six wrote: > > > > On Sep 14, 10:09 pm, AD7six wrote: > > > > > On Sep 14, 7:41 pm, "Mariano C." wrote: > > > > >

Re: I can't slug the words "apple purée"

2010-09-15 Thread AD7six
On Sep 15, 8:43 am, "Mariano C." wrote: > On 14 Set, 22:10, AD7six wrote: > > > > > On Sep 14, 10:09 pm, AD7six wrote: > > > > On Sep 14, 7:41 pm, "Mariano C." wrote: > > > > > this post suggest to modify server setting. I'm not the server admin, > > > > I can't modify it. Can I handle this b

Re: I can't slug the words "apple purée"

2010-09-14 Thread Mariano C.
On 14 Set, 22:10, AD7six wrote: > On Sep 14, 10:09 pm, AD7six wrote: > > > On Sep 14, 7:41 pm, "Mariano C." wrote: > > > > this post suggest to modify server setting. I'm not the server admin, > > > I can't modify it. Can I handle this by my hand! > > > Try identifying/confirming a tangible prob

Re: I can't slug the words "apple purée"

2010-09-14 Thread AD7six
On Sep 14, 10:09 pm, AD7six wrote: > On Sep 14, 7:41 pm, "Mariano C." wrote: > > > this post suggest to modify server setting. I'm not the server admin, > > I can't modify it. Can I handle this by my hand! > > Try identifying/confirming a tangible problem before assuming you need > to change an

Re: I can't slug the words "apple purée"

2010-09-14 Thread AD7six
On Sep 14, 7:41 pm, "Mariano C." wrote: > this post suggest to modify server setting. I'm not the server admin, > I can't modify it. Can I handle this by my hand! Try identifying/confirming a tangible problem before assuming you need to change anything. are you using centos? cricket it does wh

Re: I can't slug the words "apple purée"

2010-09-14 Thread Andrei Mita
CentOS causes problems with validation rules in models also. It might be something similar here. On Tue, Sep 14, 2010 at 8:41 PM, Mariano C. wrote: > this post suggest to modify server setting. I'm not the server admin, > I can't modify it. Can I handle this by my hand! > > On 14 Set, 19:21, cri

Re: I can't slug the words "apple purée"

2010-09-14 Thread j.blotus
You could just write your own slug function since you can't address any server changes On Sep 14, 1:41 pm, "Mariano C." wrote: > this post suggest to modify server setting. I'm not the server admin, > I can't modify it. Can I handle this by my hand! > > On 14 Set, 19:21, cricket wrote: > > > > >

Re: I can't slug the words "apple purée"

2010-09-14 Thread Mariano C.
this post suggest to modify server setting. I'm not the server admin, I can't modify it. Can I handle this by my hand! On 14 Set, 19:21, cricket wrote: > On Tue, Sep 14, 2010 at 1:11 PM, Mariano C. > wrote: > > and what if I'm on centos? > > I think Andy's suggested search string should have sp

Re: I can't slug the words "apple purée"

2010-09-14 Thread cricket
On Tue, Sep 14, 2010 at 1:11 PM, Mariano C. wrote: > and what if I'm on centos? I think Andy's suggested search string should have specified '+slug', or similar. It looks like there's a PCRE issue with CentOS. http://cakephp.lighthouseapp.com/projects/42648/tickets/1008-inflectorslug-returns-inc

Re: I can't slug the words "apple purée"

2010-09-14 Thread Mariano C.
and what if I'm on centos? On 14 Set, 11:23, AD7six wrote: > On Sep 14, 11:22 am, AD7six wrote: > > > On Sep 14, 9:13 am, "Mariano C." wrote: > > > > and how can I set proper utf8 encoding? Is there a tutorial/article? > > > That's possibly irrelevant. Are you using centos? > > If you are start

Re: I can't slug the words "apple purée"

2010-09-14 Thread AD7six
On Sep 14, 11:22 am, AD7six wrote: > On Sep 14, 9:13 am, "Mariano C." wrote: > > > and how can I set proper utf8 encoding? Is there a tutorial/article? > > That's possibly irrelevant. Are you using centos? If you are start your quest (which doesn't end in the codebase of cakephp) here: http:/

Re: I can't slug the words "apple purée"

2010-09-14 Thread AD7six
On Sep 14, 9:13 am, "Mariano C." wrote: > and how can I set proper utf8 encoding? Is there a tutorial/article? That's possibly irrelevant. Are you using centos? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this

Re: I can't slug the words "apple purée"

2010-09-14 Thread Mariano C.
and how can I set proper utf8 encoding? Is there a tutorial/article? On 12 Set, 19:57, euromark wrote: > he can actually debug it in the core files > just dont forget to NOT commit it :) and revert any changes afterwards > > but i bet its that utf8 problem you mentioned > many cake starters forge

Re: I can't slug the words "apple purée"

2010-09-12 Thread euromark
he can actually debug it in the core files just dont forget to NOT commit it :) and revert any changes afterwards but i bet its that utf8 problem you mentioned many cake starters forget to properly set the environment or to save all utf8 containing files as utf8 (probably the most common mistake e

Re: I can't slug the words "apple purée"

2010-09-12 Thread j.blotus
you could try to debug the Inflector::slug function by copying it to your class and adding some debug steps like print_r, print_r(__LINE__) etc to see exactly whats happening On Sep 12, 12:18 pm, "Mariano C." wrote: > inside core.php > > Configure::write('App.encoding', 'UTF-8'); > > I've even tr

Re: I can't slug the words "apple purée"

2010-09-12 Thread Mariano C.
inside core.php Configure::write('App.encoding', 'UTF-8'); I've even try with content type inside head: On 12 Set, 16:29, "j.blotus" wrote: > From the cookbook: > The slug method expects UTF-8 encoding. > > Are you using utf-8? > > On Sep 12, 3:59 am, "Mariano C." wrote: > > > > > I have a li

Re: I can't slug the words "apple purée"

2010-09-12 Thread j.blotus
>From the cookbook: The slug method expects UTF-8 encoding. Are you using utf-8? On Sep 12, 3:59 am, "Mariano C." wrote: > I have a list of words correctly slugged but, on word "apple purée" > Inflector doesn't return me nothing. > > echo Inflector::slug("apple purée"); > > not error or warning

Re: I can't slug the words "apple purée"

2010-09-12 Thread Mariano C.
PPS: core.php is setted with: Configure::write('App.encoding', 'UTF-8'); but inside application the letter é is replaced by a question mark icon What i have to do? On 12 Set, 09:59, "Mariano C." wrote: > I have a list of words correctly slugged but, on word "apple purée" > Inflector doesn't ret

I can't slug the words "apple purée"

2010-09-12 Thread Mariano C.
I have a list of words correctly slugged but, on word "apple purée" Inflector doesn't return me nothing. echo Inflector::slug("apple purée"); not error or warning returned but neither an output. Why??? My cake is 1.3. PS: the words "apple purée" is used as example here: http://book.cakephp.org/v