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) »
  • Developer Discussion »
  • Report and Search UI Discussion (Moderators: CiviTeacher.com, TwoMice) »
  • reating my first report
Pages: [1]

Author Topic: reating my first report  (Read 1049 times)

jmcq00

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 4.2.7
  • CMS version: Drupal
  • MySQL version: 5
  • PHP version: 5.3
reating my first report
April 27, 2013, 10:02:20 pm
I am trying to build a report using a SQL query or stored procedure.  I have thesetup done to the point that I get "Preview Report" but then I get a blank screen and nothing else.

I am looking for suggestions to find out what is wrong. Is there a way to debug the report code on a hosted environment?

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: reating my first report
April 28, 2013, 01:52:18 pm
If you have access to edit settings.php & are getting a White Screen you probably want to add

ini_set('display_errors', 'On');

to settings.php (or other settings file if not drupal).

If that doesn't work (& perhaps anyway) I would try developing locally & putting it on the server when done.

A White Screen of Death (WSOD) appears when there is a php error (e.g. a syntax error) & the server is not configured to show the errors on the screen. These errors will also be output to the apache log if you have access to that
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion »
  • Report and Search UI Discussion (Moderators: CiviTeacher.com, TwoMice) »
  • reating my first report

This forum was archived on 2017-11-26.