version 5.1

After reading up on creating an interactive calendar I decided to go with the mods CCK+Calendar+Date and to end confusion, I left out the Event.module.

Followed all the instructions I could find and had no problem adding the content type. But then, my calendar would only post events on the day they were submitted. So of course I went to tweak the view. Added the view to the custom list, no problem. But, anytime I try to add the filter node: type or include a sort critiera, the system throws me syntax errors and the underlined date in the block view disappears altogether.

Does anybody know what I'm doing wrong??

tx,
zb

Drupal 5.1
Configuration file Protected
Cron maintenance tasks Last run 3 hours 48 min ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
GD library bundled (2.0.28 compatible)
MySQL database 5.0.27
PHP 5.0.5
Unicode library PHP Mbstring Extension
Web server Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b

Comments

vm’s picture

would help to know what versions of the modules are in use.

sidenote: using Drupal 5.1 is leaving your site in an insecure state, 5.2 was released to patch those security holes, including one in settings.php. I highly suggest updating your installation before you are XSS attacked.
___________________________________________________________________________________________________
The search tool on Drupal.org really does work. This message has been brought to you by the letter X. Thanks for watching! : )

zb42’s picture

Date 5.x-1.6
Calendar 5.x-1.5
CCK 5.x-1.5

I'm aware of the 5.2 release...I just made a new install to test out this interactive calendar idea.
Do you have any idea why I'm throwing syntax errors everytime I try to sort or filter?
And what's the difference anyway, why should I have to sort and filter?

I just want the item I post to go onto the actual date it's suppoesed to occur, not the date that the item was posted.

tx,
zb

vm’s picture

I believe you are missing the views.module for the functionality you seek. At least it's missing from your list.

you are also using an insecure release of CCK , which has been updated to 1.6
___________________________________________________________________________________________________
The search tool on Drupal.org really does work. This message has been brought to you by the letter X. Thanks for watching! : )

zb42’s picture

silly rabbit, try try again......and then read the instructions:

http://drupal.org/node/133341

zb42