Active
Project:
Javascript Tools
Version:
5.x-0.6
Component:
Jscalendar
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2007 at 03:20 UTC
Updated:
1 Nov 2007 at 21:33 UTC
I installed JSCalendar a couple of days ago. It is working fine, but I keep seeing entries in the 'page not found' log for:
modules/jstools/jscalendar/lib/calendar-brown.css
While the style sheet is in the right place, I think JSCalendar is looking for this in the Drupal modules folder, rather than the one under sites/all. Is there something I should modify in my setup so that I don't get this error?
I am using Drupal 5.1 with a multisite installation. I installed JSTools into the modules folder accessible by all sites.
Comments
Comment #1
hairylunch commentedI had a similar problem as I had moved the jstools folder from /modules to /sites/all/modules . . .
Turns out that I had to go to /admin/settings/jscalendar and update the theme to point to where I had moved the style sheets (since it was doing the same thing you suggested and looking in the previous location for the theme file).