Warning (512): _cake_core_ cache was unable to write 'cake_dev_eng' to File cache [CORE/Cake/Cache/Cache.php, line 327]
Warning (2): rename(/var/www/html/cheo.com.vn/public_html/app/tmp/logs/error.log,/var/www/html/cheo.com.vn/public_html/app/tmp/logs/error.log.1753714075) [<a href='http://php.net/function.rename'>function.rename</a>]: Permission denied [CORE/Cake/Log/Engine/FileLog.php, line 205]
Warning (2): file_put_contents() [<a href='http://php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 1155 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]

Missing Method in ProductsController

Error: The action product_new is not defined in controller ProductsController

Error: Create ProductsController::product_new() in file: app/Controller/ProductsController.php.

<?php
class ProductsController extends AppController {


	public function product_new() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace

Warning (512): _cake_core_ cache was unable to write 'file_map' to File cache [CORE/Cake/Cache/Cache.php, line 327]