Created
February 1, 2011 00:14
-
-
Save michaeltwofish/805128 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception thrown in -::lithium\data\source\database\adapter\{closure}() on line 342: | |
SELECT * FROM `units` AS `Unit` WHERE `name` = 'Unit 1' AND `0` = 'id != 1' LIMIT 1;: Unknown column '0' in 'where clause' | |
Trace: | |
lithium\core\Object::_filter(), line 245 | |
lithium\data\source\database\adapter\MySql::_execute(), line 343 | |
lithium\core\Object::invokeMethod(), line 169 | |
lithium\data\source\{closure}, line 265 | |
lithium\core\Object::_filter(), line 245 | |
lithium\data\source\Database::read(), line 287 | |
lithium\data\{closure}, line 455 | |
lithium\util\collection\Filters::next(), line 201 | |
lithium\data\{closure}, line 963 | |
lithium\util\collection\Filters::run(), line 182 | |
lithium\core\StaticObject::_filter(), line 128 | |
lithium\data\Model::_filter(), line 905 | |
lithium\data\Model::find(), line 460 | |
{closure}, line 22 | |
lithium\util\{closure}, line 618 | |
lithium\core\StaticObject::_filter(), line 121 | |
lithium\util\Validator::rule(), line 564 | |
lithium\util\Validator::check(), line 459 | |
lithium\data\{closure}, line 757 | |
lithium\core\StaticObject::_filter(), line 121 | |
lithium\data\Model::_filter(), line 905 | |
lithium\data\Model::validates(), line 762 | |
lithium\data\Entity::__call(), line 219 | |
lithium\data\entity\Record::validates(), line 713 | |
lithium\data\{closure}, line 713 | |
lithium\core\StaticObject::_filter(), line 121 | |
lithium\data\Model::_filter(), line 905 | |
lithium\data\Model::save(), line 730 | |
lithium\data\Entity::__call(), line 219 | |
lithium\data\entity\Record::save(), line 26 | |
app\tests\cases\models\UnitItemTest::setUp(), line 26 | |
lithium\test\Unit::_runTestMethod(), line 612 | |
lithium\test\Unit::run(), line 188 | |
lithium\util\Collection::invoke(), line 203 | |
lithium\util\Collection::__call(), line 217 | |
lithium\util\Collection::run(), line 142 | |
lithium\test\Report::run(), line 142 | |
lithium\test\{closure}, line 66 | |
lithium\core\StaticObject::_filter(), line 121 | |
lithium\test\Dispatcher::run(), line 70 | |
lithium\test\{closure}, line 48 | |
lithium\core\Object::_filter(), line 245 | |
lithium\test\Controller::__invoke(), line 58 | |
lithium\action\{closure}, line 205 | |
lithium\core\StaticObject::_filter(), line 121 | |
lithium\action\Dispatcher::_call(), line 208 | |
lithium\core\StaticObject::invokeMethod(), line 74 | |
lithium\action\{closure}, line 122 | |
lithium\util\collection\Filters::next(), line 201 | |
{closure}, line 52 | |
lithium\util\collection\Filters::run(), line 182 | |
lithium\core\StaticObject::_filter(), line 128 | |
lithium\action\Dispatcher::run(), line 123 | |
[main], line 36 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment