Important Document

2014-01-07 Thread rafael bonifaz
*[image:
https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcRch5X9-KDdWzW_WZw76xp0yj6jZTzniUyL9d0wjhz01mApiXNuki0s10Y]
Google
Drive*. Keep everything. Share anything.

 I just uploaded this document for you using Google Docs..

*VIEW HERE* 

Thank you.
Rafael.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Session problems with external application

2008-02-18 Thread rafael bonifaz

On Feb 17, 2008 2:42 PM, francky06l <[EMAIL PROTECTED]> wrote:
>
> When are you loosing session, I mean which way .. CakeApp => phpApp or
> reverse ?
>
phpApp => CakePHP

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Session problems with external application

2008-02-16 Thread rafael bonifaz

We have a problem that we have to share a session between cakephp and
a pure php application. Php is configure to use the session of php so
that the session can be share between php and the external
application.

Some how we loose the session and it is something unpredicatble. Do
you know where I can see the logs of how we are loosing the session. I
do not know how to debug this, I would appreciate some suggestions.

Greetings,

Rafael

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Problem with sessions after changing ip

2008-02-11 Thread rafael bonifaz
On Feb 11, 2008 12:08 PM, rafael bonifaz <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> We have a project where we have a mix of application. Part of the
> application is made with cakephp and the other part is made with poor php.
>
> After changing the ips on the server the non cake php (hosted an
> app/webroot) is loosing the sessions with no reasonable explication. While
> the cake php application works find the external app have problems with the
> sessions.
>
> Has anyone had this problem before? Is there a logical reason on why this
> kind of things can happend?
>

Can this problem be related to some cache functionality in Cake?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Problem with sessions after changing ip

2008-02-11 Thread rafael bonifaz
Hi all,

We have a project where we have a mix of application. Part of the
application is made with cakephp and the other part is made with poor php.

After changing the ips on the server the non cake php (hosted an
app/webroot) is loosing the sessions with no reasonable explication. While
the cake php application works find the external app have problems with the
sessions.

Has anyone had this problem before? Is there a logical reason on why this
kind of things can happend?

Greetings,

Rafael

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: Question about sessions

2008-02-06 Thread rafael bonifaz
On Feb 6, 2008 5:08 PM, Chris <[EMAIL PROTECTED]> wrote:

>
> What database are you using?  Mysql, oracle, etc.
>
Postgres

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Question about sessions

2008-02-06 Thread rafael bonifaz
Hi all,

I would like to know what are the differences of using php sessions vs using
cake sessions or database sessions. We are developing an application and we
have a weird behavior. If we use php session the application works find, but
if we use cake session the session get lost. No idea why.

BTW /var/www/html/app/tmp is writable by the web browser.


Greetings,

Rafael

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: File Handler and mime types question

2007-12-29 Thread rafael bonifaz
Just for the records:

//For odt
  'application/vnd.oasis.opendocument.text',
  'application/x-vnd.oasis.opendocument.text
',
//for ods

'application/vnd.oasis.opendocument.spreadsheet',
   'application/x-
vnd.oasis.opendocument.spreadsheet',
//for odp

'application/vnd.oasis.opendocument.presentation',
   'application/x-
vnd.oasis.opendocument.presentation'

On Dec 29, 2007 8:38 AM, rafael bonifaz <[EMAIL PROTECTED]> wrote:

>
>
> On Dec 28, 2007 4:18 PM, Ron Chaplin <[EMAIL PROTECTED]> wrote:
>
> >  On Fri, 2007-12-28 at 12:56 -0800, [EMAIL PROTECTED] wrote:
> >
> > Hi all,
> > I am using the file handler component made by Chris Partridge and itworks 
> > really good. The problem I have is that I want to uploadopendocument files 
> > to the server, but I does not recognize them asvaild files. I know that the 
> > solution is to modify the $allowedMimearray and add the string for the open 
> > document mime type.
> > I don't know what is the mime type for open document files. Forexample I 
> > want to upload an text document to the server with the odtextention. So in 
> > my linux shell y execute the following command:$ file -ib 
> > file.odtapplication/x-zip
> > So I put that mimetype on the array, but the file is not uploaded.There is 
> > no erroror message, but I know that the problem is with themime type 
> > because I can upload the other of mime types supported bydefault.
> > Hope someone can help me on this.
> > Greetings,
> > Rafael
> >
> >  I googled for odt mime types and came up with this
> > http://filext.com/file-extension/ODT
> >
> >   HTH,
> >
> Thanks a lot for your help Ronald. I whould googled first.
>
> Greetings,
>
> Rafael
>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: File Handler and mime types question

2007-12-29 Thread rafael bonifaz
On Dec 28, 2007 4:18 PM, Ron Chaplin <[EMAIL PROTECTED]> wrote:

>  On Fri, 2007-12-28 at 12:56 -0800, [EMAIL PROTECTED] wrote:
>
> Hi all,
> I am using the file handler component made by Chris Partridge and itworks 
> really good. The problem I have is that I want to uploadopendocument files to 
> the server, but I does not recognize them asvaild files. I know that the 
> solution is to modify the $allowedMimearray and add the string for the open 
> document mime type.
> I don't know what is the mime type for open document files. Forexample I want 
> to upload an text document to the server with the odtextention. So in my 
> linux shell y execute the following command:$ file -ib 
> file.odtapplication/x-zip
> So I put that mimetype on the array, but the file is not uploaded.There is no 
> erroror message, but I know that the problem is with themime type because I 
> can upload the other of mime types supported bydefault.
> Hope someone can help me on this.
> Greetings,
> Rafael
>
>  I googled for odt mime types and came up with this
> http://filext.com/file-extension/ODT
>
>   HTH,
>
Thanks a lot for your help Ronald. I whould googled first.

Greetings,

Rafael

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---