CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Blank Page and then Error Message
Pages: [1]

Author Topic: Blank Page and then Error Message  (Read 711 times)

markimus

  • I post occasionally
  • **
  • Posts: 75
  • Karma: 0
Blank Page and then Error Message
April 08, 2010, 11:29:54 am
I m getting his error everytime I log in or try to carry out any action in Civicrm.   I have searched thru the forum but I am not getting any info on this paticular msg.  Unable to import contacts, unable to save new contact, unable se up civimail.  



warning: Cannot modify header information - headers already sent by (output started at /home/ldcrm/public_html/sites/all/modules/civicrm/CRM/Core/BAO/Navigation.php:1) in /home/ldcrm/public_html/sites/all/modules/civicrm/CRM/Utils/System.php on line 324.

When I look on line 324 I getthis code

  // replace the & characters with &
        // this is kinda hackish but not sure how to do it right
        $url = str_replace( '&', '&', $url );
        header( 'Location: ' . $url );
        exit( );
    }

Do I need to make changes?
Help!  

 ???
« Last Edit: April 08, 2010, 03:25:27 pm by markimus »
Success is the ability to go from one failure to another with no loss of enthusiasm.

Deepak Srivastava

  • Ask me questions
  • ****
  • Posts: 677
  • Karma: 65
Re: Blank Page and then Error Message
April 08, 2010, 09:07:45 pm
Sounds like civicrm/CRM/Core/BAO/Navigation.php file has some local modification (unintentional may be) which could be causing the issue.
Try replacing this file with non-modified file from the tar-file (of version you using).
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

markimus

  • I post occasionally
  • **
  • Posts: 75
  • Karma: 0
Re: Blank Page and then Error Message
April 08, 2010, 09:25:45 pm
yip figured it out... added line in the php.  Thx for your post.   
Success is the ability to go from one failure to another with no loss of enthusiasm.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • Blank Page and then Error Message

This forum was archived on 2017-11-26.