PDA

View Full Version : Setup Problems


dfitzpat
04-03-2004, 07:28 PM
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

Brian
04-03-2004, 07:41 PM
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?

dfitzpat
04-03-2004, 08:10 PM
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.

dfitzpat
04-03-2004, 08:28 PM
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:

Brian
04-03-2004, 09:18 PM
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?

dfitzpat
04-03-2004, 09:40 PM
the showCalendar.php file is located at https://intranet.rofin-baasel.com/calendar/showCalendar.php. file system path is /www/intranet/calendar/showCalendar.php

Content of the file is as follows:

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

Brian
04-03-2004, 09:53 PM
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?

dfitzpat
04-03-2004, 10:33 PM
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.

Brian
04-03-2004, 11:16 PM
Can you PM me FTP access to the server?

dfitzpat
04-03-2004, 11:21 PM
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?

Brian
04-04-2004, 10:49 AM
Just tried to look a your setup again and I can't access the site?

dfitzpat
04-04-2004, 01:21 PM
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.

Brian
04-04-2004, 06:35 PM
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. :)

dfitzpat
04-05-2004, 08:10 AM
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.