PDA

View Full Version : Installation/License Issues


siteontime
09-26-2009, 03:45 AM
Hi - I have installed the calendar and it running but have a few questions/issues that I hope you can help with.

1. I get the following license error intermittently in firefox only, not in internet explorer License Key Error.
[Running in limited mode] [Help (http://www.easyphpcalendar.com/forums/../keyError.php)]

2. The edit event and delete event buttons that show up in the pop up calender are missing and do not work when I click on them. The edit button just refreshes the page and the delete button produces a javascript object required error message.

3. Is it possible to install the calendar in more than 1 folder on the same domain?
4. If you are in the event manager is there anyway to return to the calendar page or is there anyway to add a link back to the calendar page?

Thanks for your help.

Jennifer

ve9gra
09-26-2009, 08:45 AM
1. The license matches both the domain name and the IP address (from what I remember), so if you're accessing the calendar from different domain names, that's to be expected.

2. If you're seeing those buttons outside of the Event Manager, it is a bug that is introduced when you're using the Event Manager inside of a session. If your session variables are kept alive by an outside process (a CMS for example), then it is possible that you will be presented with those buttons, but they're not meant to work outside of the Event Manager.

3. Yes it is, but you will have to be careful about the paths and the database setup. You would have to do some manual tweaking to make it work.

4. Yes, you can add HTML code in headerCustom.inc.php in each of the /events/ and /setup/ folders.

siteontime
09-26-2009, 12:08 PM
Thanks for the information. The license is on the same domain and the license error is intermittent and only in firefox. I cannot figure out what causes is to appear and what causes it to disappear.

How can I make the background of the event manager white?

ve9gra
09-27-2009, 01:59 PM
The Setup Manager and Event Manager both use the system theme. It is not recommended to make changes in that theme, but if you do, make sure that you do keep an original copy in case you run into troubles.

It's very strange that it's only showing up in Firefox... perhaps a cache issue?