Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#521: [Beta4] Default Workspace Datasource Error

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']){

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details