[QUOTE=pappy;24490]I have deployed 4 apps with no problems so far. But with the current one I’m having a huge problem getting it
to act right. Once I’ve deployed, I try to login with the “1st run” script, and I get a blank screen.
Databases are deployed and functional. all of the code is deployed, what can I be missing?
TIA
Pappy[/QUOTE]
Several options. One thing to look at is the configuration of your host. Is there a .htaccess preventing access. Are there other configs involved. This is one of the reasons why I always deploy on a wamp installation locally on my network. If it runs there then I deploy to the main server. If it has issues I know that it’s a config issue.
You could put your phpinfo.php on the directory your SC is supposed to run from and try to run it.
Just a few options.