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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CiviCRM 4.4.4 "The CiviCRM debug log should not be downloadable."
Pages: 1 2 [3]

Author Topic: CiviCRM 4.4.4 "The CiviCRM debug log should not be downloadable."  (Read 8074 times)

dkretz

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.4
  • CMS version: wordpress 3.7.1
  • MySQL version: 5.5.34
  • PHP version: 5.2.17
Re: CiviCRM 4.4.4 "The CiviCRM debug log should not be downloadable."
October 22, 2014, 02:28:51 pm
Currently I only see these messages occasionally under circumstances I haven't figured out and can't reliably reproduce, so it's not easy to test whether attempted fixes are successful. Is there a way to intentionally invoke the tests?

It seems to me that this should be included in /Administer/Administration Console/Configuration Checklist. Or maybe it is, and I haven't found it yet?

totten

  • Administrator
  • Ask me questions
  • *****
  • Posts: 695
  • Karma: 64
Re: CiviCRM 4.4.4 "The CiviCRM debug log should not be downloadable."
October 22, 2014, 02:39:28 pm
The problem is that there are several checks which can become a bit incessant if run all the time, so it throttles the display. IIRC, the throttling is "once per session per week (for admin users)".

Integrating it with the checklist is a good idea.

In 4.5, you can run these checks on-demand using the API. Try this: navigate to "Help => Developer => API Explorer"; choose the entity "System" and the action "check"; then click "Execute".

dkretz

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.4
  • CMS version: wordpress 3.7.1
  • MySQL version: 5.5.34
  • PHP version: 5.2.17
Re: CiviCRM 4.4.4 "The CiviCRM debug log should not be downloadable."
October 23, 2014, 02:39:50 pm
Thank you, directing me to Help/Developer/API Explorer was helpful - I hadn't found that yet.

I presume that "is_error: 0" means the errors have been fixed.

Relating back to the topic, I'm hosting on a AWS free instance; and .htacess is not enabled by default.

Fixing it involves editing /etc/httpd/conf/httpd.conf and changing "AllowOverride None" to "AllowOverride All" in two places
and then restarting httpd:

sudo service httpd restart

Pages: 1 2 [3]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • CiviCRM 4.4.4 "The CiviCRM debug log should not be downloadable."

This forum was archived on 2017-11-26.