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


Go Back   Easy PHP Calendar > General Discussion > Installation / Upgrade Questions

Installation / Upgrade Questions Questions or issues concerning the installation of the Easy PHP Calendar script.

Closed Thread
 
Thread Tools Search this Thread Display Modes

Error on Calendar page
Old 05-03-2006, 01:22 PM   #1
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default Error on Calendar page

When I try to view the calendar I get this error...Parse error: syntax error, unexpected T_VARIABLE in /home/.hamster/rleffler/rolcsoe.com/calendar.php on line 14

This is the address - http://www.rolcsoe.com/calendar.php
 

Old 05-03-2006, 05:35 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

Is this a new install?

Is this a page where you've integrated the calendar?
__________________
-- Brian

Questions?

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

Old 05-03-2006, 06:05 PM   #3
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

Yes, I installed the demo first and then paid and entered the number.
I'm trying to install it in a big table on that page.
I have an older version of the calendar running on www.rolcweb.com .
I had to get you to get it working. It doesn't look like I'm any smarter now.
I want to do the "text on Calendar" with popups that will fill most of the page.
I also want to just use flatfile.
My old email was rleffler@riveroflifechurch.net for the other calendar
 

Old 05-03-2006, 06:07 PM   #4
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

Can you zip and attach your http://www.rolcsoe.com/calendar.php file to this post or to a support ticket?
__________________
-- Brian

Questions?

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

Old 05-03-2006, 06:23 PM   #5
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

See if that worked.
 

Old 05-03-2006, 06:47 PM   #6
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

I think you've sent me the calendar.php file from the calendar directory. I need your calendar.php file as it's the one with the error.
__________________
-- Brian

Questions?

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

Old 05-03-2006, 07:34 PM   #7
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

Brian,
Please check the ticket I sent.
 

Old 05-04-2006, 09:24 AM   #8
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

I've replied to your ticket. Seems there was a space missing in one of the commands on your page.
__________________
-- Brian

Questions?

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

Old 05-04-2006, 10:18 AM   #9
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

I saw that missing space and corrected it. It looks right on the server, but I'm still getting the error message.
 

Old 05-04-2006, 10:47 AM   #10
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

What is on line 14 in that file?
__________________
-- Brian

Questions?

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

Old 05-04-2006, 10:58 AM   #11
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

OK, I went back and looked at line 14 and fixed it. Now I have this error -

Warning: require(/rolcsoe.com/calendar/calendar.php) [function.require]: failed to open stream: No such file or directory in /home/.hamster/rleffler/rolcsoe.com/calendar.php on line 3

Fatal error: require() [function.require]: Failed opening required '/rolcsoe.com/calendar/calendar.php' (include_path='.:/usr/local/php5/lib/php') in /home/.hamster/rleffler/rolcsoe.com/calendar.php on line 3



This is what is on line 14 - <td><div align="center"><?php $TOC=1; require("/rolcsoe.com/calendar/calendar.php"); ?></div></td>
 

Old 05-04-2006, 11:06 AM   #12
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

Just use require("calendar/calendar.php"); for the path.
__________________
-- Brian

Questions?

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

Old 05-04-2006, 11:21 AM   #13
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

OK, now I have - Server Path Error.
Please run the Setup Manager to correct this problem.
 

Old 05-04-2006, 11:23 AM   #14
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

Did you run the Setup Manager?

Check the paths in the calendar.php file and make sure they are correct.
__________________
-- Brian

Questions?

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

Old 05-04-2006, 11:38 AM   #15
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

Sorry, I don't how to get to or to run set up manager. Which set up manager? All I have done so far is to unzip and upload the files for the calendar for Zend. I used Ipswitch and uploaded the files that called for it with forced binary. I changed the permissions like the instructions and I changed the dreamhost settings from php 4 to 5.

Do you think I need to just start over?
 

Old 05-04-2006, 12:36 PM   #16
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

Alright! The calendar is on the page!
Did you do that or did I?
I remembered that I had been to that set up page before. I went back and it said the links were updated.
 

Old 05-04-2006, 01:42 PM   #17
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,879
Default

Glad you got it going!
__________________
-- Brian

Questions?

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

Old 05-04-2006, 02:12 PM   #18
rleffler
Calendar User
 
rleffler is offline
Join Date: May 2006
Posts: 10
Default

Thanks Brian for your help and patience. I really appreciate it!

God Bless!
Rudy
 
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
Calendar Only shown on home page stmpspaz General Support 4 09-02-2006 06:35 PM
Two calendar views on a page, but only want mouseovers in one ldakers Customizations (Themes / Templates) 3 01-12-2006 08:51 PM
setting up a mambo page just for php calendar flyingMoose General Support 6 10-17-2005 12:22 AM
Newbie problem getting calendar in web page Ian Cook General Support 4 05-31-2004 07:00 PM



All times are GMT -4. The time now is 05:11 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 |