Hello Mariano:
There is other problemd related to clone method with php5.
I've resolved applying this patch around line 294 of
jake_component.class.php

if (version_compare(phpversion(), '5.0') < 0) {
  $settings = clone($elements['settings']);
} else {
  $settings = $elements['settings'];
}
Don't know if is the right way for every situation. This work with my setup:

Joomla! 1.0.12 Stable [ Sunfire ] 25 December 2006 01:00 UTC 

cake 1.1.13.4450

Php 5.1.1 


> -----Messaggio originale-----
> Da: [email protected] 
> [mailto:[EMAIL PROTECTED] Per conto di Mariano Iglesias
> Inviato: domenica 18 febbraio 2007 3.45
> A: [email protected]
> Oggetto: Jake 1.0.3b Released (Joomla-CakePHP bridge)
> 
> 
> I'm very pleased to announce that the first beta version of 
> Jake 1.0.3 has been released. It is the first package 
> released to the public, and allows you to run any number of 
> CakePHP applications inside your Joomla website, without 
> having to touch your existing code. 
> 
> A lot has been covered and added since the alpha versions, so 
> the best thing you can do is read the documentation to find 
> out more about this release.
> Enjoy!
> 
> Project home page: http://dev.sypad.com/projects/jake
> 
> Documentation: http://dev.sypad.com/projects/jake/documentation/
> 
> Download: http://cakeforge.org/frs/?group_id=131
> 
> -MI
> 
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to