Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

Database key mismatch error.
Old 09-06-2004, 04:45 PM   #1
Meadowlark
Calendar User
 
Meadowlark is offline
Join Date: Sep 2004
Posts: 3
Default Database key mismatch error.

Just downloaded and installed this morning... (very nice calendar by the way). Seems to be working fairly well with the following exception...

When trying to display multiple months (6) on a single page I get the following error:

.::Easily Simple Calendar::.
Database key mismatch error.
Please run the Event Administration
module to correct this problem.


The error only seems to appear after adding multiple events into the calendar, and only in events following the current month. ie: I can add 3 events into Sept with no errors, but when adding another event into Nov I get the error.

I've tried both running the event administrator, and also destroying the table and recreating with the setupSQL.php file, but am still having the same problem.

I believe it is in the database, and not the script, since it is showing up in both my page, and the demo6.php example.

here is my page:
http://www.rentmesunriver.com/availability.php

and here is the demo6 page
http://www.rentmesunriver.com/escal/a6.php

Thanks in advance for the help.
 

Old 09-06-2004, 05:38 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Is this the full version 5.7?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Yes, the full version 5.7
Old 09-06-2004, 05:45 PM   #3
Meadowlark
Calendar User
 
Meadowlark is offline
Join Date: Sep 2004
Posts: 3
Default Yes, the full version 5.7

Yes, the full version 5.7
 

Old 09-06-2004, 07:12 PM   #4
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Let me work on something...
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 09-06-2004, 07:19 PM   #5
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

I made a change to the distribution files. Try downloading the files from the clients page then upload only the functions directory overwriting the existing files.

Let me know if this works...
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

bingo
Old 09-06-2004, 07:50 PM   #6
Meadowlark
Calendar User
 
Meadowlark is offline
Join Date: Sep 2004
Posts: 3
Thumbs up bingo

eureka ... it's alive!

looks like it's working. Thanks Brian.
 

Old 01-12-2005, 02:50 PM   #7
ki4hij
Calendar User
 
ki4hij is offline
Join Date: Jan 2005
Posts: 4
Default

I just downloaded the Calendar software today from the website and installed it into PHPNuke as per the instructions on the forum. (I'm very impressed at how well written the instructions were by the way).


I'm getting this same error on my site now:

.::Easily Simple Calendar::.
Database key mismatch error.
Please run the Event Administration
module to correct this problem.


My site is located at http://geoham.ki4hij.com
I'm still evaluating the software and haven't purchased iet yet, but based on what I've seen so far if I can get this issue resolved I most likely will purchase it and recommend it to some other folks as well.
 

Old 01-13-2005, 09:27 AM   #8
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

What happens when you run the admin and rebuild the keys?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 01-13-2005, 09:34 AM   #9
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

After looking at your site a bit, I noticed it's about Geocaching! I have 130 finds myself and started caching this past May.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 01-13-2005, 09:43 AM   #10
ki4hij
Calendar User
 
ki4hij is offline
Join Date: Jan 2005
Posts: 4
Default

When I click on the "click here for Event Administration" link and log on I don't see any options to rebuild. However, if I add an event I get the error:
.::Easily Simple Calendar::.
Database key mismatch error.
Please run the Event Administration
module to correct this problem.

>> Click Here to regenerate event keys. <<


At this point I click the link to regenerate the event keys. It says that it is regenerated. However, when I go back to my home page the error is still there. Maybe I've installed something incorrectly somewhere. I followed the instructions as closely as I could but my have missed a step somewhere?

Glad to hear you're a fellow geocacher! Its pretty addictive! We've been caching for a little over a year now and still enjoy it.

Thanks,

Dave aka "Bamageek"!
 

Old 01-13-2005, 10:24 AM   #11
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Wow! You have quite a few finds there!

Can you view the included demo.php file and it not generate errors? Does the Event Administrator work without errors (so it's only when you view it while integrated into your web site)?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 01-13-2005, 03:52 PM   #12
ki4hij
Calendar User
 
ki4hij is offline
Join Date: Jan 2005
Posts: 4
Default

Yep, demo.php seems to work fine!

http://www.ki4hij.com/geoham/escal/demo.php

I guess it must have something to do with either the block-calendar.php or the custom_head.php then.

custom_head.php looks like this:
<?php
// Custom head section to include the ESCal CSS
$CSS=1; require ("escal/showCalendar.php");
?>

block-calendar looks like this:

<?php
if (eregi("block-Calendar.php", $_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
ob_start();
$OL=1; require ("escal/showCalendar.php"); //required if you're going to use overLib
require ("escal/showCalendar.php"); //the line that shows the calendar
// What's following is the section required for the listing
// Uncomment if you want the listing to appear.
// You will have to modify the escal/templates/monthly.php file accordingly
// so that it fits in your site.
//$LIST=1;
//$DF = "D - M d";
//$template="monthly.php"; //just specify the name of the template - no path!
//require ("escal/showCalendar.php"); //display the list of events
$content = ob_get_clean();
?>
 

Old 01-13-2005, 03:55 PM   #13
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Yes, then it would have something to do with how it was integrated. The paid version does not require these "keys" and should work as expected.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 01-13-2005, 03:59 PM   #14
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

FYI, those keys are tied to your domain name and IP address of the server. If you change either or access the calendar through another name or IP, it will give this error...
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 01-13-2005, 04:16 PM   #15
ki4hij
Calendar User
 
ki4hij is offline
Join Date: Jan 2005
Posts: 4
Default

OK thanks for your help. I'll order the license and see what happens. My domain is parked on another one so I hope that won't cause a problem with those keys!

Dvae
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Database key mismatch error. Stridey General Support 1 03-17-2005 12:29 PM
Mismatch error message in demo file reynoldr@aaps.k12.mi.us General 4 10-21-2004 11:59 AM
Database key mismatch error slyeli General Support 1 09-24-2004 08:47 AM
Database key error jasonabc General Support 6 09-04-2004 04:41 PM
an error writing to the flat-file database 'esdates.txt' Squirrel General Support 12 07-28-2004 12:02 AM



All times are GMT -4. The time now is 06:01 PM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |