Deprecated: Return type of CMap::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CMap.php on line 81

Deprecated: Return type of CMap::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CMap.php on line 306

Deprecated: Return type of CMap::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CMap.php on line 317

Deprecated: Return type of CMap::offsetSet($offset, $item) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CMap.php on line 328

Deprecated: Return type of CMap::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CMap.php on line 338

Deprecated: Return type of CMap::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CMap.php on line 91
PHP error

PHP error

Return type of CList::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

/is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CList.php(88)

076      * @param boolean $value whether this list is read-only or not
077      */
078     protected function setReadOnly($value)
079     {
080         $this->_r=$value;
081     }
082 
083     /**
084      * Returns an iterator for traversing the items in the list.
085      * This method is required by the interface IteratorAggregate.
086      * @return Iterator an iterator for traversing the items in the list.
087      */
088     public function getIterator()
089     {
090         return new CListIterator($this->_d);
091     }
092 
093     /**
094      * Returns the number of items in the list.
095      * This method is required by Countable interface.
096      * @return integer number of items in the list.
097      */
098     public function count()
099     {
100         return $this->getCount();

Stack Trace

#7
+
 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/application/core/LSYii_Application.php(42): CApplication->__construct(array("runtimePath" => "/is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/tmp/runtime", "name" => "LimeSurvey", "localeClass" => "LSYii_Locale", "defaultController" => "surveys", ...))
37     * @param array $config
38     * @return void
39     */
40     public function __construct($config = null)
41     {
42         parent::__construct($config);
43         Yii::setPathOfAlias('bootstrap' , Yii::getPathOfAlias('ext.bootstrap'));
44         // Load the default and environmental settings from different files into self.
45         $ls_config = require(__DIR__ . '/../config/config-defaults.php');
46         $email_config = require(__DIR__ . '/../config/email.php');
47         $version_config = require(__DIR__ . '/../config/version.php');
#9
+
 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/index.php(211): YiiBase::createApplication("LSYii_Application", array("basePath" => "/is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/application", "runtimePath" => "/is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/tmp/runtime", "name" => "LimeSurvey", "localeClass" => "LSYii_Locale", ...))
206         die (sprintf('%s should be writable by the webserver (766 or 776).', $runtimePath));
207     }
208 }
209 
210 Yii::$enableIncludePath = false;
211 Yii::createApplication('LSYii_Application', $config)->run();
212 
213 /* End of file index.php */
214 /* Location: ./index.php */
2024-04-25 14:38:20 Apache Yii Framework/1.1.15

Warning: Uncaught Error: Object of class UnwindExit could not be converted to string in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CList.php:38 Stack trace: #0 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/YiiBase.php(403): include() #1 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/base/CComponent.php(474): YiiBase::autoload('CList') #2 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/base/CComponent.php(516): CComponent->getEventHandlers('onflush') #3 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/logging/CLogRouter.php(69): CComponent->attachEventHandler('onFlush', Array) #4 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/base/CModule.php(387): CLogRouter->init() #5 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/base/CModule.php(523): CModule->getComponent('log') #6 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/base/CApplication.php(167): CModule->preloadComponents() #7 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/application/core/LSYii_Application.php(42): CApplication->__construct(Array) #8 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/YiiBase.php(125): LSYii_Application->__construct(Array) #9 /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/index.php(211): YiiBase::createApplication('LSYii_Applicati...', Array) #10 {main} thrown in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CList.php on line 38

Fatal error: During inheritance of IteratorAggregate: Uncaught in /is/htdocs/wp1068349_E34IH33TJV/cs/research/surveys/framework/collections/CList.php on line 38