Hi All,
I have tried to run the following with the SQL Query Executor:
<?php
$installer = $this;
$installer->startSetup();
$tblName = Mage::getSingleton('core/resource')->getTableName("social_log");
$installer->run("
CREATE TABLE $tblName (
`login_id` varchar(50) NOT NULL ,
`entity_id` int(11) NOT NULL ,
`email` varchar(255) NOT NULL ,
PRIMARY KEY (`login_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
");
$installer->endSetup();
And I get the following error:
WARNING: An Error occurred, please refresh the page and try again.
www.assceneon.com/catalog
Thanks for your help,
Donovan
Bookmarks