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

Old 04-03-2004, 07:28 PM   #1
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

I've tried and can't for the life of me figure out why this isn't working. Downloaded the full version (without copyright etc...) of 5.2. When opening the setup page to change configuration options, the setup shows the calendar, but nothing below it. I noticed that the page itself is not complete and ends with a /p tag. Obviously I can't execute the normal setup page for config adjustments... Editing the config.inc.php file works, but I'd like to be able to adjust settings the right way. There are links to the setup and admin pages on the referenced like below.

PHP info located at: https://intranet.rofin-baasel.com/calendar/phpinfo.php
PHP version: 4.1.2-7
Server: Red Hat Linux 7.3
Apache version: 1.3.23-11
Calendar located at: https://intranet.rofin-baasel.com/calendar/
Usernames for Setup and Admin: admin/admin

Does anyone have any suggestions? :unsure:

-dan
 

Old 04-03-2004, 07:41 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Just checked out your site.

Have you made any modifications to the code?

Does your server "rewrite" index.XYZ files?

When I view the demo.php file, everything is correct (including the title which is missing from the other pages). The pop-up (not mouse-over) windows work correctly as well. But any page named index.php has some sort of issue which points to a configuration setting on your web host's server?
__________________
-- Brian

Questions?

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

Old 04-03-2004, 08:10 PM   #3
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

the server is mine and is a vanilla config of PHP at this point. I am using modrewrite for URL's, but not on individual files. but now that i think about it, i might need to tweak that slightly... within apache, mod_dir.c is enabled and is configured to allow index.html index.htm index.shtml index.php among others as the default directory index.

and there are no mods to the code. even if i start over and copy the files back over to the server, running the setup allows me to config the username/pwd, but i am still not presented with the config options.
 

Old 04-03-2004, 08:28 PM   #4
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

BTW: what do you see that is incorrect about any file named index.php? from what I can tell the server is loading it as it should? the calendar located at http://intranet.rofin-baasel.com/calendar/ is loaded by a file named index.php as well. everything else appears to work correctly, i just can't get the setup form to properly load...

i'm very confused! :blink:
 

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

The output of the index.php files look better now (they have titles) but I don't know why the setup script would not complete it's execution...

What are you paths set to in showCalendar.php?
__________________
-- Brian

Questions?

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

Old 04-03-2004, 09:40 PM   #6
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

the showCalendar.php file is located at https://intranet.rofin-baasel.com/ca...owCalendar.php. file system path is /www/intranet/calendar/showCalendar.php

Content of the file is as follows:

$serverPath="/www/intranet/calendar/";
$urlPath="/calendar/";
 

Old 04-03-2004, 09:53 PM   #7
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

I can't seem to access this site except via HTTPS (and not HTTP). Can you check to see what happens if you use HTTP?
__________________
-- Brian

Questions?

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

Old 04-03-2004, 10:33 PM   #8
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

reconfigured apache to allow http. undid the mod_rewrite for any of the intranet url's. configured firewall to allow http from outside... still no apparent change. i'm really at a loss.
 

Old 04-03-2004, 11:16 PM   #9
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Can you PM me FTP access to the server?
__________________
-- Brian

Questions?

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

Old 04-03-2004, 11:21 PM   #10
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

corporate machine... can't do that. besides, FTP is not set up on that machine. anything else I can do to make it easier for you?
 

Old 04-04-2004, 10:49 AM   #11
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Just tried to look a your setup again and I can't access the site?
__________________
-- Brian

Questions?

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

Old 04-04-2004, 01:21 PM   #12
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

sorry, after http didnt work, i put it back on ssl... https://intranet.rofin-baasel.com/calendar/. i just adjusted the security again to allow access from off site.
 

Old 04-04-2004, 06:35 PM   #13
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Without FTP access, it would be very difficult to determine what may be causing your specific issue which I have not seen before.

However, it appears that everything else is functioning as expected. If you can manually adjust the config file then you should be able to continue using the script.

If you have any recommendations on ways we can work on this, please send me a PM.
__________________
-- Brian

Questions?

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

Old 04-05-2004, 08:10 AM   #14
dfitzpat
Calendar User
 
dfitzpat is offline
Join Date: Apr 2004
Posts: 8
Default

I understand. I just thought it was odd that it was the only page not working. I've pretty much resolved to edit the config by hand for now. Besides, once it is up and running, I shouldn't have to make too many adjustments to the config anyway. I appreciate all your suggestions though.
 
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
Problems with Ion Cube and php 4.3.10 + Kevin Sours General Support 1 05-12-2005 03:23 PM
Installation Problems: jefe18 General Support 14 03-27-2005 11:55 PM
Blank page in setup WarlockInc General Support 11 01-27-2005 01:11 AM
Setup problems DraconicCat General Support 6 11-23-2004 08:43 AM
Problems with time in the Netherlands hansdezwart General Support 2 07-17-2004 02:10 AM



All times are GMT -4. The time now is 10:11 AM.


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 |