DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 463
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 289
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 331
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 183
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 173
Model::loadInfo() - CORE/cake/libs/model/model.php, line 784
Model::setSource() - CORE/cake/libs/model/model.php, line 719
Model::__construct() - CORE/cake/libs/model/model.php, line 350
AppModel::__construct() - CORE/app/app_model.php, line 96
Product::__construct() - CORE/app/models/product.php, line 27
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 373
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 85
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 175]
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 175
Model::loadInfo() - CORE/cake/libs/model/model.php, line 784
Model::setSource() - CORE/cake/libs/model/model.php, line 719
Model::__construct() - CORE/cake/libs/model/model.php, line 350
AppModel::__construct() - CORE/app/app_model.php, line 96
Product::__construct() - CORE/app/models/product.php, line 27
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 373
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 305
[main] - CORE/app/webroot/index.php, line 85
Query: DESCRIBE `magnik_categories`
Query: DESCRIBE `magnik_categories`
Query: DESCRIBE `magnik_categories`
Query: DESCRIBE `magnik_categories`
Query: SELECT `Category`.`, `Category`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 463]
$sql = "SELECT `Category`.`, `Category`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0 "
$error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`id` FROM `magnik_categories` AS `Category` WHERE parent_id=0' at line 1"
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 463
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 289
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 331
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 593
Model::findAll() - CORE/cake/libs/model/model.php, line 1379
AppController::beforeRender() - CORE/app/app_controller.php, line 110
ProductsController::beforeRender() - CORE/app/controllers/products_controller.php, line 143
Controller::render() - CORE/cake/libs/controller/controller.php, line 618
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 356
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85
Query: SELECT `Category`.` FROM `magnik_categories` AS `Category` WHERE parent_id=0
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` AS `Category` WHERE parent_id=0' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 463]
$sql = "SELECT `Category`.` FROM `magnik_categories` AS `Category` WHERE parent_id=0 "
$error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '` AS `Category` WHERE parent_id=0' at line 1"
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 463
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 289
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 331
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 593
Model::findAll() - CORE/cake/libs/model/model.php, line 1379
Model::generateList() - CORE/cake/libs/model/model.php, line 1758
AppController::beforeRender() - CORE/app/app_controller.php, line 115
ProductsController::beforeRender() - CORE/app/controllers/products_controller.php, line 143
Controller::render() - CORE/cake/libs/controller/controller.php, line 618
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 356
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85
Query: SELECT `Category`.`, `Category`.`id` FROM `magnik_categories` AS `Category` WHERE `Category`.`id` = 1 LIMIT 1
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`id` FROM `magnik_categories` AS `Category` WHERE `Category`.`id` = 1 LIM' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 463]
$sql = "SELECT `Category`.`, `Category`.`id` FROM `magnik_categories` AS `Category` WHERE `Category`.`id` = 1 LIMIT 1"
$error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`id` FROM `magnik_categories` AS `Category` WHERE `Category`.`id` = 1 LIM' at line 1"
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 463
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 289
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 331
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 593
Model::findAll() - CORE/cake/libs/model/model.php, line 1379
Model::find() - CORE/cake/libs/model/model.php, line 1306
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 249
Model::call__() - CORE/cake/libs/model/model.php, line 455
Overloadable::__call() - CORE/cake/libs/overloadable_php5.php, line 59
Category::findByid() - [internal], line ??
Category::get_root_category() - CORE/app/models/category.php, line 26
AppController::beforeRender() - CORE/app/app_controller.php, line 119
ProductsController::beforeRender() - CORE/app/controllers/products_controller.php, line 143
Controller::render() - CORE/cake/libs/controller/controller.php, line 618
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 356
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85
Query: SELECT `Category`.`, `Category`.`id` FROM `magnik_categories` AS `Category` WHERE `Category`.`id` = 1 LIMIT 1
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (63)
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 463]
$sql = "SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (63) "
$error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_' at line 1"
DboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 463
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 289
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 331
DboSource::queryAssociation() - CORE/cake/libs/model/datasources/dbo_source.php, line 755
DboSource::read() - CORE/cake/libs/model/datasources/dbo_source.php, line 623
Model::findAll() - CORE/cake/libs/model/model.php, line 1379
AppController::beforeRender() - CORE/app/app_controller.php, line 134
ProductsController::beforeRender() - CORE/app/controllers/products_controller.php, line 143
Controller::render() - CORE/cake/libs/controller/controller.php, line 618
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 356
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 333
[main] - CORE/app/webroot/index.php, line 85
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (64)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (65)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (66)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (67)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (68)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (69)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (70)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (71)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (72)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (73)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (74)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (75)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (76)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (77)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (78)
The first time I read "The Shack" I was so offended that it went against Biblical truth that I wrote a 19 page review on it. (And believe me it could have been longer) I never posted it, just sent it to friends and family to warn them. Since so many people loved the book I read it again, thinking that maybe my understanding of the book was incorrect. After reading it the second time I was even more offended. How people can call themselves followers of Christ and then turn their backs on Him and His Words so easily has dumbfounded me.
I have been an avid reader of Christian Fiction for over 25 years. This book is by far the worst attempt I have ever read.
Red flags go up when people say "it's only fiction" or "it takes God out of a box". For starters it's not only fiction. It's a thesis on the character and definition of God. If it were just a novel no one would read it because it's not a good story. Remember Jesus used stories to convey Truth and "The Shack" attempts to do the same thing but of course falls very short. Secondly God has never been in a box. People are in a box when they choose to follow religion instead of Jesus Christ.
Young is no doubt an Anarchist and has a great disdain for order and authority. The topic appears quite often throughout the book so the point is not vague or glossed over. His respect for Jacques Ellul confirms this.
Here are a few things you'll confront when reading The Shack.
Everyone goes to heaven even if you're not a follower of Christ. (That alone is enough reason to reject the book)
You do not have to be born-again to have a relationship with Christ.
You can be Mormon, Jehovah Witness, Buddhist, Muslim or whatever. It doesn't matter to God. He doesn't want to make anyone a Christian.
The god of The Shack is not the God of The Bible.
Oprha would love it.
God does not want us to serve Him.
God is our servant.
There is no evil. (The book contradicts this at times)
Satan and demons do not exist.
The husband is not the head in marriage.
Hierarchy is man-made and God does not approve.
God does not desire for us to be obedient to Him.
Guilt is bad and does not direct a person to Christ.
Universalists would love it.
Although the Father is always given the male attribute in Scripture, The Shack makes Him female.
Jesus does not live in His glorified state but as fully human.
Wisdom is an actual person.
God does not have a miraculous way to relieve you of your pain.
The Holy Spirit has a body.
The Holy Spirit does not empower us to live holy lives.
Papa (Father God) has scars on his wrists just like Jesus does because He was crucified too.
When Mack started reading the Bible in bed God came and took it from him. (Hmmm?)
Freedom is an incremental process, not immediate.
During an entire weekend with Mack, God never once quoted or referred to Scripture in a positive light.
God does not want us to fully comprehend Him.
The Father did not grieve when Jesus went to the cross.
God is afraid of guns and anti-war. (Throw out the Old Testament).
God is an environmentalist. (Throw out both Testaments, especially the book of Revelation)
The New Jerusalem is not literal even though the Bible gives its measurements.
The Emergent church would fall for this book easily.
God lives in us and we in Him (literally).
God is not to be feared.
God does not find more pleasure in those who love Him then those who do not.
God does not punish or discipline anyone for sin.
God is not a God of wrath.
Jesus is not under the Fathers authority.
God is not a God of order.
We are not in a spiritual battle.
We are to keep our eyes on the present and not on eternity.
Jesus thinks it's amusing when we curse.
The awesome God of the universe is submissive to us.
We are not called to be like Jesus. He was not intended to be our example.
There is no final judgment.
Sophia (Wisdom) uses human thought to teach that there are no judgments.
Sophia is part of the mystery of the Holy Spirit.
Jesus did not come to build the church.
"Religious folk" don't understand the Trinity.
We don't need to ask forgiveness when we sin. Once on the cross was enough.
God is reconciled to the whole earth, even those who don't believe and/or reject His Lordship.
The Ten Commandments were not given to help us live righteously.
The Law does not point out our sin anymore.
The Commands of God are evil and if used causes man to feel superior.
God does not have any expectations for us therefore He is never displeased with us.
God does not want us to put Him first. (or make Him Lord)
Humans respond to one another in colors.
God "messes" with us.
God does not forget our sins.
No evangelism is required, just relationships.
I think that's enough. Some of these you may agree with and some you may not. I find these views of God to be unbiblical and not of God. You don't have to be a great theologian to see this. The Shack feeds on people's emotions and hurts. It creates a big problem (the murder of a child and the dissatisfaction with organized church) to create a cure that sounds and feels good but is not Truth and therefore the ignorant will fall for it easily. Are there problems in the church today? Of course. But don't you think God would know that was going to happen when He started the church. All human institutions are flawed because they have people in them. The Shack is not the answer to these problems. Read The Word and find a church that adheres to it. Eventually the dead churches will die off and the living ones will flourish. Eventually we will all stand before the Father and give account. Don't let The Shack be your guide.
Do yourself a favor and skip this book. Look at some of my reviews if you're looking for good Christian fiction. May I suggest "Safely Home" by Randy Alcorn if you want a good book on the church and what God has called us to.
1 Star = Pathetic
2 Stars = Fair
3 Stars = Good
4 Stars = Excellent
5 Stars = Life changing
2008-08-27
Wonderful
For anyone who has thought that maybe God is different than what you were taught, this is the book for you. Beautiful story of a God who truly is love and how that love redeems and reaches to all people. I haven't read a better book in a long time. This book isn't simply for the religious (although they could stand to read it) it's for anyone who has wanted more than cold religion. If you're thinking of getting this, do it. You won't be disappointed.
2008-08-27
fascinating reading
My brother-in-law recommended this book a number of times before I finally decided to buy one. It is the only book I have sent to a number of people without them asking first! I am a Christian both by upbringing and by adult choice. I believe this book really gets at the easy commaraderie that God would like us to have with his son, Jesus. I thought it helped make the idea of the trinity much more understandable, as well as the sacrifice of Jesus.
A great book for anyone who has struggled with either of those issues.
2008-08-27
The Shack
The Shack (Special Hardcover Edition)
The Shack (by William P. Young) is an excellent story about reconciliation. This also would be a good outreach tool for people to find God. The story has many word pictures and tugs at your heart strings. It creates longing in your heart and helps you to understand the sacrifice God made for each of us.
I rate it *****.
2008-08-27
Great Enlightening Book
Truly a great book. Very enlightening. Easy read with lots of human truths that should be taken to heart.
Notice: Undefined offset: 0 in /home/usbookco/public_html/store/cake/libs/debugger.php on line 182
Notice: Undefined offset: 0 in /home/usbookco/public_html/store/cake/libs/debugger.php on line 182
Warning: implode() [function.implode]: Bad arguments. in /home/usbookco/public_html/store/cake/libs/debugger.php on line 186
[main] - [internal], line ??
Warning (2): Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/home/usbookco/public_html/store/app/tmp/sessions) [Unknown, line ??]