CHttpException

The survey in which you are trying to participate does not seem to exist. It may have been deleted or the link you were given is outdated or incorrect.

/srv/www/vote.bestofwnc.com/public_html/application/controllers/survey/index.php(241)

229         if ($surveyid && $surveyExists)
230         {
231             LimeExpressionManager::SetSurveyId($surveyid); // must be called early - it clears internal cache if a new survey is being used
232             if($previewmode) LimeExpressionManager::SetPreviewMode($previewmode);
233             if (App()->language != $sOldLang)  // Update the Session var only if needed
234             {
235                 UpdateGroupList($surveyid, App()->language);   // to refresh the language strings in the group list session variable
236                 UpdateFieldArray();                             // to refresh question titles and question text
237             }
238         }
239         else
240         {
241             throw new CHttpException(404, "The survey in which you are trying to participate does not seem to exist. It may have been deleted or the link you were given is outdated or incorrect.");
242         }
243 
244         // Get token
245         if (!isset($token))
246         {
247             $token=$clienttoken;
248         }
249         //GET BASIC INFORMATION ABOUT THIS SURVEY
250         $thissurvey=getSurveyInfo($surveyid, $_SESSION['survey_'.$surveyid]['s_lang']);
251 
252         $event = new PluginEvent('beforeSurveyPage');
253         $event->set('surveyId', $surveyid);

Stack Trace

#0
+
 /srv/www/vote.bestofwnc.com/public_html/application/controllers/survey/index.php(70): index->action()
65             App()->getClientScript()->reset();
66             return $buffer;
67         });
68 
69         ob_implicit_flush(false);
70         $this->action();
71         ob_flush();
72     }
73 
74     function action()
75     {
#8
+
 /srv/www/vote.bestofwnc.com/public_html/index.php(214): CApplication->run()
209         die (sprintf('%s should be writable by the webserver (766 or 776).', $sDefaultRuntimePath));
210     }
211 }
212 
213 Yii::$enableIncludePath = false;
214 Yii::createApplication('LSYii_Application', $config)->run();
215 
216 /* End of file index.php */
217 /* Location: ./index.php */
2024-03-29 01:32:03 Apache/2.2.22 (Debian) Yii Framework/1.1.18