With reference to
http://grahambird.co.uk/cake/tutorials/ajax.php
(which has been discussed on this list before, but I'm unable to post
in the other threads--I guess they're too old):
I tried out the tutorial in Cake 1.2.0.5146alpha. The first problem I
noticed was the /app/views/layouts/default.thml modification that
called for the line:
<?php print $html->charsetTag('UTF-8') ?>
charsetTag() is deprecated in 1.2; deleting the "Tag" part (reducing
it to just "charset") seems to do the trick.
However, now when I try to run localhost/tasks, the only thing that
prints is the Cake SQL log. The application doesn't show up at all,
and the title of the page (as shown in the browser title bar) is
<?= $title_for_layout ?>
Anybody else have this problem?
Also, another question: should scriptaculous.js go app\webroot\js\src
or app\webroot\js ?
Thanks to all,
Robert K S
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---