Re: Hash.php

2013-03-03 Thread AD7six
On Wednesday, 27 February 2013 19:45:29 UTC+1, CrotchFrog wrote: (Cake 2.2.5) I recently started getting an error that reads: Warning (2): Invalid argument supplied for foreach() [CORE]/Cake/Utility/Hash.php, Line 50] Line 50 in Hash.php is part of get() function for the Hash class

Re: Hash.php

2013-03-01 Thread CrotchFrog
() [CORE]/Cake/Utility/Hash.php, Line 50] Line 50 in Hash.php is part of get() function for the Hash class. Trying to debug anything in that function results in a memory allocation error. How is Hash being used and what kind of data is being presented to the function that it's running out

Re: Hash.php

2013-02-28 Thread lowpass
...@gmail.com wrote: (Cake 2.2.5) I recently started getting an error that reads: Warning (2): Invalid argument supplied for foreach() [CORE]/Cake/Utility/Hash.php, Line 50] Line 50 in Hash.php is part of get() function for the Hash class. Trying to debug anything in that function results

Hash.php

2013-02-27 Thread Ed Propsner
(Cake 2.2.5) I recently started getting an error that reads: Warning (2): Invalid argument supplied for foreach() [CORE]/Cake/Utility/Hash.php, Line 50] Line 50 in Hash.php is part of get() function for the Hash class. Trying to debug anything in that function results in a memory allocation error