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
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