Re: How to get images in RSS feed using RSShelper

2009-02-13 Thread RoVo
Hi majna, I think, jorgtron wants a result like this: http://www.w3schools.com/rss/rss_tag_image.asp RoVo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake

Re: XAMPP for linux

2009-01-29 Thread RoVo
fun with cake... Hope that helps RoVo --~--~-~--~~~---~--~~ 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

Re: Method for access combined field in view file

2009-01-27 Thread RoVo
is empty, it gets the next free number of the year. Then it generates your fullcode. Now the search is simple. I would add some validations, but I think, it's a good base. Hope that helps RoVo --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Performing a Query using a curdate as condition, help asap?

2009-01-26 Thread RoVo
Hi Parris, The results should be all 'events' that will be today or greater (in other words, any date in the future). Try it like this: 'conditions'=array( 'Event.event_date = ' = date('Y-m-d') ) Hope that helps RoVo --~--~-~--~~~---~--~~ You received

Re: CakePHP In A Subdirectory?

2009-01-26 Thread RoVo
Hi, ..I am getting a 500 Internal Server Error. Is it me? I think it should look like this?!? IfModule mod_rewrite.c RewriteEngine on RewriteBase /myapp RewriteRule ^$ app/webroot/[L] RewriteRule (.*) app/webroot/$1 [L] /IfModule Hope that helps RoVo

Re: CakePHP In A Subdirectory?

2009-01-26 Thread RoVo
Hi inVINCable, I have tested my suggestion - see above. This is the htaccess of the top-level. The others are untouched. Hope that helps RoVo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post

Re: Plugin's model methods is missing

2009-01-26 Thread RoVo
Hi jaro, ..an application created last year using the rc2 release. I have several plugins in use - no changes needed over the versions. Please look, if you use things like this: $this-execute(...); better: $this-query(...); Hope that helps RoVo

Re: how to generate views for recursive 2 associations?

2009-01-26 Thread RoVo
... UUPS!?! Related Tags are in the view.ctp :) Tested with 1.2.1.8004 Hope that helps RoVo --~--~-~--~~~---~--~~ 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

Re: Help w/ DebugKit - no toolbar

2009-01-26 Thread RoVo
Hi BenL, please check the debug-level in your /app/config/core.php: Configure::write('debug', 1); It should be 1 or higher to see the toolbar Hope that helps RoVo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: weird baking situation

2009-01-23 Thread RoVo
Hi liaogz82 ..Payment belongsTo Pay? (y/n).. I think, there is a field pay_id in your Payment-table. Then Cake-Bake ask you, if you need an association... look: http://book.cakephp.org/view/81/belongsTo Hope that helps. RoVo --~--~-~--~~~---~--~~ You received

Re: Sessions not writing whole string

2009-01-23 Thread RoVo
RoVo --~--~-~--~~~---~--~~ 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

Re: complex problem

2009-01-22 Thread RoVo
. If not, I will look for more details in my projects to help you... RoVo --~--~-~--~~~---~--~~ 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

Re: How can I get the xml encoding using Xml class?

2009-01-22 Thread RoVo
- like Tim: http://debuggable.com/posts/parsing-xml-using-simplexml:480f4dfe-6a58-4a17-a133-455acbdd56cb Hope that helps RoVo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email

Re: How can I get the xml encoding using Xml class?

2009-01-22 Thread RoVo
) [1] = Array ( [0] = encoding=UTF-8 [1] = encoding [2] = UTF-8 ) ) result: $this-__header_attributes Array ( [version] = 1.0 [encoding] = UTF-8 ) RoVo (c: --~--~-~--~~~---~--~~ You received

Re: Restrict Controllers by Group

2009-01-22 Thread RoVo
Hi Pyrite, I found a nice tutorial from francky06l on: http://www.cakephpforum.net/ Set authorization according to role Hope that helps RoVo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post

Re: Simple auth problem

2009-01-22 Thread RoVo
the right solution. Hope that helps RoVo --~--~-~--~~~---~--~~ 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

Re: how to make this pouting

2009-01-20 Thread RoVo
Hope that helps RoVo --~--~-~--~~~---~--~~ 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

Re: How can TMP be set to some other directory?

2009-01-20 Thread RoVo
I use: if (!defined('TMP')) { define('TMP', CMS_HTDOCS . DS . 'tmp'. DS . CMS_PROJECT . DS); } the result looks like this: - htdocs - project1 - project2 - project3 - tmp - project1 - project2 - project3 Hope that helps... RoVo

Re: router problem with passing variable

2009-01-20 Thread RoVo
]+' ) ); and look at function js($site) { debug( $this-params ); ... Hope that helps RoVo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php

Re: Route a /pages url to a controller

2009-01-20 Thread RoVo
Hi Brian, www.url.com/pages/tech_tips ... $Route-connect('/pages/tech_tips', array('controller' = 'techtips', 'action' = 'display', 'index')); look at the underline in tech_tips... may be, it must look like this??? 'controller' = 'tech_tips' Hope that helps RoVo

Re: Release: Some RC2 Sweetness

2008-06-30 Thread RoVo
Great work! Kudos to the hole team! ...and many, many thanks...!!! --~--~-~--~~~---~--~~ 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

Re: SQL Error: 1066: Not unique table/alias when deleting data

2008-03-08 Thread RoVo
Hi nate, i had the same error Warning (512): SQL Error: 1066: Not unique table/alias: it's simple to reproduce... - a model with TreeBehavior - try to delete a node-with-subnodes That works fine on MySQL5 - but not on MySQL4 hope that helps Roland (c:

Re: SQL Error: 1066: Not unique table/alias when deleting data

2008-03-08 Thread RoVo
On Feb 12, 4:36 am, nate [EMAIL PROTECTED] wrote: Could you post the full SQL query that generated the error? How about the method call you made to generate the error? Maybe your model code/ associations? As it is, we can't really help you much with that description. On Feb 11, 10:00