got an error when running cakephp, after intallation.

2010-06-18 Thread Abrão Ximenes
Hello, i have install cakephp on ubuntu 10.04, but when I tried to run it,
there was a warning as the following:

*Notice* (1024) : Please change the value of
'Security.cipherSeed' in app/config/core.php to a numeric (digits
only) seed value specific to your application
[*CORE/cake/libs/debugger.php*, line *688*]


how to change the following value?
Configure::write('Security.cipherSeed', '76859309657453542496749683645');

Thanks

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Abrão Ximenes wants to chat

2010-06-16 Thread Abrão Ximenes
---

Abrão Ximenes wants to stay in better touch using some of Google's coolest new
products.

If you already have Gmail or Google Talk, visit:
http://mail.google.com/mail/b-5b162645c5-eecdac8af4-45w1skUUbtx-Vt3PXsg54YFdFKk
You'll need to click this link to be able to chat with Abrão Ximenes.

To get Gmail - a free email account from Google with over 2,800 megabytes of
storage - and chat with Abrão Ximenes, visit:
http://mail.google.com/mail/a-5b162645c5-eecdac8af4-45w1skUUbtx-Vt3PXsg54YFdFKk

Gmail offers:
- Instant messaging right inside Gmail
- Powerful spam protection
- Built-in search for finding your messages and a helpful way of organizing
  emails into "conversations"
- No pop-up ads or untargeted banners - just text ads and related information
  that are relevant to the content of your messages

All this, and its yours for free. But wait, there's more! By opening a Gmail
account, you also get access to Google Talk, Google's instant messaging
service:

http://www.google.com/talk/

Google Talk offers:
- Web-based chat that you can use anywhere, without a download
- A contact list that's synchronized with your Gmail account
- Free, high quality PC-to-PC voice calls when you download the Google Talk
  client

We're working hard to add new features and make improvements, so we might also
ask for your comments and suggestions periodically. We appreciate your help in
making our products even better!

Thanks,
The Google Team

To learn more about Gmail and Google Talk, visit:
http://mail.google.com/mail/help/about.html
http://www.google.com/talk/about.html

(If clicking the URLs in this message does not work, copy and paste them into
the address bar of your browser).

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Re: Error when running cakephp

2010-06-16 Thread Abrão Ximenes
I got a new problem as the following:

Please change the value of 'Security.cipherSeed' in
app/config/core.php to a numeric (digits only) seed value specific to
your application [*CORE/cake/libs/debugger.php*, line *688*]

How to change the following line ( in var/www/cakephp/app/config/core.php):

Configure::write('Security.cipherSeed', '76859309657453542496749683645');

Thanks


On Wed, Jun 16, 2010 at 4:48 PM, arif hossen wrote:

> Dear,
>
> Change your security salt value:
> Give some value in security salt as your wish.
>
>
> Configure::write('Security.
> salt', 'abcxyzfIxfs2guVo');
>
>
>
>
> On Wed, Jun 16, 2010 at 4:30 PM, John Andersen wrote:
>
>> Check that you have not deleted the quotes around your constants!!!
>> Your code should contain something similar as this:
>>
>> [code]
>> Configure::write('Security.salt',
>> 'UubWwvniR2G0FgaC9miDYhG93b0qyJfIxfs2guVo');
>> [/code]
>>
>> Enjoy,
>>   John
>>
>> On Jun 16, 12:12 pm, Abrão Ximenes  wrote:
>> > How to fix the following problems? :
>> >
>> > *Notice* (8) : Use of undefined constant
>> > ‘Security - assumed '‘Security' [*APP/config/core.php*, line *203*]
>> >
>> > *Notice* (8) : Use of undefined constant salt’ -
>> > assumed 'salt’' [*APP/config/core.php*, line *203*]
>> >
>> > *Notice* (8) : Use of undefined constant
>> > ‘UubWwvniR2G0FgaC9miDYhG93b0qyJfIxfs2guVo’ - assumed
>> > '‘UubWwvniR2G0FgaC9miDYhG93b0qyJfIxfs2guVo’' [*APP/config/core.php*,
>> > line *203*]
>> >
>> > *Notice* (1024) : Please change the value of
>> > 'Security.cipherSeed' in app/config/core.php to a numeric (digits
>> > only) seed value specific to your application
>> > [*CORE/cake/libs/debugger.php*, line *688*]
>> >
>> > Thanks
>>
>> Check out the new CakePHP Questions site http://cakeqs.org and help
>> others with their CakePHP related questions.
>>
>> You received this message because you are subscribed to the Google Groups
>> "CakePHP" group.
>> To post to this group, send email to cake-php@googlegroups.com
>> To unsubscribe from this group, send email to
>> cake-php+unsubscr...@googlegroups.comFor
>>  more options, visit this group at
>> http://groups.google.com/group/cake-php?hl=en
>>
>
>
>
> --
> Regards,
> Mohammad Arif Hossen
> Software Enginner at
> Epsilon Consulting and Development Services(ECDS)
> www.ecds-tech.com
> www.arifhossen.wordpress.com
> +88 01714355911
>
>  Check out the new CakePHP Questions site http://cakeqs.org and help
> others with their CakePHP related questions.
>
> You received this message because you are subscribed to the Google Groups
> "CakePHP" group.
> To post to this group, send email to cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.comFor
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Error when running cakephp

2010-06-16 Thread Abrão Ximenes
How to fix the following problems? :

*Notice* (8) : Use of undefined constant
‘Security - assumed '‘Security' [*APP/config/core.php*, line *203*]

*Notice* (8) : Use of undefined constant salt’ -
assumed 'salt’' [*APP/config/core.php*, line *203*]

*Notice* (8) : Use of undefined constant
‘UubWwvniR2G0FgaC9miDYhG93b0qyJfIxfs2guVo’ - assumed
'‘UubWwvniR2G0FgaC9miDYhG93b0qyJfIxfs2guVo’' [*APP/config/core.php*,
line *203*]

*Notice* (1024) : Please change the value of
'Security.cipherSeed' in app/config/core.php to a numeric (digits
only) seed value specific to your application
[*CORE/cake/libs/debugger.php*, line *688*]


Thanks

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


Install cakePHP in Ubuntu 10.04

2010-06-16 Thread Abrão Ximenes
Hello, I am very interested to learn cakePHP, can anyone  send the steps to
me how to install and configure/setting cakePHP in Ubuntu 10.04?

Thanks
Newbie

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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


CakePHP

2010-06-14 Thread Abrão Ximenes
can you send the steps how to install and configure cakePHP in Ubuntu 10.04
LTS Lucid Lynx???
Thanks

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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