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) »
  • Errors in server error log: File does not exist.... tree.js
Pages: [1]

Author Topic: Errors in server error log: File does not exist.... tree.js  (Read 2176 times)

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Errors in server error log: File does not exist.... tree.js
March 08, 2012, 11:27:39 pm
Getting a ton of these on my error logs.  They're generated every time I go to a contribute page.  Any ideas?

[Fri Mar 09 01:20:18 2012] [error] [client xx.xx.xx.xx] File does not exist: /hsphere/local/home/zzzzzzz/mydomain.com/tree.js, referer: https://www.mydomain.com/donate

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Errors in server error log: File does not exist.... tree.js
March 09, 2012, 02:30:09 am
Looks like some non-CiviCRM code is calling that tree.js file. Please update your forum profile to indicate what CMS you have and what version CiviCRM.
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.

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: Errors in server error log: File does not exist.... tree.js
March 09, 2012, 04:36:24 am
Sorry... running Joomla 2.5.2 and Civicrm 4.1.1.

Anyway, see code below.  The first set s from the site the problem is happening in:

Code: [Select]
<script type="text/javascript" src="/administrator/components/com_civicrm/civicrm/packages/jquery/plugins/jquery.autocomplete.js"></script>
<style type="text/css">@import url("/administrator/components/com_civicrm/civicrm/packages/jquery/css/jquery.autocomplete.css");</style>

<script type="text/javascript" src="/tree.js"></script>
<style type="text/css">@import url("/administrator/components/com_civicrm/civicrm/packages/jquery/plugins/jstree/themes/default/style.css");</style>

And here's source from one that it's not happening in.  Only difference is this is 4.1 (vs 4.1.1).   I'll upgrade and test again.
Code: [Select]
<script type="text/javascript" src="/administrator/components/com_civicrm/civicrm/packages/jquery/plugins/jquery.autocomplete.js"></script>
<style type="text/css">@import url("/administrator/components/com_civicrm/civicrm/packages/jquery/css/jquery.autocomplete.css");</style>

<script type="text/javascript" src="/administrator/components/com_civicrm/civicrm/packages/jquery/plugins/jstree/jquery.jstree.js"></script>
<style type="text/css">@import url("/administrator/components/com_civicrm/civicrm/packages/jquery/plugins/jstree/themes/default/style.css");</style>

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: Errors in server error log: File does not exist.... tree.js
March 09, 2012, 04:46:35 am
Upgraded second site to 4.1.1.  Still no problem there. 

Other difference is that first one is running CIVICRM in SSL mode.  Second is not.

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: Errors in server error log: File does not exist.... tree.js
March 09, 2012, 05:16:00 am
OK... root cause is the "System - GCalendar" system plugin.  When disabled, this problem goes away.

So, I need to see if I can figure out what the conflict is.

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: Errors in server error log: File does not exist.... tree.js
March 09, 2012, 05:18:44 am
OK... that plugin loads jquery and has an option to shut it off.  If I shut of jquery, problem goes away... but then my Gcalendar does not function.

Is there a way to turn off Jquery in civicrm?

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Errors in server error log: File does not exist.... tree.js
March 09, 2012, 01:38:36 pm
Quote
Is there a way to turn off Jquery in civicrm?

I would not recommend this, since it will break lots of functionality in CiviCRM.

Kurund

Found this reply helpful? Support CiviCRM

wjm

  • I post occasionally
  • **
  • Posts: 88
  • Karma: 0
  • CiviCRM version: Latest
  • CMS version: Joomla (Latest)
Re: Errors in server error log: File does not exist.... tree.js
March 09, 2012, 01:48:39 pm
Well, no need now.  The GCalendar folks posted a new version of the plugin that fixes the problem.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Errors in server error log: File does not exist.... tree.js

This forum was archived on 2017-11-26.