Thanks scrupul0us. I will change the config file.
I am seeing a bunch of other issues with POG setup, that may be my inexperience with it, but here is a list of issues.
I needed to search all files and change the php tags, they were all short tags (IE <? to <?php).
Also, I had a lot of issues with this usage of php (which I am not familar with) <?php= (and then the code). I changed them to just <?php and the errors went away, but on the pog index page, I now get a second set of input fields right below the first set.
One set is '<select id="type_1" name="type_1">' and the second is '<input id="ttype_1" name="ttype_1">'.
Also, I had to search and replace a bunch of paths that were incorrect or missing.
IE I had to change the directory called setup_factory to setup, it was set as
setup/authentication.php in the config.
I also had to change data_initialization/read_dump_lib.php to setup/data_initialization/read_dump_lib.php since that is where these files were located I unzipped them.
Note, I did not change any settings, naming conventions or file locations during or after the setup.
I am still debugging all the missing includes, etc. Thoughts?
Thanks again,
Don