×

Notice

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

TOPIC: Strange install problems

Strange install problems 12 years 5 months ago #14367

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
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

Strange install problems 12 years 5 months ago #14368

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Roy,
I've never seen something like this before. Can you provide me with super admin access, ftp access + phpmyadmin access. I need more information about your environment to figure out what is wrong on your host.
Kind regards,
Daniel
P.S. Send me a mail (use the contact us button at the bottom of the page)

Strange install problems 12 years 5 months ago #14369

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
sent you an email

Strange install problems 12 years 5 months ago #14382

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Roy,
I don't know why you've encountered the probolem, but I think that it was a temporary glitch in your server...

I logged in with the credentials you provided to me and just went to the install manager -> selected the standard ccomment 4.2.1 zip package - > clicked on install and after 30-40 sec the installation was done and everything was ok...

Kind regards,
Daniel

Strange install problems 12 years 5 months ago #14383

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Thanks for the help Daniel and nice to see it installed.

There is still som issues. I´m running k2 and the commentplugin does not show in the articels.

Have made done the adjustment under setting and set the component to K2.

Have read the manual and nothing happening

Best regards

Roy

Strange install problems 12 years 5 months ago #14384

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hi Roy,
Did you follow the instructions in the documentation? I just checked and the k2 plugin is working on my localhost.

If you've followed the instruction and it is still not working, then let me know and I'll look at your website.

Cheers,
Daniel

Strange install problems 12 years 5 months ago #14385

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
have now installed the compojoomcommentK2.zip and this does not help. Please advice

Strange install problems 12 years 5 months ago #14386

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
When i try to open the plugin i get this error aswell

500 - An error has occurred.
The file compojoomcommentK2.xml could not be found.

Strange install problems 12 years 5 months ago #14387

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Hi Daniel

Did you manage to look at this issue yet?

Strange install problems 12 years 5 months ago #14390

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Roy,
It is working now! Sorry for the troubles - my zip packager was creating compojoomcommentk2.xml file instead of compojoomcommentK2.xml file.. And comments needed to be enabled in K2.

Cheers,
Daniel

Strange install problems 12 years 5 months ago #14391

  • Roy Svendsen
  • Roy Svendsen's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Thanks, Daniel

Great work and the bloggers here in norway will know about this comment plugin for sure.

Highly recommendation for the plugin and and for the great support.

Best regards

Roy
  • Page:
  • 1
Time to create page: 0.123 seconds