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 /home/pnpu786/epaper.purbanchal.com/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 /home/pnpu786/epaper.purbanchal.com/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 /home/pnpu786/epaper.purbanchal.com/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 /home/pnpu786/epaper.purbanchal.com/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 /home/pnpu786/epaper.purbanchal.com/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 /home/pnpu786/epaper.purbanchal.com/framework/collections/CMap.php on line 91

Warning: Cannot modify header information - headers already sent by (output started at /home/pnpu786/epaper.purbanchal.com/framework/collections/CMap.php:35) in /home/pnpu786/epaper.purbanchal.com/framework/base/CErrorHandler.php on line 293
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

/home/pnpu786/epaper.purbanchal.com/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

#6
+
 /home/pnpu786/epaper.purbanchal.com/index.php(13): YiiBase::createWebApplication("/home/pnpu786/epaper.purbanchal.com/protected/config/main.php")
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
14  
2024-04-25 20:40:22 Apache Yii Framework/1.1.19

Warning: Uncaught Error: Object of class UnwindExit could not be converted to string in /home/pnpu786/epaper.purbanchal.com/framework/collections/CList.php:38 Stack trace: #0 /home/pnpu786/epaper.purbanchal.com/framework/YiiBase.php(406): include() #1 /home/pnpu786/epaper.purbanchal.com/framework/base/CComponent.php(158): YiiBase::autoload('CList') #2 /home/pnpu786/epaper.purbanchal.com/framework/base/CModule.php(520): CComponent->__set('onbeginrequest', Array) #3 /home/pnpu786/epaper.purbanchal.com/framework/base/CApplication.php(166): CModule->configure(Array) #4 /home/pnpu786/epaper.purbanchal.com/framework/YiiBase.php(125): CApplication->__construct(Array) #5 /home/pnpu786/epaper.purbanchal.com/framework/YiiBase.php(98): YiiBase::createApplication('CWebApplication', '/home/pnpu786/e...') #6 /home/pnpu786/epaper.purbanchal.com/index.php(13): YiiBase::createWebApplication('/home/pnpu786/e...') #7 {main} thrown in /home/pnpu786/epaper.purbanchal.com/framework/collections/CList.php on line 38

Fatal error: During inheritance of IteratorAggregate: Uncaught in /home/pnpu786/epaper.purbanchal.com/framework/collections/CList.php on line 38