Re: Best Server Configuration

2010-09-21 Thread bowikaxu
How does Amazon EC2 works?
Ive been checking the webpage and looks a great alternative, but i
dont know what service to choose, will i have full server management,
or how does it works?
If you have any experience on this would be glad on any feedback.

.. aad

On Sep 21, 3:10 pm, dtemes  wrote:
> Have you evaluated putting your app on the cloud? amazon EC2 would be
> a good option if you want to start small and scale as needed
>
> On 21 sep, 20:03, andres amaya diaz  wrote:
>
> > I am going to setup a dedicated server for a cakephp app, and i want
> > to know any good tips about the configuration.
> > - About php.ini best practices
> > - MySQL best configuration values
> > - What about Cache and performance?
> > - Is it really a good idea to setup a MySQL Cluster (to boost
> > performance), the app is intended to have 100,000 registered users,
> > maybe 50 to 100 users at the same time.
>
> > Thanks for any good advice?
> > aad

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: New cakePHP Social Network

2010-09-08 Thread bowikaxu
Yes im sorry, for now it will be just in spanish but we are working
right now on the english and french translation.
About the open source question, no, it will not be released as open
source, at least not for now.

Hope you like it and any feedback on website desing and functionality
would be appreciated.

... aad

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


Updating One-to-Many Relations

2010-06-03 Thread bowikaxu
Hi, i have a problem with a one to many relations, my models look like
this:

Calendar ( hasMany Days )
Day ( belongsTo Calendar )

The add operation is ok, i select some days from a calendar and they
get inserted and related to its calendar.

But when i edit a calendar the view previously selects the days it
has, but if i remove one day and select another one and i do a saveAll
operation the Days related to the Calendar remains the same, what
could be wrong?

Thanks in advance to all responses.

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: Installing cakephp on a subdomain on my development server

2010-03-09 Thread bowikaxu
Check the web page code that cakephp generates and check the form
submit address, maybe its the link or a bad misconfiguration on the
core.
aad

On 9 mar, 18:25, Gillian  wrote:
> I apologize for asking, but I can't seem to get this working despite
> some googling.  I just installed cakephp on a subdirectory on my xampp
> development server, and am attempting to go through the IBM tutorial
> here:http://www.ibm.com/developerworks/opensource/tutorials/os-php-cake1/i...
> to give myself a feel for it. However, when I try to process the form
> athttp://127.0.0.1/cakephp/users/registerfrom the third page of the
> tutorial, I get a 404 error that apache can't find my page 
> athttp://127.0.0.1/users/register.  I assume this means that there's a
> trick to installing on a subdomain that I haven't found, though I
> suppose it's also possible that something about the tutorial is simply
> outdated.  Any help would be appreciated.

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