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 (Moderator: Donald Lobo) »
  • [SOLVED] No error/stacktrace
Pages: [1]

Author Topic: [SOLVED] No error/stacktrace  (Read 531 times)

TeNNoX

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 0
  • CiviCRM version: v4.4.x
  • CMS version: Drupal v7.x
  • MySQL version: newest
  • PHP version: PHP 5
[SOLVED] No error/stacktrace
August 27, 2014, 03:34:44 am
I enabled debug mode and backtrace and error printing and the other stuff, and it works in other cases (like passing an invalid parameter in the URL)...
But I changed some PHP code
(I made a copy in the custom PHP folder -> works, changed some code -> blank page)
 and now there's just a blank page...

What could I have done wrong?
« Last Edit: September 02, 2014, 03:52:38 am by TeNNoX »

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No error/stacktrace
August 28, 2014, 08:19:46 am
Quote from: TeNNoX on August 27, 2014, 03:34:44 am
What could I have done wrong?

Oh, one of a thousand things. :)

Is there an error in your error logs?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

TeNNoX

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 0
  • CiviCRM version: v4.4.x
  • CMS version: Drupal v7.x
  • MySQL version: newest
  • PHP version: PHP 5
Re: No error/stacktrace
August 29, 2014, 01:29:47 am
Quote from: Hershel on August 28, 2014, 08:19:46 am
Oh, one of a thousand things. :)

Is there an error in your error logs?

Nope, nothing :/

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No error/stacktrace
August 29, 2014, 03:33:10 am
What code did you change?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

TeNNoX

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 0
  • CiviCRM version: v4.4.x
  • CMS version: Drupal v7.x
  • MySQL version: newest
  • PHP version: PHP 5
Re: No error/stacktrace
September 01, 2014, 01:10:48 am
Quote from: Hershel on August 29, 2014, 03:33:10 am
What code did you change?

Code: [Select]
customphp/CRM/Form/Edit/TagsAndGroups.php

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: No error/stacktrace
September 01, 2014, 03:44:22 am
No, I mean the actual PHP code. Post your file or a diff file or some such.
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

totten

  • Administrator
  • Ask me questions
  • *****
  • Posts: 695
  • Karma: 64
Re: No error/stacktrace
September 01, 2014, 06:38:43 pm
Aside: I've been bitten more than once by having a workstation where php.ini sets "display_errors=0". (This seems to be a default MAMP... because... godonlyknowswhy. And changing requires care because a given system may have multiple php.ini files for different versions+SAPIs.) Anyway, it's worth double-checking that.

TeNNoX

  • I post occasionally
  • **
  • Posts: 36
  • Karma: 0
  • CiviCRM version: v4.4.x
  • CMS version: Drupal v7.x
  • MySQL version: newest
  • PHP version: PHP 5
Re: No error/stacktrace
September 02, 2014, 03:52:23 am
Quote from: totten on September 01, 2014, 06:38:43 pm
Aside: I've been bitten more than once by having a workstation where php.ini sets "display_errors=0". (This seems to be a default MAMP... because... godonlyknowswhy. And changing requires care because a given system may have multiple php.ini files for different versions+SAPIs.) Anyway, it's worth double-checking that.

That was the solution... forgot the simple stuff -_-
Thanks!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • [SOLVED] No error/stacktrace

This forum was archived on 2017-11-26.