Hello,
I am trying to install Joomla! 1.5 with Virtuemart I tried their forums but no one is there.
When I am installing Joomla! 1.5 with Virtuemart I get the following sql error:
I am trying to install Joomla! 1.5 with Virtuemart I tried their forums but no one is there.
When I am installing Joomla! 1.5 with Virtuemart I get the following sql error:
How can I fix this? What is causing the issue?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 'CURRENT_TIMESTAMP , PRIMARY KEY ( `user_id` ) ) TYPE = MYISAM SQL=CREATE TABLE IF NOT EXISTS `jos_vm_cart` ( `user_id` INT( 11 ) NOT NULL , `cart_content` TEXT NOT NULL , `last_updated` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP , PRIMARY KEY ( `user_id` ) ) TYPE = MYISAM COMMENT = 'Stores the cart contents of a user'