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 '__setError' at line 1 [APP/cakecore/cake/libs/model/datasources/dbo_source.php, line 526]

Query: __setError

SalesWarp - Ecommerce Simplified! Sell more. Make More. Manage Less | Missing Method in Controller

Missing Method in UsersController

Error: The action register is not defined in controller UsersController

Error: Create UsersController::register() in file: html/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function register() {

	}

}
?>

Notice: If you want to customize this error message, create html/views/errors/missing_action.ctp.

(ProductBase) 6 queries took 7 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `Config`.`id`, `Config`.`key`, `Config`.`name`, `Config`.`value`, `Config`.`options`, `Config`.`weight`, `Config`.`tab` FROM `configs` AS `Config` WHERE `Config`.`key` = 'session_timeout_warning' ORDER BY `Config`.`weight` ASC LIMIT 1001
2SELECT `Config`.`id`, `Config`.`key`, `Config`.`name`, `Config`.`value`, `Config`.`options`, `Config`.`weight`, `Config`.`tab` FROM `configs` AS `Config` WHERE `Config`.`key` = 'session_timeout_ping_interval' ORDER BY `Config`.`weight` ASC LIMIT 1004
3SELECT `Config`.`id`, `Config`.`key`, `Config`.`name`, `Config`.`value`, `Config`.`options`, `Config`.`weight`, `Config`.`tab` FROM `configs` AS `Config` WHERE `Config`.`key` = 'default_store_id' ORDER BY `Config`.`weight` ASC LIMIT 1110
4__setError1064: 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 '__setError' at line 10
5SELECT `BaseStore`.*, (CASE WHEN `BaseStore`.id = 11 THEN 1 ELSE 0 END) AS is_default, `BaseStore`.`id` FROM `base_stores` AS `BaseStore` LEFT JOIN `sellers` AS `Seller` ON (`BaseStore`.`seller_id` = `Seller`.`id`) LEFT JOIN `publishing_channels` AS `PublishingChannel` ON (`BaseStore`.`publishing_channel_id` = `PublishingChannel`.`id`) WHERE `BaseStore`.`base_supplier_id` IS NULL ORDER BY `is_default` DESC, `BaseStore`.`name` ASC 001
6SELECT `Config`.`id`, `Config`.`key`, `Config`.`name`, `Config`.`value`, `Config`.`options`, `Config`.`weight`, `Config`.`tab` FROM `configs` AS `Config` WHERE `Config`.`key` = 'enable_error_popup' ORDER BY `Config`.`weight` ASC LIMIT 1111
(default) 0 query took ms
NrQueryErrorAffectedNum. rowsTook (ms)