×

Notice

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

TOPIC: DB function failed with error number 2006

DB function failed with error number 2006 14 years 10 months ago #4227

  • Linas Plankis
  • Linas Plankis's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0

* 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, '../components/com_comment/joscomment/images/logoicon.png', 0, '', 1 )
SQL =

INSERT INTO jos_components VALUES( 0, '!Joomlacomment', 'option=com_comment', 0, 0, 'option=com_comment', '!Joomlacomment', 'com_comment', 0, '../components/com_comment/joscomment/images/logoicon.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


Yes, the !Jommlacomment seems to be the best of extensions in its category. I could see this, when i had installed it on my local xampp - apachi. The installation process was ideal then. But now i'm trying to do the same on the remote server, where my host is, and some issues occur. The first was, that it was unable to finish installation via upload, perhaps due to the same time limit issue, that was described in the forum below . Joomla hang up with no reporting any error then (i tried this more than once). But now, when i'm trying to install from /public_html/tmp , the error listed hereabove is returned, and the joomla installer seems to have done nothing but inserted /administrator/components/com_comments folder with a single file, pardoxally returning "Install Component Success" afterall (!).

I'm not sure where exactly this error came from, so i don't know what to hint more on this, except perhaps that i've already installed a number of other extensions without any failure, meaning that the issue perhaps is not so primitive as wrong permissions or so. :unsure:

What do you suggest about this? Thanks.

DB function failed with error number 2006 14 years 10 months ago #4233

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Linas!
Did you read this thread: compojoom.com/forum.html?func=view&catid=8&id=3129 ?

DB function failed with error number 2006 14 years 10 months ago #4277

  • Linas Plankis
  • Linas Plankis's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Yes, I contrived to not notice that thread about the error. Thanks.

Unhappily the issue is about the time limits, a topic, that i don't know much about B)

DB function failed with error number 2006 14 years 10 months ago #4281

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Well, with php you often encounter this error :) This feature is there to ensure that a script is not going to use all server resources when it goes in infinite loop :D
  • Page:
  • 1
Time to create page: 0.228 seconds