cakephp on domains does not work

2014-04-05 Thread AugustoA
Hi guys, I`m having a problem here, when I run the cakephp in my domain name I receive a 404 error message. When I do the same call from the IP I get the cakephp to run. Does anyone had this kind of problems? thanks a lot Augusto Arnold -- Like Us on FaceBook https://www.facebook.com/CakePHP Fi

RE: Miles Johnson Uploader saves corrupt (empty) images

2014-04-05 Thread Advantage+
I had the same issue but rather than dealing with I just made the folder on the server. Not the best solution but hey if your uploading pics to a specific folder just make the folder. Dave From: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of schnauss Sent: S

Re: Miles Johnson Uploader saves corrupt (empty) images

2014-04-05 Thread schnauss
What are the contents of the file that gets uploaded? I've been having a similar problem. I upload an image, but the resulting file is 900b and consists only of my HTTP PUT request. On Friday, April 4, 2014 12:10:51 AM UTC-4, seba wrote: > > I'm using the Miles Johnson Uploader to upload and res

Re: iOS app development

2014-04-05 Thread Борислав Събев Borislav Sabev
You're talking about json responces so I suppose as an overall service pattern you are using REST? 1. For the redirects Well in that case, REST dictates that you need to use HTTP's facilities. I am saying this especially for the redirects. You don't need to send redirects as information in JSON

Re: Using ODBC Data Source in Cake 2.4

2014-04-05 Thread Борислав Събев Borislav Sabev
Now that i searched a bit more I saw that There is a Datasources plugin for CakePHP 2.0 but the `Database/Odbc` data source is still incompatible with CakePhp 2.x. *So you should definitely start there!* I also answered your StackOverflow Questi

Re: Using ODBC Data Source in Cake 2.4

2014-04-05 Thread Борислав Събев Borislav Sabev
Well I don't think there is any support out of the box but I may be very wrong. Can someone who knows the core super well answer? Otherwise you can extend the DboSource and connect throgh a PDO just like in this example: https://gist.github.com/ceeram/3062745 - check the function connect() {