When I installed the latest version on the server (WAMP) the installation script did not fire when I went to
www.presidentialinauguration.org/limesurvey/admin and the page would not resolve.
I was able to get the site up and running by copying and pasting the SQL script create-mysql.sql into the MySQL admin GUI. Next, I had to create the admin user manually by reviewing your code to find out how it was created. This enabled me to log in and create surveys.
However there are a few remaining issues that need to be resolved:
1) The survey's load SLOW. It takes 10 seconds for the survey welcome screen to appear. After that it is quick. See
www.presidentialinauguration.org/limesur...x/sid/593384/lang/en
2) It is obvious the tables are not fully populated with their required fields. The following Activate Survey options, when selected, cause SQL Serrors and I am shown what looks like an apache screen with the SQL error:
Date stamp? Save IP address? Save referrer URL? Save timings?
However I just tested this again and the problem seems to have gone away. So how can I fix teh SLOW issue?
Thanks!