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` = 1104 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` = 1104 ' 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` = 1104 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` = 1104 ' 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` = 1104 LIMIT 1
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1115)
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 (1115) "
$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 (1110)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1105)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1106)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1111)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1107)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1112)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1113)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1108)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1109)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1118)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1117)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1114)
Query: SELECT `Product`.`, `Product`.`category_id` FROM `magnik_products` AS `Product` WHERE `Product`.`category_id` IN (1116)
Sony SPK-HCD Waterproof Sports Pack for underwater use with DCR-SR220, 45, 55, 65 Camcorders from US Camera Co.
SONY has great quality. Have used this for kayaking photography. Am very pleased. The product is light and portable and even leaves room for car keys and wallet inside the casing. Get out and have fun!
2008-08-24
Sony SPK-HCD Waterproof Sports Pack
Cool, affortable item. You can record and protect your camera in very difficult environment. I was using it for a week in the ocean and the beach. It did its job.
Only 2 problems:
It's hard to see the picture on a camera's display during sunny days,
The case is not too well design to see the picture through front viewer, witch your camcorder may not even have.
I strongly recommend it!
2008-08-19
Keeps it dry but problems!
I used the Sony SPK-HCD Waterproof Sports Pack with my older camcorder Sony DCR-TRV33, which is not listed as compatible. I was still able to use it except that I had to start the camera with its remote control pointing to the LCD monitor before going into the water. I was not able to use the controls on the Sports Pack, but that was not a problem for me since I had to do a beach shoot that was not deeper than 4 - 5'.
The good and the bad:
The Sony SPK-HCD certainly keeps the camera dry, bone dry; however, it is almost impossible to see what you're filming in the bright sun of South Florida. I couldn't see what I was filming underwater either, perhaps because at 4' deep, the reflection of the sun still filtered through. Other problems with the glass: The glass area is so big in comparison to the lens of a camcorder that even if you point the camera to your subject, you might get a portion of it, especially if you are close. The glass is also very prone to get smudged or have huge drops suspend themselves on it, making that part of the footage useless. Luckily, I would check the footage often and would re-shoot certain scenes over. This, of course, took up much more of my time and that of my talent. It was very frustrating.
The images and sound are very good, though.
Recommendations:
I would recommend not using the Sports Pack outside of the water in bright sunlight in order to see what you are shooting and have more control of its outcome.
Perhaps it is possible to see what you are shooting if you are diving much deeper, as in scuba diving.
2008-08-13
High Quality But Missing One Important Ingredient
This is a product that meets most expectations. Quality components, advanced controls, etc. It was highly protective of my video camera both in and out of the water. Controls were easy to use. The electronic interface was easier to use than the manual controls on advanced still and video camera underwater housings. The recommended depth is somewhat shallow, and I will admit to taking it a bit deeper than advised without problems. One minor complaint: The supports for the mirror apparatus were difficult to keep in place while filming. One major complaint: The unit is not weighted to be neutrally buoyant. I required 6-8 additional pounds of weight to take the camera in this housing to depth.
2008-08-09
Sony SPK-HCD The only one Camcorder Water Housing
Well, SPK-HCD is the replacement for all The Waterproof Sports Pack for underwater, is the ONLY ONE SONY have available to purchase, so do not search for any of all the other "Camcorder Water Housing", if you do, this message is what you will find in THE SONY STORE: "This product is no longer available for purchase".
The good new is the price, the bad one its only Depth up to 17 feet.
Notice: Undefined offset: 0 in /home/uscameraco/public_html/store/cake/libs/debugger.php on line 182
Notice: Undefined offset: 0 in /home/uscameraco/public_html/store/cake/libs/debugger.php on line 182
Warning: implode() [function.implode]: Bad arguments. in /home/uscameraco/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/uscameraco/public_html/store/app/tmp/sessions) [Unknown, line ??]