I went through the install and was able to continue through out the install even though I was getting errors. I knew I would have problems eventually. I got to the point where I could delete the setup.php and upgrade.php files and run admin.php. When I run admin.php I get this list...
Notice: Use of undefined constant adminemail - assumed 'adminemail' in c:\inetpub\wwwroot\myred\include\mysql.php on line 16
Notice: Use of undefined constant home - assumed 'home' in c:\inetpub\wwwroot\myred\include\mysql.php on line 17
Notice: Use of undefined constant sitetitle - assumed 'sitetitle' in c:\inetpub\wwwroot\myred\include\mysql.php on line 18
Notice: Use of undefined constant domainip - assumed 'domainip' in c:\inetpub\wwwroot\myred\include\mysql.php on line 19
Notice: Use of undefined constant maindomain - assumed 'maindomain' in c:\inetpub\wwwroot\myred\include\mysql.php on line 20
Notice: Use of undefined constant mailtoadmin - assumed 'mailtoadmin' in c:\inetpub\wwwroot\myred\include\mysql.php on line 21
Notice: Use of undefined constant language - assumed 'language' in c:\inetpub\wwwroot\myred\include\mysql.php on line 22
Notice: Use of undefined constant multiple - assumed 'multiple' in c:\inetpub\wwwroot\myred\include\mysql.php on line 23
Notice: Use of undefined constant minlength - assumed 'minlength' in c:\inetpub\wwwroot\myred\include\mysql.php on line 24
Notice: Use of undefined constant maxlength - assumed 'maxlength' in c:\inetpub\wwwroot\myred\include\mysql.php on line 25
Notice: Use of undefined constant reserved - assumed 'reserved' in c:\inetpub\wwwroot\myred\include\mysql.php on line 26
Notice: Use of undefined constant forbidden - assumed 'forbidden' in c:\inetpub\wwwroot\myred\include\mysql.php on line 27
Notice: Use of undefined constant autoappr - assumed 'autoappr' in c:\inetpub\wwwroot\myred\include\mysql.php on line 28
Notice: Use of undefined constant theme - assumed 'theme' in c:\inetpub\wwwroot\myred\include\mysql.php on line 29
Notice: Use of undefined constant release - assumed 'release' in c:\inetpub\wwwroot\myred\include\mysql.php on line 30
Notice: Undefined variable: fname in c:\inetpub\wwwroot\myred\language\english.php on line 60
Notice: Undefined variable: fname in c:\inetpub\wwwroot\myred\language\english.php on line 73
Notice: Undefined variable: host in c:\inetpub\wwwroot\myred\language\english.php on line 345
Notice: Undefined variable: host in c:\inetpub\wwwroot\myred\language\english.php on line 347
Notice: Undefined index: do in c:\inetpub\wwwroot\myred\admin.php on line 68
Notice: Undefined index: adm_user in c:\inetpub\wwwroot\myred\admin.php on line 71
Notice: Undefined index: adm_pass in c:\inetpub\wwwroot\myred\admin.php on line 72
Notice: Undefined index: myredadm in c:\inetpub\wwwroot\myred\admin.php on line 78
Notice: Undefined variable: error1 in c:\inetpub\wwwroot\myred\admin.php on line 1991
Then I get the admin login below. I am able to login but when I choose an option I get the login screen again. If you couldn't tell I am running this off of my own PC for testing purposes. My PC is W2K Pro. What did I do wrong? Also this is my first time dealing with PHP and MySql. The files are located at joyandry.com/myred
Thank you