×

Notice

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

TOPIC: Component install issue.. HELP!

Component install issue.. HELP! 15 years 1 month ago #3129

  • Nater Silver
  • Nater Silver's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I've been looking through the forum, and I've not found anyone else asking about this error.

I'm trying to install JoomlaComment 3.26, with Joomla version 1.5.9

I have enabled Legacy. I tried following the instructions in the Wink file, but no success.

Whenever I try to install the component, it tells me "install component success" but it also shows an error:

* Component Install: DB function failed with error number 2006
MySQL server has gone away SQL=INSERT INTO jos_components VALUES( 0, '!JoomlaComment', 'option=com_comment', 0, 0, 'option=com_comment', '!JoomlaComment', 'com_comment', 0, 'js/ThemeOffice/component.png', 0, '', 1 )
SQL =

INSERT INTO jos_components VALUES( 0, '!JoomlaComment', 'option=com_comment', 0, 0, 'option=com_comment', '!JoomlaComment', 'com_comment', 0, 'js/ThemeOffice/component.png', 0, '', 1 )

* Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jos_modules AS m LEFT JOIN jos_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering

Does anyone has any idea what this could mean and/or how to fix the issue? Despite it saying install was successful, I do not see any options anywhere in the backend for JoomlaComment

Thanks all.

Component install issue.. HELP! 15 years 1 month ago #3130

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Do you see the component in backend?

Component install issue.. HELP! 15 years 1 month ago #3131

  • Nater Silver
  • Nater Silver's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
No I do not see the component in the backend. The options aren't listed in the components menu on top, and if I goto the plugin manager, nothing for !JoomlaComments is listed in the Content plugins.

Component install issue.. HELP! 15 years 1 month ago #3132

  • Nater Silver
  • Nater Silver's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I know I've using version 4.x of Mysql... I'm trying to find what version of Mysql is required, but no luck. Would this cause an issue?

Component install issue.. HELP! 15 years 1 month ago #3133

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hm, that is possible. That are normaly SQL statements, nothing fancy, so it should work. Do you have phpmyadmin? You can try to execute the following code directly there:
INSERT INTO jos_components VALUES( 0, '!JoomlaComment', 'option=com_comment', 0, 0, 'option=com_comment', '!JoomlaComment', 'com_comment', 0, 'js/ThemeOffice/component.png', 0, '', 1 )

Component install issue.. HELP! 15 years 1 month ago #3136

  • Nater Silver
  • Nater Silver's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Thanks. I think that the hosting site lets you use phpmyadmin. I'll get a look and give it a shot.

Thanks!

Component install issue.. HELP! 15 years 3 weeks ago #3341

  • Arnoud
  • Arnoud's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
I have the same problem with Joomla 1.5 / JoomlaComment 4.0 / MySql 5.

Component Install: DB function failed with error number 2006
MySQL server has gone away SQL=INSERT INTO jml_components VALUES( 0, '!JoomlaComment', 'option=com_comment', 0, 0, 'option=com_comment', '!JoomlaComment', 'com_comment', 0, 'js/ThemeOffice/component.png', 0, '', 1 )
SQL =
INSERT INTO jml_components VALUES( 0, '!JoomlaComment', 'option=com_comment', 0, 0, 'option=com_comment', '!JoomlaComment', 'com_comment', 0, 'js/ThemeOffice/component.png', 0, '', 1 )Error Loading ModulesMySQL server has gone away SQL=SELECT id, title, module, position, content, showtitle, control, params FROM jml_modules AS m LEFT JOIN jml_modules_menu AS mm ON mm.moduleid = m.id WHERE m.published = 1 AND m.access <= 2 AND m.client_id = 1 ORDER BY position, ordering

I can execute the code directly in Phpmyadmin, but after that, still nothing.......

Thanx!!

Component install issue.. HELP! 15 years 3 weeks ago #3342

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ok, here is a nice explanation why it happens
www.josephburford.com/2008/06/joomla-err...erver-has-gone-away/

Component install issue.. HELP! 15 years 3 weeks ago #3348

  • Arnoud
  • Arnoud's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
YES!!

I Copied al the files to the tmp directory and installed from there with succes. :)

Thanx a lot!

Component install issue.. HELP! 14 years 9 months ago #4881

  • John Leake
  • John Leake's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
I think I'm getting the same type of installation error..where can I find the php.ini and my.cnf files? thanks

Component install issue.. HELP! 14 years 9 months ago #4888

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
John Leake wrote:

I think I'm getting the same type of installation error..where can I find the php.ini and my.cnf files? thanks


I have no idea where the my.cnf file is, but php.ini can be found in your webhost root folder. Usually though, it's only editable for deticated servers - for Shared Hosting plans, you'll have to make a new php.ini file in the same folder as the .PHP file(s) you want to apply them to. Obviously public_html/ is needed, administrator/ would be too - and then you'd probably have to duplicate them a lot of times.

But before you do that, check your webhost control panel to see if you can change anything there. Otherwise, my best recommendation would be to lodge a support ticket with your host company and cite that article, asking them to change your webhost configuration to reflect the same settings on the host - saving you all that php.ini work.

Component install issue.. HELP! 14 years 9 months ago #4893

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey John, if you are on a shared host you most probably can't edit those values. I think that the best thing would be unziping the extension, upload it to the tmp directory and install it from there. This will save you a lot of time, since the server won't need to unzip the file - so you shoul win 10-20 seconds.

Component install issue.. HELP! 14 years 9 months ago #4950

  • John Leake
  • John Leake's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
Daniel Dimitrov wrote:

Hey John, if you are on a shared host you most probably can't edit those values. I think that the best thing would be unziping the extension, upload it to the tmp directory and install it from there. This will save you a lot of time, since the server won't need to unzip the file - so you shoul win 10-20 seconds.


I tried doing this and get the same problem. I don't have a slow internet connection so I don't know why it still gets timed out.

Component install issue.. HELP! 14 years 9 months ago #5111

  • John Leake
  • John Leake's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 0
I tried to install it again today from the tmp directory and it worked this time.. :)

thanks for the advice Daniel!
  • Page:
  • 1
Time to create page: 0.130 seconds