Missing Controller
Error: ProductImagesController could not be found.
Error: Create the class ProductImagesController below in file: app/controllers/product_images_controller.php
<?php
class ProductImagesController extends AppController {
var $name = 'ProductImages';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
