Re: [CakePHP : The Rapid Development Framework for PHP] #6506: Notice error when no choice HABTM save

2009-07-13 Thread CakePHP : The Rapid Development Framework for PHP
#6506: Notice error when no choice HABTM save
---+
Reporter:  slywalker   | Owner:   
Type:  Bug |Status:  new  
Priority:  Medium  | Milestone:  1.2.x.x  
   Component:  General |   Version:  1.2 Final
Severity:  Normal  |Resolution:   
Keywords:  |   Php_version:  n/a  
Cake_version:  1.2.3.8166  |  
---+
Comment (by mark_story):

 Test case? Way to reproduce? How did you make this error?
 [[BR]]
 [[BR]]
 There are several hundred test cases for the Model, so showing how you got
 the error would be helpful.

-- 
Ticket URL: https://trac.cakephp.org/ticket/6506#comment:1
CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #6506: Notice error when no choice HABTM save

2009-07-13 Thread CakePHP : The Rapid Development Framework for PHP
#6506: Notice error when no choice HABTM save
---+
Reporter:  slywalker   | Owner:   
Type:  Bug |Status:  new  
Priority:  Medium  | Milestone:  1.2.x.x  
   Component:  General |   Version:  1.2 Final
Severity:  Normal  |Resolution:   
Keywords:  |   Php_version:  n/a  
Cake_version:  1.2.3.8166  |  
---+
Comment (by slywalker):

 at [8228]
 Individual test case: libs/model/model.test.php
 {{{
 # Error
 Unexpected PHP error [Uninitialized string offset: 0] severity [E_NOTICE]
 in [/1.2.x.x/cake/libs/model/model.php line 1346]
 /1.2.x.x/cake/tests/cases/libs/model/model.test.php - ModelWriteTest -
 testSaveHabtm
 }}}

-- 
Ticket URL: https://trac.cakephp.org/ticket/6506#comment:2
CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #6506: Notice error when no choice HABTM save

2009-07-13 Thread CakePHP : The Rapid Development Framework for PHP
#6506: Notice error when no choice HABTM save
---+
Reporter:  slywalker   | Owner:   
Type:  Bug |Status:  new  
Priority:  Medium  | Milestone:  1.2.x.x  
   Component:  General |   Version:  1.2 Final
Severity:  Normal  |Resolution:   
Keywords:  |   Php_version:  n/a  
Cake_version:  1.2.3.8166  |  
---+
Comment (by mark_story):

 I don't get any notice errors on the Model test, running PHP5.2, on MacOS.
 I also ran them on PHP 4.4.9 and no errors on either. What are you running
 them on?

-- 
Ticket URL: https://trac.cakephp.org/ticket/6506#comment:3
CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #6506: Notice error when no choice HABTM save

2009-07-13 Thread CakePHP : The Rapid Development Framework for PHP
#6506: Notice error when no choice HABTM save
---+
Reporter:  slywalker   | Owner:   
Type:  Bug |Status:  new  
Priority:  Medium  | Milestone:  1.2.x.x  
   Component:  General |   Version:  1.2 Final
Severity:  Normal  |Resolution:   
Keywords:  |   Php_version:  n/a  
Cake_version:  1.2.3.8166  |  
---+
Comment (by slywalker):

 I ran PHP5.2.10 on MacOS, and CakePHP1.2 Revision 8229.

-- 
Ticket URL: https://trac.cakephp.org/ticket/6506#comment:4
CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---



Re: [CakePHP : The Rapid Development Framework for PHP] #6506: Notice error when no choice HABTM save

2009-07-13 Thread CakePHP : The Rapid Development Framework for PHP
#6506: Notice error when no choice HABTM save
---+
Reporter:  slywalker   | Owner:   
Type:  Bug |Status:  new  
Priority:  Medium  | Milestone:  1.2.x.x  
   Component:  General |   Version:  1.2 Final
Severity:  Normal  |Resolution:   
Keywords:  |   Php_version:  n/a  
Cake_version:  1.2.3.8166  |  
---+
Comment (by slywalker):

 I get notice error on PHP1.2.10 by this code.
 {{{
 ?php
 $a = '';
 var_dump(isset($a['b']['c']));
 ?
 }}}

-- 
Ticket URL: https://trac.cakephp.org/ticket/6506#comment:5
CakePHP : The Rapid Development Framework for PHP https://trac.cakephp.org/
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
tickets cakephp group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~--~~~~--~~--~--~---