I'm having a major problem with this module that I can't seem to fix.

I upgraded from 4.5 which worked great, to 4.60 which doesn't work so great. While users can submit events and have them displayed as text on the block, the calendar (and associated table function) are completely broken.

Clicking on the calendar view gets a nicely displayed calendar, however no events are displayed.

Visit http://2cd.lonseidman.com and you can see the problems I am experiencing.

Comments

AndrewC-1’s picture

I've got the same problem on a new (clean) installation of 4.6. I've spent about two hours reading and rereading notes and forum comments on configuring the event module, but don't seem to be able to create an event node. Either the documentation is missing some critical information, or something is not working.

I am also working on an upgraded 4.5.1 --> 4.6.1 site, and have the same problem--no way to create a calendar event, despite much work trying various things.

dtan’s picture

AndrewC, your problem is different than the original post. I would request help in the support forum.

dtan’s picture

After some digging, you'll notice that if you load a date and type with your calendar view, you will see the nodes. http://2cd.lonseidman.com/?q=event/2005/07/06/month/flexinode-5

Notice the flexinode-5. By specifying nothing ie q=event, you should get an 'all' parameter for the type, which is pulled from your database. I would suspect that your database is missing the variable.

try

SELECT *
FROM `variable`
WHERE `name` LIKE 'event_nodeapi_%'

in your database and see what comes up. I suspect nothing or the variable event_nodeapi_flexinode-5 is set as only.

Go to the event type configure:
http://2cd.lonseidman.com/?q=admin/node/configure/types/flexinode-5

Mark 'Show in event calendar' as all, never or only. . .

Let me know if this fixes it. . . I will try to produce a patch (if one is needed).

dtan’s picture

Assigned: Unassigned » dtan
dtan’s picture

Problem was resolved due to 'only' configuration setting in content type. Tested w/ latest event-update.php script and script updates to all. . .so no longer an issue.

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)