CActiveFinder - die('????')

Hi,

we had a slight problem today in self::STAT Relations with MANY-MANY Relations. Our web pages stopped working everytime the stat-query was done and the output on the page was corrupted and stopped with ‘? ? ? ?’. We found out, that in the CActiveFinder.php file at line 1444 a die(’? ? ? ?’) was inserted between revision 1801 and the current release (I don’t know which specific revision). We temporarily fixed the problem with commenting out the die-command.

Version: trunk

Should I create a ticket about that?

Cheers, Rudi

The command “die(’????’);” --> /framework/db/ar/CActiveFinder.php:1454

is still contained in the Yii 1.1.1 release of March 14th.

As described before, we have problems with that and have to comment the ‘die’ out in order to get a working version.

Regards,

Stefan

Sorry…I just fixed this.

Thank you, keep up the good work, we really like the framework!