oh cool thanks in advance,
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
- Previous 10 entries
- 1
- 2
- Page 33(current)
- 4
- Next 10 entries
Just checked in a patch. Run an SVN update and let me know the results.
Hi UncleCheese,
great module!!
I downloaded this module svn co http://svn.codespaces.com/bluehousegroup/event_calendar.
Calender Page works well, but always when I try to put a new CalendarEvent, I've got a frontend Mysql Database error.
I saw there was a syntax error in Calender.php on line 184:
"StartDate ASC, StartTime, ASC, EventID ASC",
now it works with:
"StartDate ASC, StartTime ASC, EventID ASC",
Maybe I downloaded a wrong module?
greets dontDoIt
You may have checked it out in the three-minute window that I had a syntax error there. Try another check out and let me know if you get an update. Sorry about that.
i just get a huge silver stripe error now, if the old version works in the root dir it will be ok, i was just testing on localhost which is a sub dir. seems to be same error as tzeller was getting in the other thread i think
That error comes from having previously installed the Calendar module. It corrupts the CalendarEvent table. Did you have the calendar module installed at any time before the event_calendar module?
Hi Uncle Cheese,
Just letting you know that I checked out the event_calendar out this morning and the syntax error is still there online 184 of the calendar.php file.
Cheers
Chucky
Sorry. Not sure why that last one didn't take. Should be all set now. Thanks for letting me know.
- Previous 10 entries
- 1
- 2
- Page 33(current)
- 4
- Next 10 entries