Re: Ajax Helper multiple actions

2008-01-10 Thread seacloud9
($yahoosearch)); // } // // function showresult2($youtubesearch){ // $this->layout = 'ajax'; // //$youtubesearch = $this->$generic; // //$youtubesearch = $this->data['Youtube']['youtubesearch']; // $this->set('videoFeed', $this->Surf- >getRes

Ajax Helper multiple actions

2008-01-09 Thread seacloud9
I would like to call multiple actions on an ajax form? Below are two action but the last action is the only action that is rendered the first action is not? //form(array('action'=>'/surf/showresult'), array('action'=>'/surf/showresult2'), 'post', // array('update'=>'questionID','loading'=>"Toggle

AclAdmin

2007-11-12 Thread seacloud9
I have applied AclAdmin to my application it affects all areas but the actual component. I have it setup to deny access to the public for the plugin but it always allows unathenticated users access? It is perplexing wondering if anyone has had the same issue. I also have set var $publicAcce

Re: banging my head for last two days to find the blank line in RSS output

2007-11-06 Thread seacloud9
Ritesh, thanks for the recipe it will help out my bakery. Thanks:) On Nov 6, 9:53 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > On 11/6/07, bingo <[EMAIL PROTECTED]> wrote: > > > > > or you can ready my blog :) > >http://ragrawal.wordpress.com/2007/11/07/script-for-removing-blank-sp... > > So

Re: banging my head for last two days to find the blank line in RSS output

2007-11-06 Thread seacloud9
Ritesh, thanks for the script it will help out my bakery. Thanks:) On Nov 6, 9:53 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > On 11/6/07, bingo <[EMAIL PROTECTED]> wrote: > > > > > or you can ready my blog :) > >http://ragrawal.wordpress.com/2007/11/07/script-for-removing-blank-sp... > > So

Re: banging my head for last two days to find the blank line in RSS output

2007-11-06 Thread seacloud9
days to do this myself but it was worth it. On Nov 6, 3:52 pm, bingo <[EMAIL PROTECTED]> wrote: > hi Seacloud9 > > I am not sure if I understand what do you mean by UTF-8 "BOMS". How > can verify that. I am using eclipse as my PHP Editor. > > Regards, > Ritesh > &

Re: banging my head for last two days to find the blank line in RSS output

2007-11-06 Thread seacloud9
I have had this exact same problem it can hold you up for days.. Make sure you are using UTF-8 "BOMS". Make sure tags in Model, Controller, and Views "" Have no spaces after or before them NONE. I found one in the cake folder in the app model. You have six spaces this is literally the cause of

Re: SimplePie View

2007-11-06 Thread seacloud9
nks:) On Nov 5, 7:50 am, seacloud9 <[EMAIL PROTECTED]> wrote: > Has anyone else run into the same problem? > > On Nov 4, 9:24 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > > > I am having issues with mysimplepieview. I can get a feed but I can > > not display

Re: banging my head for last two days to find the blank line in RSS output

2007-11-06 Thread seacloud9
I have run into the same issue. It is a pain to fix but well worth the benefits! http://groups.google.com/group/cake-php/browse_thread/thread/20bc8af252f597bb/e3a9f444819ac344?lnk=gst&q=seacloud9#e3a9f444819ac344 my issue My fix: http://i-create.org/UTF-8+Madness Bake On! On Nov 6, 9:0

Re: ACL Aro multiple parents Cake 1.2

2007-11-05 Thread seacloud9
Check out dauth but you will want to view the cached google infomation first the page was moved.. http://64.233.167.104/search?q=cache:nO61TuOudjAJ:bakery.cakephp.org/articles/view/introduction-to-dauth-v0-3+dauth+cakephp&hl=en&ct=clnk&cd=1&gl=us&client=firefox-a http://www.ad7six.com/Demos htt

Re: SimplePie View

