1. Roy Svendsen
  2. Installation questions
  3. Tuesday, 01 November 2011
  4.  Subscribe via email
HI

Have som problems installing on a Joomla 1.7.2 . I´m getting this error



There was a problem with your installation


jos_comment update :
- update of voting_yes.
- update of voting_no.
- update of parentid.
- update of email.
- update of website.
- update of notify.
- create index contentid.
- update of userid.
- update of component.
- create index com_contentid.
- update of importtable.
- update of importid.
- update of importparentid.
Create jos_comment_setting table.
Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `voting_yes` INT(10) NOT NULL default '0' AFTER `published`;
ALTER TABLE `vpo_comment` ADD `voting_yes` INT(10) NOT NULL default '0' AFTER `published`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `voting_no` INT(10) NOT NULL default '0' AFTER `voting_yes`;
ALTER TABLE `vpo_comment` ADD `voting_no` INT(10) NOT NULL default '0' AFTER `voting_yes`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `parentid` INT(10) NOT NULL default '-1' AFTER `voting_no`;
ALTER TABLE `vpo_comment` ADD `parentid` INT(10) NOT NULL default '-1' AFTER `voting_no`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `email` VARCHAR(50) AFTER `name`;
ALTER TABLE `vpo_comment` ADD `email` VARCHAR(50) AFTER `name`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `website` VARCHAR(100) AFTER `email`;
ALTER TABLE `vpo_comment` ADD `website` VARCHAR(100) AFTER `email`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `notify` TINYINT(1) NOT NULL default '0' AFTER `website`;
ALTER TABLE `vpo_comment` ADD `notify` TINYINT(1) NOT NULL default '0' AFTER `website`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD INDEX `contentid` ( `contentid` );
ALTER TABLE `vpo_comment` ADD INDEX `contentid` ( `contentid` );

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `userid` INT(11) AFTER `ip`;
ALTER TABLE `vpo_comment` ADD `userid` INT(11) AFTER `ip`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `component` VARCHAR(50) NOT NULL default '' AFTER `contentid`;
ALTER TABLE `vpo_comment` ADD `component` VARCHAR(50) NOT NULL default '' AFTER `contentid`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD INDEX `com_contentid` ( `component`, `contentid` );
ALTER TABLE `vpo_comment` ADD INDEX `com_contentid` ( `component`, `contentid` );

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `importtable` VARCHAR(30) NOT NULL default '' AFTER `parentid`;
ALTER TABLE `vpo_comment` ADD `importtable` VARCHAR(30) NOT NULL default '' AFTER `parentid`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `importid` INT(10) NOT NULL default '0' AFTER `importtable`;
ALTER TABLE `vpo_comment` ADD `importid` INT(10) NOT NULL default '0' AFTER `importtable`;

Install error: DB function failed with error number 1146
Table 'anetteshus.jos_comment' doesn't exist SQL=ALTER TABLE `vpo_comment` ADD `importparentid` INT(10) NOT NULL default '-1' AFTER `importid`;
ALTER TABLE `vpo_comment` ADD `importparentid` INT(10) NOT NULL default '-1' AFTER `importid`;


Install error: DB function failed with error number 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 'type=MyISAM' at line 7 SQL=CREATE TABLE `vpo_comment_setting` ( `id` INT(11) NOT NULL auto_increment, `set_name` VARCHAR(50) NOT NULL default '', `set_component` VARCHAR(50) NOT NULL default '', `set_sectionid` INT(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`)) type=MyISAM
CREATE TABLE `vpo_comment_setting` ( `id` INT(11) NOT NULL auto_increment, `set_name` VARCHAR(50) NOT NULL default '', `set_component` VARCHAR(50) NOT NULL default '', `set_sectionid` INT(11) NOT NULL default '0', `params` text NOT NULL, PRIMARY KEY (`id`)) type=MyISAM
Responses (10)


There are %s replies to this question. If you want to see them you need a valid subscription.
If you have a valid subscription, please login now.
Visit store now

Last questions

Complete Uninstall to Work in J4??
We have recently updated a site from Joomlav3 to v4 (4.4.2). Now when we go to m...
7 Replies
Posted on Tuesday, 30 April 2024
Info about CMigrator for Joomla
Hi i need to import a few thousand articles from a site made in wordprres to a ...
0 Replies
Posted on Tuesday, 07 May 2024
  • New
    • #CMigator
    Error on android phone
    Why its working good on Computer and if i try it with smartphones the map dosent...
    0 Replies
    Posted on Tuesday, 07 May 2024
  • New
  • Bug with front-end submission and table not having
    Hi, i think i found a problem. When trying to edit a hotspot from front-end ...
    3 Replies
    Posted on Wednesday, 15 March 2023
    Question regarding custom fields
    How do I access custom fields after I have created them?...
    1 Replies
    Posted on Wednesday, 24 April 2024
    • #custom fields