PDA

View Full Version : 2 Questions regarding post-installation


Feuer
08-16-2006, 12:38 AM
I ran the script, it reported everything ok for ioncube install.
I downloaded, ran the auto install it seemed to work fine, and then it asked me to create the master user and password. I did so but when I return to setup the password is invalid. After many tries I removed and reinstalled and had my wife watch me create password to make sure I didnt screw up. Again, same issue, it does not except that user and password when I try to enter setup. If it matters I purchased a license and entered the key as well.
Can you advise where I am making the mistake?

The second thing is, all I want is a simple blank page with the calendar and nothing else. I made a blank page in Frontpage, and added the following:
<head>
----all the generic frontpage stuff here----
<?php $CSS=1; require("calendar/calendar.php"); ?>
</head>
<body>
<?php $TOC=1; require(calendar/calendar.php") ?>
</body>

I just get a blank page. My path is www.mydomain.com/calendar (http://www.mydomain.com/calendar) and I am able to view the /setup and /event pages with the password issue stated above. I also tried renaming the page to a .php instead of .htm with no change. Is there something else I am overlooking?

Ultimately I wanted to display the calendar within a frame because the site was done in frontpage with a theme no one wants changed. I was able to get it to display the demo calendar in this method however I would be satisified with just getting it to work at all since I purchased it.
Any help or suggestions would be greatly appreciated.
Thanks

Brian
08-16-2006, 10:29 AM
How do you know it's not accepting your password?

Did you check the config.inc.php file for the login credentials?

Feuer
08-16-2006, 06:04 PM
Well, when I type the username and password and click login nothing happens except that it clears what I typed and refreshes the login page.

I

Feuer
08-16-2006, 06:11 PM
Ok checked the files as you suggested...oddly enough I have a key on my keyboard that is sticking the username has about 4 of the first letter in the front of it so that problem is resolved.

Do you have any suggestions about where my issue might be with actually getting it to display? (i pasted the info in first message)

Thanks

Brian
08-16-2006, 06:11 PM
Please open support ticket with the URL and login information for your Setup Manager and attach the config.inc.php file from the calendar directory on your server.

If you can, also include a link to the test script on your server.

Brian
08-16-2006, 06:15 PM
I'm assuming the demo.php file dispalys correctly?

You're using FrontPage? Are you sure it's not inserting extra characters in the PHP sections of code?