When I go to add an image for a product, I get Error No. 1364
INSERT INTO category SET parent_id = 0, sort_order='0', date_modified=NOW(), date_added=NOW()
Error is: Field 'image' doesn't have a default value.
Here you go ... try this:
EDIT: system/database/mysql.php
FIND:
AFTER ADD:
EDIT: system/database/mysql.php
FIND:
Code: Select all
mysql_query("SET NAMES 'utf8'", $this->connection);
mysql_query("SET CHARACTER SET utf8", $this->connection);
mysql_query("SET CHARACTER_SET_CONNECTION=utf8", $this->connection);
Code: Select all
mysql_query("SET SQL_MODE = ''", $this->connection);
Who is online
Users browsing this forum: No registered users and 4 guests