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 »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • thermometer does not show up on contribution page!
Pages: [1]

Author Topic: thermometer does not show up on contribution page!  (Read 1981 times)

ft_drupal

  • Guest
thermometer does not show up on contribution page!
November 17, 2007, 02:02:01 am
Total amount entered, display check box checked, but after all these configurations there is no thermometer at all on contribution page. Everything else works fine (no problem with on-going donation).
Anybody can tell me how to enable the thermometer?
Thanks!

msn

  • I post frequently
  • ***
  • Posts: 152
  • Karma: 6
  • Please talk to the other site
Re: thermometer does not show up on contribution page!
November 17, 2007, 11:13:37 am
If Drupal shows an error "did not find array.php" in his log,
try to change the script thermometer.php, line 97 to
Code: [Select]
require_once '../CRM/Utils/Array.php';
It solved the problem for me.

You ll find thermometer.php in 'civicrm/extern'

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: thermometer does not show up on contribution page!
November 17, 2007, 11:18:05 am

this is now fixed in v1.9 and will be part of the next release
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

ft_drupal

  • Guest
Re: thermometer does not show up on contribution page!
November 17, 2007, 02:04:17 pm
I got no error. The thermometer simply does not show up. This does not affect the donation though.

msn

  • I post frequently
  • ***
  • Posts: 152
  • Karma: 6
  • Please talk to the other site
Re: thermometer does not show up on contribution page!
November 17, 2007, 02:19:05 pm
Did you enabled it in drupal's blocks?

ft_drupal

  • Guest
Re: thermometer does not show up on contribution page!
November 20, 2007, 03:51:11 am
Hi msn,
Thanks! It worked for me too. The worst thing is that drupal never displayed any error. I tried your method when I had no other choice.

Quote from: msn on November 17, 2007, 11:13:37 am
If Drupal shows an error "did not find array.php" in his log,
try to change the script thermometer.php, line 97 to
Code: [Select]
require_once '../CRM/Utils/Array.php';
It solved the problem for me.

You ll find thermometer.php in 'civicrm/extern'

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • thermometer does not show up on contribution page!

This forum was archived on 2017-11-26.