Re: Announcing CakeXT: Bind CakePHP and ExtJS together

2009-08-25 Thread technicaltitch
Very exciting! On Aug 24, 11:18 am, wirtsi wrote: > Hi ... > > I have started a new project to bind CakePHP and ExtJS together. I've > been using CakePHP for the last few years and found that the further > you push your projects into the Web 2.0 / heavy Ajax domain, the more > difficult it gets

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-23 Thread technicaltitch
he charity Comunidad Inti Wara Yassi) On Aug 22, 1:36 am, technicaltitch wrote: > I submitted a ticket about this to my host's server admin, and > includinghttp://geocities.com/in the request caused: > > Not Acceptable > An appropriate representation of the requested resource /

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-21 Thread technicaltitch
while trying to use an ErrorDocument to handle the request. HTTPD Server Server at www.getsomesupport.com Port 443 Removing those few characters allowed the ticket to submit successfully. On Aug 22, 12:57 am, technicaltitch wrote: > You are such stars for helping me with this - its incredible t

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-21 Thread technicaltitch
this point to Apache or PHP? And if so any diagnosis ideas? THANK YOU ALL! On Aug 22, 12:57 am, technicaltitch wrote: > You are such stars for helping me with this - its incredible thank you > so much! > > I tried the new redirect method but got errors (missing arguments for > App

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-21 Thread technicaltitch
uld be able > to test that on your host or not.  To be clear - I don't know why > mod_security would mess with this, but it can't hurt to take a look if > you're able to make such changes. > > On Aug 17, 11:23 am, technicaltitch wrote: > > > > > App was bui

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-17 Thread technicaltitch
App was built Oct 2007 but it's taken the organization this long to find funding for someone to test and work on it, (hence I'm struggling to get my head round stuff again). I will have a go at creating a test subdirectory and adding that debug code- fantastic fantastic ideas thanks - probably bl

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-16 Thread technicaltitch
recommend while trying to fix > unknown issues. > - What is your php.ini's error_reporting set to?  You'll probably want > it set to E_ALL & ~E_NOTICE > - Did you try creating a simple baked model, controller, and view in > your other site and test saving the URL and

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-13 Thread technicaltitch
Sorry again - ignore the last two posts - they were because I'd added AddModule mod_rewrite.c to Apache 2 On Aug 14, 1:32 am, technicaltitch wrote: > By they don't 'work', I mean the browser says "Not Found. The > requested URL /users/admin_index was not found on

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-13 Thread technicaltitch
By they don't 'work', I mean the browser says "Not Found. The requested URL /users/admin_index was not found on this server." On Aug 14, 1:29 am, technicaltitch wrote: > Sorry forgot to say - that is the homepage, which route.php seems to > be successfully redirec

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-13 Thread technicaltitch
x On Aug 14, 1:24 am, technicaltitch wrote: > These are the error messages on my local setup: > > Deprecated: Assigning the return value of new by reference is > deprecated in C:\wamp\www\cake\cake\libs\object.php on line 94 > > Deprecated: Assigning the return value of new by re

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-13 Thread technicaltitch
error message. > > Good luck ! > > On Wed, Aug 12, 2009 at 12:45 PM, > > > > technicaltitch wrote: > > > Thanks hugely delocalizer and bert and anyone else who reads this. I > > am trying to get the site working on Apache locally (I did have it but > > the

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-13 Thread technicaltitch
ch can > be usefull in this case to find the cause of the error. > > Also, come to think of it ... I think Cake gives 404 errors when in > production mode (debug level 0), thus hiding the real error message. > > Good luck ! > > On Wed, Aug 12, 2009 at 12:45 PM, > > &g

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-12 Thread technicaltitch
Thanks hugely delocalizer and bert and anyone else who reads this. I am trying to get the site working on Apache locally (I did have it but the hard disk crashed a couple months ago and I'm struggling hence the delay). I hadn't come across debugging PHP before - sounds very useful. What is the ge

Re: Certain strings crashing CakePHP - where do I look first?

2009-08-06 Thread technicaltitch
pent nearly a week on this, my next step is to rewrite the CMS in plain PHP which is several weeks' unpaid work I've no idea how I'll fit in. Thanks for any time or help whatsoever, Chris www.intiwarayassi.org On Aug 1, 4:20 pm, technicaltitch wrote: > Dear all, > > Tha

Certain strings crashing CakePHP - where do I look first?

2009-08-01 Thread technicaltitch
Dear all, Thanks for your time. I've written a simple CakePHP+TinyMCE CMS and I'm having a horrendous time tracking a very strange error. Specific strings in any of the text fields are causing my website to do something that looks like a 404 error. These are the strings I have found so far - I c

Re: String concatenation not working

2007-11-15 Thread technicaltitch
PS. Important point - no email backup method should be used unless you have encrypted your users' passwords. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake

Re: String concatenation not working

2007-11-15 Thread technicaltitch
Our content changes much less than that - I only need a backup once every 6 months, but no harm in doing it monthly as it is zipped. You can have as frequent as once every 5 mins. Probably obvious lesson: the backup script deletes the temp directory and all files in it, so don't set the temp dire

Re: String concatenation not working

2007-11-14 Thread technicaltitch
Hi Baz, Thanks for elaborating - I did understand your links and have a look at the cron service and backup scripts. I dont want to use the cron service as it is a dependency and given I'll not be online much soon, I want to minimise dependencies, however running that script without redirecting a

Re: String concatenation not working

2007-11-13 Thread technicaltitch
You are absolutely right - this is a better solution than mine - thanks very much Baz! It does require learning how to send attachments (not very well supported within native PHP) and doesn't provide scheduling though, so rather than integrate two new modules I've stuck with my substandard approa

Re: String concatenation not working

2007-11-13 Thread technicaltitch
're thinking about...it just sounds > clunky and prone to failure. > -- > Baz L > Web Development 2.0: Web Design, CakePHP, > Javascripthttp://www.WebDevelopment2.com/ > > On Nov 13, 2007 3:04 PM, technicaltitch <[EMAIL PROTECTED]> wrote: > > > > > &g

Re: String concatenation not working

2007-11-13 Thread technicaltitch
The problem was the setFlash function I'm using to debug! I've just given the method a view of its own rather than setFlash to a redirect, and the string outputs fine That never entered my mind...! So the final function: function backup() { $this->redirect('/articles

Re: String concatenation not working

2007-11-13 Thread technicaltitch
Forgot to mention - I tried emailing the output of mysqldump, but shell_exec is disabled. What are these prewritten scripts/cron services? I can't find them... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake

Re: String concatenation not working

2007-11-13 Thread technicaltitch
Thanks hugely for all the great suggestions! The database is 400kb - if I var_dump the array I get each SQL line perfectly. I have looked at the vars seperately and each and every individual array entry works fine, a single insert stmnt works fine, I have managed to concatenate 2, but as soon as

Re: String concatenation not working

2007-11-12 Thread technicaltitch
or a couple of other reasons. > > Sam D > > On 11/12/07, technicaltitch <[EMAIL PROTECTED]> wrote: > > > > > > > > > Thanks very much for your help, but I'm afraid I don't have a > > workstation to run this from. Also, having this ar

Re: String concatenation not working

2007-11-12 Thread technicaltitch
r mysql needs to be reachable from outside the server. > > My host used to allow it and it was a very convenient and quick (owing > to the C option) way to backup a database remotely. > > There can be security hazards though (but sending the dump via email > too). > > Guillaume

Re: String concatenation not working

2007-11-12 Thread technicaltitch
everywhere > (well within the USA anyhow) that allows you cron jobs + all the other > bells and whistles > > On Nov 12, 8:37 am, technicaltitch <[EMAIL PROTECTED]> wrote: > > > > > because it's for a bolivian volunteer organization we're using > >

Re: String concatenation not working

2007-11-11 Thread technicaltitch
because it's for a bolivian volunteer organization we're using incredibly cheap hosting which doesn't allow us cron jobs. i thought this would be trivial. On Nov 11, 5:21 pm, AD7six <[EMAIL PROTECTED]> wrote: > On Nov 11, 1:33 pm, technicaltitch <[EMAIL PROTECTED]&g

String concatenation not working

2007-11-11 Thread technicaltitch
Hi I'm developing a hands-off website CMS in CakePHP, and I want it to email me a dump of the database every 6 months as a backup. I have bodged the model_php5.php and dbo_source.php so they return the insert statement of a model as a string, based on the save and create functions but not running