Hello. This is my first post here, and I'm also very new to Drupal (3 months) after taking on a new job that uses Drupal. So my sincerest apologies if this post is in the wrong place or if I'm phrasing my question totally wrong.
Since about February or March I've been trying to find solutions for a problem with the calendar on our Drupal site. It is in the green box on this page: http://sustainability.colostate.edu/calendar-date/month# Today one of the IT folks at the university backed up and updated our site for us, so it would be perfect timing to try and fix this. I tried to follow this page: http://drupal.org/node/755312 but when I did the steps I understood the problem still remains. Additionally, I tried to follow tips I found on other threads like this one: http://drupal.org/node/1236610 but when I go to edit the view, I get a server error, seen here: http://sustainability.colostate.edu/sites/sustainability.colostate.edu/f...
Is editing the view where I would fix the issue with the row debug? If so, how can I edit the view? If not, how can I fix these problems?
I'm pretty good at finding a file and editing code with step-by-step help, but unfortunately being new to this (and it not being our communications team's only duty), a lot of what I've seen about PHP or running modules and whatnot is Greek to me. So if there is a way to fix this I would really appreciate details so that I can do my best to understand and finally fix this issue.
Thank you in advance and like I said I'm sorry if this is in the wrong place.
Comments
Bumping this since it's been
Bumping this since it's been a couple days and I can't tell if it's been seen or not. Sorry again if this is in the wrong place.
If it helps, here is what the
If it helps, here is what the error message is:
I can't even recall everything I have tried--lately we're wondering if enabling various calendar modules might help, but as I said, I can't even edit the view like many tutorials and other pages suggest because of that error I'm getting. So any help even pointing in the right direction if posting here is the wrong direction would be incredibly appreciated. Thanks.
First guess: The view was
First guess: The view was correctly configured once but then someone disabled or deleted calender module. Make sure it is correctly and completely installed in up-to-date version and of course make sure it is enabled.
We're on Calendar 7.x-3.4,
We're on Calendar 7.x-3.4, and it is enabled. I don't know how to check correct installation as opposed to just being installed (again, new and this site was set up before I started).
I notice in the Modules list that Date, Date API, Date Views, etc., all 7.x-2.6, are installed but the checkboxes for Enabled are grayed out. Could that be part of the problem?
Thanks.
(Also I'm sorry I missed this earlier, I thought I'd get an email notification of any replies but that didn't happen... oops. #NewbieMoment.)
OK, I found a thread I hadn't
OK, I found a thread I hadn't seen before and tried it: https://drupal.org/node/1593882 #25 Except I don't understand the last two steps with the $ in them.
It fixed it just fine except a small hiccup with the Blocks, but I seem to have resolved that as well using Step 7 in that comment. I'm not sure if it is the best way to fix that though so any input would still be appreciated.