Windows, IIS 6, PHP 5.3
I tried upgrading to 2.00 but encountered the previously-reported looping issue, so backtracked to 1.92 (replaced old files, reloaded old database).
Now I am getting:
Fatal error: Cannot redeclare class limesurvey_lang in C:\Inetpub\wwwroot\membersurveys\classes\core\language.php on line 29
My $rootdir and $rooturl in config.php are fine, they have not changed at all over the years. I have also tried reverting back to 1.91 code and am getting the same error.
If I comment the code out in classes/core/languages.php I get the error that the class does not exist, which makes sense, and if I put it back as it was, I get the re-declare error, so somehow language.php is being re-required or included somewhere?
My permissions seem to be fine. I'm at a loss.
-Kevin