1146 Error message while installing form builder extensions - Joomla! Forum - community, help and support


hi joomla experts,

i new joomla , have installed joomla 3.3.6 version , using in local computer xampp package. managed create basic stuff categories,articles, menus etc. trying have form builder extension , tried downloading chronoform , breezing form consistently getting error 1146 table 'joomla.vory4_updates' doesn't exist sql = delete vory4_updates extension_id =10005

[note: vory4_ table prefix when installed joomla.]

your me proceed further. stuck form building exercise core functionality of site building. please help.

warm regards,
dhivya

run sql snippet in phpmyadmin

code: select all

create table if not exists `vory4_updates` (
  `update_id` int(11) not null auto_increment,
  `update_site_id` int(11) default '0',
  `extension_id` int(11) default '0',
  `name` varchar(100) default '',
  `description` text not null,
  `element` varchar(100) default '',
  `type` varchar(20) default '',
  `folder` varchar(20) default '',
  `client_id` tinyint(3) default '0',
  `version` varchar(32) default '',
  `data` text not null,
  `detailsurl` text not null,
  `infourl` text not null,
  `extra_query` varchar(1000) default '',
  primary key (`update_id`)
) engine=innodb default charset=utf8 comment='available updates' auto_increment=1 ;





Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support