Welcome,
Guest
|
|
I have downloaded the basic version of Web2Cal calendar ie available for free,when i try to create event in month view i am getting the following error in alertbox:
- An error occurred in your response function, NOT mybic related. Error Name: TypeError Message:evObj.group is undefined Line: 11 Group selectbox is not getting populated with DB values nor L.h.s has the calendar hide/show,i wanted to know how to check whether db connection is successful,also is it that some files are missing in the basic version??? Anybody having any idea about this error,or is it add/edit/delete events don\'t work with basic version.Please revert back soon Thanks in advance |
Please Log in to join the conversation.
Last edit: by shirish.
|
|
above issue got resolved,i commented the include(db_config) file and included the following line
$db = new db(\"root\", \"password\", \"web2caldemo\", \"localhost\"); in getevents/createevent/deleteevent/updateevent |
Please Log in to join the conversation. |