5
Yes, I can get to the database via phpmyadmin, so if someone has something I could try there, I'd appreciate hearing.
Here are some new clues....
I wanted to check to see if the blank page represented a php error which might cause the php to die, or if the page was executing fine but was just not coming up with anything to put on the screen. To test this, I added:
echo "this page is OK"; to index.php... and my blank page now came up saying "this page is ok". So index.php seemed to be a happy page. Noting that index.php has a call to mainfile.php, I added the same echo statement to that file... and again, the text printed to the screen. My admin.php file comes up blank, too, so I added the echo statement to that one, and also to the included file called cp_functions.php... and again, my test text printed to the screen.
One additional clue... I repeated the installation process and noted one quirky thing at the very end. It said:
Your site
Click HERE to see the home page of your site.
Way to use
[not yet]
Support
Visit XOOPS.org
Why does it say "Way to use [not yet]"? Is that normal behavior or is that telling me something?