Welcome,
Guest
|
|
I\'m running xampp on a windows xp machine. When I unzipped and opened the dbConfig.php to change the db values, nothing comes up in IE with the exception of a javascript error.
Any ideas what i might be missing? I was hoping the script would work right out of the box. I noticed there is no ../css/base.css file in the css folder. |
Please Log in to join the conversation.
phillipkuo.com
|
|
Hi,
what is the error you see? Can you post the JavaScript error info? Base.css is not required for the basic version of calendar. Paste a screenshot if possible. |
Please Log in to join the conversation. Team Web2Cal. |
|
Alright, I noticed the error too.
1. The CSS File Needs to be \"Web2Cal.css\" Instead of base.css 2. There is a trailing \",\" when you initialize the calendar. IE Does not like extra \",\" I have updated the Basic Version 2.0. Please feel free to download the latest web2cal.com/component/jdownloads/summary/3/2 I have attached a screenshot of it working in IE. Once you configure, it should work out of the box. Admin |
Please Log in to join the conversation. Team Web2Cal. |
|
That fixed the inital loading.
Is the monthly view supposed to be disabled like this? And I am also getting the following error when I try to add an event: It says: An error occurred in your response function, NOT mybic related. Error Name: Type Error Message; Cannot read property \'groupId\' of undefined Line: undefined |
Please Log in to join the conversation.
phillipkuo.com
Last edit: by philltx.
|
|
Month Issue, is my Mistake. I ran a partial build and it missed Month File (Apologies)..
The second issue is coz, the calendar is unable to connect to DB. If it could have connected, you should have seen 2 groups in the group box. Please check the connection. During load monitor myBic\'s response. Or Check if you have loaded the Calendar table with values. It is specified in the readme.txt INSERT INTO calendar(calendar_id,calendar_name) VALUES (1,\'Work\'), (2,\'Personal\'); Admin |
Please Log in to join the conversation. Team Web2Cal. |
|
awesome, the Month view works now. thanks!
Still struggling with the database connection, even while using the mysql root user. |
Please Log in to join the conversation.
phillipkuo.com
|
|
I figured it out what was going on with my database problems.
the php-example/src/dbconfig.php is missing \'php\' part of the opening delimiter. its \"<?\" instead of \"<?php\" may want to update that in your demo build. |
Please Log in to join the conversation.
phillipkuo.com
|
|
I am also facing the same problem while adding the events in month view ie listed below:
An error occurred in your response function, NOT mybic related. Error Name: Type Error Message; Cannot read property \'groupId\' of undefined Line: undefined I have also checked the dbconfig file for DB connections and also Calendar table with values but still groups in the group box are empty. Thanks in advance |
Please Log in to join the conversation.
Last edit: by shirish.
|