Warning (2): file_put_contents() [function.file-put-contents]: Only 0 of 62 bytes written, possibly out of free disk space [CORE/cake/basics.php, line 1153]
file_put_contents - [internal], line ??
cache - CORE/cake/basics.php, line 1153
DboSource::listSources() - CORE/cake/libs/model/datasources/dbo_source.php, line 152
DboMysql::listSources() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 155
AppModel::__construct() - CORE/app/app_model.php, line 78
Product::__construct() - CORE/app/models/product.php, line 33
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_products`
Warning (512): SQL Error: 1030: Got error 122 from storage engine [CORE/cake/libs/model/datasources/dbo_source.php, line 463]
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 33
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 33
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): file_put_contents() [function.file-put-contents]: Only 0 of 4 bytes written, possibly out of free disk space [CORE/cake/basics.php, line 1153]
file_put_contents - [internal], line ??
cache - CORE/cake/basics.php, line 1153
DataSource::__cacheDescription() - CORE/cake/libs/model/datasources/datasource.php, line 245
DboMysql::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 191
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 33
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 150
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 150
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 32
AppController::beforeRender() - CORE/app/app_controller.php, line 119
ProductsController::beforeRender() - CORE/app/controllers/products_controller.php, line 150
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 (2)
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 (2) "
$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 150
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 (3)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (4)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (5)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (6)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (7)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (8)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (9)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (10)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (11)
Cognitive-Behavioral Treatment of Borderline Personality Disorder from US Textbook Co.
Respectful to BPD individuals. Techniques used pragmatic
As a person with Bipolar Disorder my psychiatrist recommended this book. I devoured it. For a text the reason it was actually enjoyable was because so many of the techniques of therapy I could incorporate on my own. The Dialectical Behavioral Therapy (DBT) is not limited to BPD. The Cognitive-Behavioral Treatment of which DBT is alongside, can be put into use immediately. Also, Linehan is respectful in her writing style toward patients/clients, with BPD. She is not quick to prescribe medications, (that being only a brief mention). Linehan's style is to focus on environmental reasons a person becomes BPD but not to the point where the client feels helpless to change. She respects people where they're at but wants to take them where they want to be-and that's by integrating positive thoughts about themselves into positive actions-skills training-to have steadier relationships in work and life. I highly recommend this book to anyone diagnosed with any mood or personality disorder.
2001-09-23
Psycho Literature At Its Worst
I can't judge Marsha Linehan's qualities as a therapist or an academic, but as a writer she is atrocious. I turned to this book with high expectations since Linehan is often referred to as the maven of this field; I expected either solid science or a report of her practical experiences but was sorely disappointed. The author does make a few good points, such as splitting up the therapy between skills training and counselling, and the importance of therapist supervision, but this could have easily been covered in about 50 pages. The rest of the book is filled with pseudo - science and unintellegible psycho - babble in a treadmill of repetitions. To sort out one particular point of criticism, Linehan's research is solely based on parasuicidal women, but rather than trying to make a connection between this group and the rest of the BPD population (roughly one quarter of BPDs are, after all, men, and self - injurious behaviour is not the conditio sine qua non, despite its spectacularity), or emphazising the limitations of her competence, she simply takes a pars pro toto approach, even going so far as referring to patients solely in the female form. Basically she is saying: the majority of patients are female and self - injury is prominent, so if those two factors don't apply to you then tough luck, you are not on the map.
2001-08-18
This book takes the struggle out of working with BPD
This book is designed for use in skill training groups for BPD. The author offers advice on adapting it to be used in individual therapy however. Linehan is forging a place in the mental health field as the foremost clinican in dealing with BPD. The reader is immediately aware of the extensive amount of research that went into this book. The author is not writing about opinion, she is writing about the results of years of extensively scrutinzing the work of herself and others. On the downside the book has the amount and quality of information one would expect from a textbook. This is not light reading, it is however a page turner (as far as academic texts go) if you have ever felt inadequate when dealing with BPD. After applying the ideas in this book I found that BPD was not the same beast in treating than in the past.
2001-03-17
Great book, but not without problems...
NOTE: This review should probably really only be read if you have a reasonable level of understanding of Borderline Personality Disorder (BPD). If you don't have such familiarity, there will probably be some things in here that don't make sense, or at least have a significant potential for being misunderstood. Otherwise, read on.
I'm going to skip talking about the good parts of this book, other than to say that they are definitely there, and plentiful -- especially for professionals or "psych geek" types, but also for others... Instead, I'm going to talk about one or two of the problems that I've had with it, leaving the details of the good aspects to other reviewers.
Anyway, on to the problem side.... By far the thing that I personally have had the hardest time with in this book (and let me state right up front that I don't normally have a problem with this sort of thing -- but in this case I do) is her use of feminine forms of pronouns for _all_ references to anonymous people. She talks about this early on (Introduction, I believe, but I don't remember for certain), and explains that the motivation for that decision is that approximately 75% of BPD patients are, in fact, female, and therefore (with a few other factors also coming into play) going with the majority was the choice she made. When I first read that explanation, it seemed reasonable enough, but as I have been reading through the book, and finding bunches of stories which I (a male, in case you that was anything less than certain by now) very much related to, and was feeling very validated by reading about... until I would invariably get hit with a "she" or a "her", and, while I have no problem with the idea that I might have a lot in common with certain women (something I've felt to be true since long before I knew anything about BPD), or the use of the feminine form of a pronoun as if it were generic, in most situations... I would somehow find myself unable to avoid feeling incredibly invalidated by it here. If the usage was mixed up between masculine and feminine forms, (in a 75/25 split, or based on the actual gender of the person she was describing, if it was an individual, even when they were otherwise anonymous, or whatever), I don't think I would have any problem with her choice. If I didn't have BPD, I might or not have some amount of objection to this scenario, but it certainly wouldn't hit me so hard. But given the sensitivity of people with BPD (such as myself) to invalidation, and in particular my own (though I imagine I'm not the only one) insecurities with being male (something I often feel shame about, for a variety of reasons: I was abused by a male babysitter as a young child; rapes and other crimes which I hold in great contempt tend to be committed by males; various people I've known complaining (even directly to me) about how men are all jerks (which I frankly don't always feel any disagreement towards); etc.), it ends up being a huge blow, sometimes to the point of making me feel unworthy of being alive, and frequently making it painful for me to continue reading at that moment.
Interestingly, my next largest complaint about this book most likely has nothing to do with the book itself, per se. And that is simply that my psychiatrist doesn't seem to want to believe, as much as he sometimes points out symptoms of BPD in reference to me, that I actually have it, and that he should take that into consideration when determining a treatment plan for me. But, I talked with another psychiatrist today, and her opinion, after me telling her a bit about my complaints with him, came up with the conclusion that I should find someone else -- something I basically already knew, but which it was really nice to have an external validation of, especially given the fact that I know that sometimes BPD can cause a person to _unreasonably_ end such a relationship.
Anyway, I'm rambling... mostly to random people I don't even know... I think I'll leave things at that. I think I may have noticed other complaints about the book, but not enough that I'm remembering them just now, so they're clearly much further out on the radar.
I do recommend this book, and only mean for this to give a few minor cautions (and perhaps M.L. will read these comments, and find a different way to choose pronoun gender for any future versions and/or other books she might write on this topic.)
BTW, I haven't finished the book, but am roughly half way through, in case that's of relevance to anything I've said here.
2001-03-08
A necessary book for a person who is caring for a BPD person
This book provides an invaluable resource for a person who is trying to understand a person with BPD,or get help for them. Linehan's method has undergone randomized clinical trials and demonstrated its worth. Nevertheless,it is quite common for therapists to insist they can treat BPD with other methods. Stick with Linehan's Dialectical Behavior Therapy(DBT). The book will arm you well to deal with both therapists,and patient(or yourself if you are the patient.) Accept no substitutes.
Notice: Undefined offset: 0 in /home/ustextbookco/public_html/store/cake/libs/debugger.php on line 182
Notice: Undefined offset: 0 in /home/ustextbookco/public_html/store/cake/libs/debugger.php on line 182
Warning: implode() [function.implode]: Bad arguments. in /home/ustextbookco/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/ustextbookco/public_html/store/app/tmp/sessions) [Unknown, line ??]