Search

I'm trying to launch a site that I just finished developing on a local install.

Here is the error I'm getting: Cannot modify header information - headers already sent by (output started at /home/ethanan/publichtml/symphony/lib/toolkit/class.field.php:1226) /home/ethanan/publichtml/symphony/lib/toolkit/class.page.php line 72

67       */
68      protected function __renderHeaders(){
69          if(!is_array($this->_headers) || empty($this->_headers)) return;
70
71          foreach($this->_headers as $value){
72              header($value);
73          }
74      }
75  }

I am running Symphony 2.2.1, MySQL 5.0.92, PHP 5.2.17. I've tried to export as an ensemble, export all my files then FTP, and install a freshly downloaded version in hopes of uploading my workspace and extensions, but all have resulted in the same error. Any help you can give is appreciated.

Replace line 1226 of /symphony/lib/toolkit/class.field.php with return $this->buildDSRetrievalSQL($data, $joins, $where, $andOperation);

It's a bug that has been since fixed for the upcoming 2.2.2 release.

Thanks, brendo. It's working fine now. My first Symphony site is now live. http://www.ethangardner.com/

Congratulations :) Don't forget to add it to the showcase

Create an account or sign in to comment.

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