Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: rgarrison on May 02, 2008, 03:16:51 AM

Title: Calendar Events thru ssi
Post by: rgarrison on May 02, 2008, 03:16:51 AM
I am running 2.0 Beta 3.1 Public on my production site it rocks.  I did however find an issue with the ssi I can't figure out.

On our main page: http://www.crossroadsparanormal.com/CP.htm (http://www.crossroadsparanormal.com/CP.htm) the upcoming calendar events just show: Upcoming Events: , ,

Yet the calendar has upcoming events: http://crossroadsparanormal.com/forum/index.php?action=calendar (http://crossroadsparanormal.com/forum/index.php?action=calendar)  And we have the admin section set to show 7 days worth of events.

Do I have something set wrong? It worked in 1.4
Title: Re: Calendar Events thru ssi
Post by: Jade Elizabeth on May 07, 2008, 12:54:26 AM
http://crossroadsparanormal.com/forum/ssi_examples.php <your SSI has this too. Did you install any modifications? Are there any errors in the logs?
Title: Re: Calendar Events thru ssi
Post by: rgarrison on May 07, 2008, 10:43:36 AM
No errors in the error logs.  I have uninstalled all modifications and it still was like that.
Title: Re: Calendar Events thru ssi
Post by: Jade Elizabeth on May 07, 2008, 10:50:49 AM
I hate SSI problems, I never know what to do, and I had one.


Since you have no mods now and if you have no coding edits, would you mind trying to reupload the sources, and the ssi_examples files again? It might help, it might not, we'll hope it does :D.
Title: Re: Calendar Events thru ssi
Post by: rgarrison on May 07, 2008, 11:18:55 AM
I removed the mods, uploaded all the sources files, uploaded the ssi examples.  Same exactly thing.
Title: Re: Calendar Events thru ssi
Post by: Jade Elizabeth on May 07, 2008, 01:54:50 PM
This is very strange, I will ask someone else to come and help you. I thought maybe there would be an error thrown and I could fix it, but there isn't.

Can you check the website error log for me please?
Title: Re: Calendar Events thru ssi
Post by: Kindred on May 07, 2008, 02:04:48 PM
well, first of all... what code are you calling for ssi_todaysCalendar?


second... are those events in the PUBLIC access? (it looks like there are three events trying to be loaded, but the syste, is getting a blank for the information.)
Title: Re: Calendar Events thru ssi
Post by: rgarrison on May 08, 2008, 10:22:01 AM
I am using the todaysCalendar and it shows the incorrect way on the ssi_examples.php and ssi_examples.shtml also.

It shows that way even if I am logged in and go to the home page.  But is shows correctly on the board index.  http://www.crossroadsparanormal.com/forum/ssi_examples.shtml (http://www.crossroadsparanormal.com/forum/ssi_examples.shtml)

All events in the calendar are open to guests.

Error log still shows no errors.
Title: Re: Calendar Events thru ssi
Post by: Kindred on May 08, 2008, 12:46:54 PM
yes... I can *SEE* the fact that the system recognizes that there are (now) 2 events to be listed, but it does not list those events.

Please post the EXACT code lines that you are using to call ssi_todaysCalendar
Please make sure that you have uploaded a CLEAN copy of SSI.php
Title: Re: Calendar Events thru ssi
Post by: rgarrison on May 08, 2008, 01:39:34 PM
I downloaded the new full install of SMF 2.0 Beta, uploaded the SSI.php.  I still have the same results.

Here is the code I am using to call the calendar:  <!--#include virtual="./forum/SSI.php?ssi_function=todaysCalendar" -->
Title: Re: Calendar Events thru ssi
Post by: Jade Elizabeth on May 08, 2008, 03:57:37 PM
Just a hunch...try
Admin > Maintenance > find and repair any errors
Title: Re: Calendar Events thru ssi
Post by: rgarrison on May 08, 2008, 04:33:28 PM
I thought of that and just ran it again:
Congratulations, no errors found! Thanks for checking.
Title: Re: Calendar Events thru ssi
Post by: Pratt on May 12, 2008, 06:26:41 PM
Perhaps it has something to do with this: (....) ?
Edit: I meant: http://www.simplemachines.org/community/index.php?topic=231105.0
Title: Re: Calendar Events thru ssi
Post by: rgarrison on May 12, 2008, 08:07:39 PM
Quote from: Pratt on May 12, 2008, 06:26:41 PM
Perhaps it has something to do with this: (....) ?
Edit: I meant: http://www.simplemachines.org/community/index.php?topic=231105.0

Yes that was it, thank you so much.