2 users online. Create an account or sign in to join them.Users
[Beta4] Default Workspace Datasource Error
A bug in 2.2, submitted by TheJester12 on 27 January 2011
Announcement
Symphony's issue tracker has been moved to Github.
Issues are displayed here for reference only and cannot be created or edited.
I installed the default workspace along with Symphony. I combined the zip and Github files. Most of the files came from GitHub, but I used the extensions and the default workspace from the zip file.
When I go to Components > Data Sources and click on the “Notes” datasource I get this error. (I also get it when I click on the “Navigation” datasource.)
array_map() [function.array-map]: Argument #2 should be an array /Applications/MAMP/htdocs/symphony22beta/symphony/content/content.blueprintsdatasources.php line 111 106 $fields['html_encode'] = $existing->dsParamHTMLENCODE; 107 $fields['associated_entry_counts'] = $existing->dsParamASSOCIATEDENTRYCOUNTS; 108 if ($fields['associated_entry_counts'] == NULL) $fields['associated_entry_counts'] = 'yes'; 109 if($existing->dsParamREDIRECTONEMPTY == 'yes') $fields['redirect_on_empty'] = 'yes'; 110 111 $existing->dsParamFILTERS = @array_map('stripslashes', $existing->dsParamFILTERS); 112 113 $fields['source'] = $existing->getSource(); 114 115 switch($fields['source']){