×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Installation problem

Installation problem 16 years 3 months ago #480

  • Mauro Ghiglia
  • Mauro Ghiglia's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Hi there,
just installed the comment component, and received this:
There was a problem with your installation

jos_comment update :
- voting_yes exist.
- voting_no exist.
- parentid exist.
- email exist.
- website exist.
- notify exist.
- userid exist.
- update of component.
- create index com_contentid.
- importtable exist.
- importid exist.
- importparentid exist.
- update of title.
jos_comment_setting update :
- set_name exist.
- set_component exist.
- set_sectionid exist.
Install error: DB function failed with error number 1054
Unknown column 'contentid' in 'mos_comment' SQL=ALTER TABLE `mos_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 1072
Key column 'component' doesn't exist in table SQL=ALTER TABLE `mos_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 1054
Unknown column 'title' in 'mos_comment' SQL=ALTER TABLE `mos_comment` CHANGE `title` `title` VARCHAR(50) NOT NULL default ''
ALTER TABLE `vpo_comment` CHANGE `title` `title` VARCHAR(50) NOT NULL default ''

Any ideas?

Installation problem 16 years 3 months ago #481

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Have you ever in the past installed our extension?

Installation problem 16 years 3 months ago #489

  • Mauro Ghiglia
  • Mauro Ghiglia's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Sorry,
I just discovered what was going wrong...
I migrated from Mambo to Joomla and didn't drop the two existing mos_comment tables of the old installation.
However, thank you very much for the fast answer.

P.S.: I saw a small problem in the module... you should say, in the explanation text, that the selected contents are excluded. Normally people think that the unselected ones are excluded...

Santograz

Installation problem 16 years 3 months ago #492

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081

P.S.: I saw a small problem in the module... you should say, in the explanation text, that the selected contents are excluded. Normally people think that the unselected ones are excluded...

What parameter are you referring to?
  • Page:
  • 1
Time to create page: 0.100 seconds