Just did a fresh install (actually several, which is the reason for this post) from command line on my own colocated box that has been configured to the 9s according to the LS docs. Everything is default (except local MySQL credentials) and the install was uneventful, e.g., database tables created and populated `settings_global` and `users` fine, with 0 records for all other tables. All perms were set according to the instructions.
However, please see the attached file which is a screenshot of /limesurvey/admin/admin.php. I have a hard time believing that a sophisticated program like LS would offer an admin that looks this shabby, so this is my first flag that something possibly went wrong with paths. Believing that, I changed the config.php to use a hard path instead of dirname(__FILE__); No help.
No help for what? Logging in for the first time with default admin / password! It takes me to a blank screen with "Invalid survey id" and nothing else.
Going back and entering BS passwords gives me "Incorrect username and/or password!" as would be expected. Only when I give the correct password do I get the "Invalid survey id". This particular issue doesn't come up in the FAQ. I have Googled about for some insights, none. I suppose that there is some default table data missing from my install, just not sure what. Anybody agree with this idea? Any SQL you can suggest I use to populate, if this is the matter? Thanks much.