PDA

View Full Version : Install Problems


Venturous
01-25-2006, 11:18 PM
I installed an earlier version of this to another website and it works fine. I am trying to install the current version to another website and am having nothing but headaches with this. Yes, we purchased a separate licence for the other site. The other site uses the same web host.

Here are a few things I am having trouble with. Thought I'd throw these out there before deleting this and trying to start over.

1. After I did the initial set-up, I tried to build my calendar pages as I did on the other site. The pages come in OK except I get a stupid small calendar in the upper left of each page that I don't want. How do I get rid of that???

2. On the Events page, no calendars display like they do on the other site. Any idea why?

3. The set-up section worked fine. Then I added the first event which appear to go OK, but since, when I try to access set-up I get this message:

Fatal error: Call to undefined function: overlib() in /functions/categories.php on line 236

Brian
01-25-2006, 11:26 PM
1) Do you have a link to the page? It sounds like you may have added an extra calendar call.

2) Is this site on a temporary domain?

Venturous
01-26-2006, 12:38 AM
Sure, here is a link to the site that works using an earlier install probably a version or two back:

http://www.venturers.org/Events_Calendar/allview.php

Here is the same attempt on the second site with the current version:

http://www.scrcberkeley.com/Events_Calendar/allview.php

Here is the code that I use for this page:


<?php
include ("scrc358_header.html");
?>

<center>
<?php
$TOC=1;
require ("calendar.php");
?>
</center>
<br clear="left">
<table width="95%" align="center" border="0">
<tr><td width="99%" align="left" valign="top">
<?php
// SHOW LISTINGS MODULE
// $epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$DF = "M jS, Y (D)";
$template="modern.php";
require("calendar.php");
?>
</td><td width="210" align="left" valign="top">
<?php
$MULTI=1;
$epcMultiWidth = "200px";
$epcMultiPad = 10;
$epcMultiNav = "200px";
$epcMultiCol = 1;
$epcMultiRow = 3;
require("calendar.php");
?>
</tr></td></table>
<br>

<br><br>
<?php
include ("scrc358_footer.html");
?>


The only difference in the above code in the two sites is the included header and footer included files.

Question. Could I overwrite the files on the new site with all the files from the calendar install on the working site and then put the new license file back in? Might be easier.

ve9gra
01-26-2006, 07:58 AM
Seems like there's either a problem with your installation, or something is not working properly somewhere....

Something like this should never happen...

Venturous
01-26-2006, 08:05 AM
Yep, never seem it like that on my first site install, but this one looked like this from the beginning. Might be best for me to delete this install and try again..

Brian
01-26-2006, 08:39 AM
If you'd like, please open a support ticket and I will try to upload the files to see what may be happening.

Venturous
01-28-2006, 07:12 AM
Well, I decided to delete all the files from the server and start over. I have no earthly idea what I did wrong the first time, but the second attempt went off without a hitch. It is working well just like my other site did. Thanks!