2007-11-05 Thread seacloud9
Has anyone else run into the same problem? On Nov 4, 9:24 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > I am having issues with my simplepie view. I can get a feed but I can > not display the feed. > > I am trying to follow this > example:http://cakeforge.org/snippet/downloa

SimplePie View

2007-11-04 Thread seacloud9
I am having issues with my simplepie view. I can get a feed but I can not display the feed. I am trying to follow this example: http://cakeforge.org/snippet/download.php?type=snippet&id=341 Please let me know what is wrong with this view... View Index.thtml Controller: Simplepie->feedu

Re: XML Parsing Error: xml declaration not at start of external entity

2007-10-31 Thread seacloud9
Fixed it. CakePHP users beware of leaving spaces in your model, controller, view etc.. This error was a pain to track down. All it takes is one space and your fun bus is up on blocks for RSS... Only took a couple of days to track down... On Oct 31, 12:11 pm, seacloud9 <[EM

XML Parsing Error: xml declaration not at start of external entity

2007-10-31 Thread seacloud9
XML Parsing Error: xml declaration not at start of external entity Location: http://ihang10.com/rss/posts Line Number 1, Column 2: -^ All pages in my cakePHP install add one space at the beginning of every document. It causes an overall foobar on my rss feed. I have altered the layout default.t

Automagic RSS plugin

2007-10-29 Thread seacloud9
rss encoding issue?? http://bakery.cakephp.org/articles/view/automagic-rss-feed-generator-plugin Installed Plugin Configured Properly when viewing code I see the rss results but it does not encode correctly.. I receive the error below.. Error Message: XML Parsing Error: xml declaration not at

Automagic RSS plugin

2007-10-29 Thread seacloud9
rss encoding issue?? http://bakery.cakephp.org/articles/view/automagic-rss-feed-generator-plugin Installed Plugin Configured Properly when viewing code I see the rss results but it does not encode correctly.. I receive the error below.. Error Message: XML Parsing Error: xml declaration not at

AclAdmin dAuth Deny

2007-10-22 Thread seacloud9
How do I query the AclAdmin plugin from my app/controllers/ post_controller...? I have access to my user table. I have followed these steps: # Get the code from the Demo download section # Create the acl tables using the sql script that comes with cake # Put the plugin into your own application

Re: ACL Admin plugin AD7six "No User Model"

2007-10-15 Thread seacloud9
the main app folder? I have my model/user.php and I have changed the generic_contorller.php to have var$userModel='user'; still. It is not working. Is their a demo out their I can look at to see how to set this up?? On Oct 15, 11:56 am, seacloud9 <[EMAIL PROTECTED]> wrot

Re: ACL Admin plugin AD7six "No User Model"

2007-10-15 Thread seacloud9
<[EMAIL PROTECTED]> wrote: > On Oct 15, 3:51 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > > > I am currently recieveing this error: > > > No User Model > > You need to tell this plugin what your user model is called to be able > > to use this function.

ACL Admin plugin AD7six "No User Model"

2007-10-15 Thread seacloud9
I am currently recieveing this error: No User Model You need to tell this plugin what your user model is called to be able to use this function. If you don't have users already set up on your system, you need an authentication solution such as DAuth. I have DAuth installed and working properly.

Re: Comment Issue View is Botched..

2007-10-11 Thread seacloud9
Comment) > { > echo ""; > echo $comment['body']; > echo ""; > echo ""; > echo "written by ".$comment['user_id']." > ".$time->timeAgoInWords($comment['created']); >

Re: Comment Issue View is Botched..

2007-10-11 Thread seacloud9
l'); } return true; } On Oct 11, 9:56 am, grigri <[EMAIL PROTECTED]> wrote: > Looks like > > foreach ($data['Comment'] as $Comment) > > should be > > foreach ($data['Comment'] as $comment) > > On Oct 11, 3:23

Comment Issue View is Botched..

2007-10-11 Thread seacloud9
My blog will take comments place them in the database but not display them. Something appears to be wrong with this code: ---Post View-- data); if (isset($data['Comment'])) { foreach ($data['Comment'] as $Comment) { echo ""; echo $comment['body'];

Re: Blog Tutorial Comments Issue

2007-10-10 Thread seacloud9
Checked those out will continue to reference them thanks:) Here is the issue.. When I go to the blog post select a blog post and go to its view I see the comment box and I can input information into it. It does pass the post_id to the database. The problem is it doesn't seem to display them in

Re: Blog Tutorial Comments Issue

2007-10-09 Thread seacloud9
Still Stumped has anyone else ran into this issue? Thanks On Oct 9, 3:36 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > Anyones help in this matter would be greatly appreciated truly > stumped.. > > On Oct 9, 12:17 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > > >

Re: Blog Tutorial Comments Issue

2007-10-09 Thread seacloud9
Anyones help in this matter would be greatly appreciated truly stumped.. On Oct 9, 12:17 pm, seacloud9 <[EMAIL PROTECTED]> wrote: > I have been working on the blog tutorial. I enabled clean urls. I > would now like to add comments but I have been having some issues > Any and

Blog Tutorial Comments Issue

2007-10-09 Thread seacloud9
I have been working on the blog tutorial. I enabled clean urls. I would now like to add comments but I have been having some issues Any and All help would be greatly appreciated. Thanks in advance for your time. /*-- Comments Model --

Re: Variable Passing Issue $html->input??

2007-09-26 Thread seacloud9
Thanks for the tips got it! I really appreciate your help:) Solution was: http://ihang10.com/yahoo Controller: > > > Model Yahoo: > > > > > > > > // app/models/yahoo.php > > > > vendor('zend_loader_yahoo'); > > > > > class Yahoo extends AppModel > > > > { > > > > var $useTable = false; >

Re: Variable Passing Issue $html->input??

2007-09-25 Thread seacloud9
(!empty($this->data) && isset($this->data['Yahoo']['yahoosearch])) > { > $yahoosearch = $this->data['Yahoo']['yahoosearch]; > // do rest of searching code > } else { > // show input form > } > > } > > Basica

Variable Passing Issue $html->input??

2007-09-24 Thread seacloud9
Issues with $html->input I am trying to pass a variable from the view (index) to the view (show) using the controller Yahoo. I have only been successful with this when I put the search content in the url. Example http://ihang10.com/yahoo/show/test or http://ihang10.com/yahoo/show/cakephp I am n

Re: Yahoo Search Ajax

2007-09-24 Thread seacloud9
The previous example works minus the input box example: http://ihang10.com/yahoo/show/test I would like to get this to work for the ajax version but I am having a tough time passing the variable of the input box. On Sep 24, 8:10 am, seacloud9 <[EMAIL PROTECTED]> wrote: > I have bee

Re: Yahoo Search Ajax

2007-09-24 Thread seacloud9
I have been working on this issue for a few days I am just really stumped please if anyone could comment on this issue I wold be greatly appreciated. On Sep 21, 11:32 am, seacloud9 <[EMAIL PROTECTED]> wrote: > I am trying to create a Yahoo Search. I think it is breaking where I &

Yahoo Search Ajax

2007-09-21 Thread seacloud9
I am trying to create a Yahoo Search. I think it is breaking where I send the variable.. Your Help Would be greatly appreciated thanks: Current Error: Notice: Undefined variable: javascript in.. Control function showresult($yahoosearch = null) { $this->set('question', $this->showresult($y

Yahoo Search Ajax

2007-09-21 Thread seacloud9
I am trying to create a Yahoo Search. I think it is breaking where I send the variable.. Your Help Would be greatly appreciated thanks: Current Error: Notice: Undefined variable: javascript in.. Control function showresult($yahoosearch = null) { $this->set('question', $this->showresult($yahoosea