Hi Per,

If you haven't found out yet: This happens in Cake 1.2 when the attributes of 
$form->select are null instead of array().

See this article: 
http://cakebaker.42dh.com/2008/10/02/migration-from-cakephp-12-rc2-to-rc3/

I hope that helps!

Anja

-----Ursprüngliche Nachricht-----
Von: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL 
PROTECTED]
Gesendet: Sonntag, 12. Oktober 2008 17:41
An: CakePHP
Betreff: Warning (2): array_merge() [function.array-merge]: Argument #1 is not 
an array [CORE/cake/dispatcher.php, line 337]


I get that error when I load http://example.com/news/first-post

I have this in routes.php:
Router::connect('/news/:url', array('controller' => 'news','action' => 'view'), 
array('pass' => array('url')));

I hope someone can help me...



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to