Ajax Event Calendar Support Product Page

Answered

Event Calendar Question - Second Request

Asked 19 Feb 2010 01:26:12
1
has this question
19 Feb 2010 01:26:12 Mike Hicks posted:
Ok - so I followed the instructions on how to create an AJAX based calendar - created the table in MySQL with the appropiate fields and manually put in a test event. I created the calendar page and added the AJAX feed and uploaded the calendar_ajax & ScriptLibrary folders and the calendar page to the website and nothing appears - what am I missing here? Is there something else I should do?

Edited by - Mike Hicks on 19 Feb 2010  01:26:32

Replies

Replied 19 Feb 2010 09:24:33
19 Feb 2010 09:24:33 Teodor Kuduschiev replied:
Hello Mike,

Could you please provide a link to your page?
Replied 19 Feb 2010 20:34:57
19 Feb 2010 20:34:57 Mike Hicks replied:
on its way
Replied 26 Oct 2011 12:29:47
26 Oct 2011 12:29:47 Jeff Spijkers replied:
I am having the same issue.

The calendar works perfectly in Dreamweaver, and also on my localhost testing server no issues at all, but when I put the page live, it does not retrieve any events at all. just an empty grid.

You can view the page here:
www.gddvn.com/alps/events.php

I'm really getting frustrated.
Replied 26 Oct 2011 15:59:27
26 Oct 2011 15:59:27 Teodor Kuduschiev replied:
Hello Jeff,

What i see as a problem on your page is:


Table 'alpsdb.calEvents' doesn't exist

Replied 30 Oct 2011 08:57:22
30 Oct 2011 08:57:22 Jeff Spijkers replied:
But I checked the database and the table calEvents does exist. it is there and all the events are present in the table.

I'm slightly confused here...

I will check my connection script to see if the problem is there...
Replied 30 Oct 2011 09:19:38
30 Oct 2011 09:19:38 Jeff Spijkers replied:
I found the problem. It is a definite bug in the extension.

When I first inserted the calendar, I used the extension to create the tables in my database. it created a table called 'calevents' which seemed to work fine on my development machine in both Dreamweaver and my localhost testing server, but the live server on my hosting companies servers it stopped working.

So I had a closer look and found in the file called 'calendar_get_events1.php' the extension was looking for 'calEvents' table which could not be found because on the live server, MySQL table names are case sensitive, so by inserting the capital 'E' in the table name in the calendar_get_events1.php file, the code was broken.

I think DMX Zone should release an immediate update to correct this bug.

I renamed the table on the live server to 'calEvents' and now it's working perfectly.

Thanks for pointing me in the right direction.
Replied 03 Nov 2011 16:46:40
03 Nov 2011 16:46:40 Teodor Kuduschiev replied:
Hello,

We are going to check this issue and notify you as soon as we find the problem.
Replied 08 Jan 2012 00:18:15
08 Jan 2012 00:18:15 nick Jewett replied:
I have created a new page with the calendar 98.130.211.215/~dan/test.php

It does not display and of the existing events. the line at the bottom is from the table so I think the connection is OK.
Replied 09 Jan 2012 10:20:39
09 Jan 2012 10:20:39 Vulcho Vulev replied:
Hello Nick Jewett.

Seems like you are missing arguments in "calendar_get_events2.php" on line 46 of your code.

Reply to this topic