help.joomla.org is bugged on today
help.joomla.org is bugged on today
hello
i cant access the help.joomla.org now.
i have the following error :
mossession::store failed
DB function failed with error number 1062
Duplicate entry '1-' for key 2 SQL=INSERT INTO mos_session ( `session_id`,`time`,`username`,`gid`,`guest` ) VALUES ( 'ba2106e0371b7f7606ee19cc734f50ea','1132336738','','0','1' )
i cant access the help.joomla.org now.
i have the following error :
mossession::store failed
DB function failed with error number 1062
Duplicate entry '1-' for key 2 SQL=INSERT INTO mos_session ( `session_id`,`time`,`username`,`gid`,`guest` ) VALUES ( 'ba2106e0371b7f7606ee19cc734f50ea','1132336738','','0','1' )
Re: help.joomla.org is bugged on today
I just had the same error.
mossession::store failed
DB function failed with error number 1062
Duplicate entry '1-' for key 2 SQL=INSERT INTO mos_session ( `session_id`,`time`,`username`,`gid`,`guest` ) VALUES ( '7f4ef11a37d1763dc4339b5261f1609d','1132336860','','0','1' )
mossession::store failed
DB function failed with error number 1062
Duplicate entry '1-' for key 2 SQL=INSERT INTO mos_session ( `session_id`,`time`,`username`,`gid`,`guest` ) VALUES ( '7f4ef11a37d1763dc4339b5261f1609d','1132336860','','0','1' )
- spacemonkey
- Joomla! Apprentice
- Posts: 37
- Joined: Fri Aug 12, 2005 7:50 pm
- Location: New York City
- Contact:
Re: help.joomla.org is bugged on today
Yup, just as I send an email to someone looking for documentation, the help site goes down
We're looking at it, and the problem will be resolved shortly. Thanks for the heads up!
We're looking at it, and the problem will be resolved shortly. Thanks for the heads up!
Bringing on that Spacemonkey goodness:
website -> www.spacemonkeylabs.com
blog -> blog.spacemonkeylabs.com
website -> www.spacemonkeylabs.com
blog -> blog.spacemonkeylabs.com
Re: help.joomla.org is bugged on today
db has been repaired and help is back.. cheers.
rhuk
http://www.rockettheme.com - RocketTheme Template Club
http://www.rockettheme.com/aff - RocketTheme Affiliate Program
http://www.rockettheme.com - RocketTheme Template Club
http://www.rockettheme.com/aff - RocketTheme Affiliate Program
Re: help.joomla.org is bugged on today
Quick and efficiënt as always
Thanks Andy, cheers.
Thanks Andy, cheers.
Re: help.joomla.org is bugged on today
benedikt wrote:Quick and efficiënt as always
Thank you
Re: help.joomla.org is bugged on today
Can anyone shed some light on this incident? I'm receiving the same error as well and would love to know how to fix it
Re: help.joomla.org is bugged on today
On your own server or this server?
Re: help.joomla.org is bugged on today
My server. I'm guessing it's a side-effect of a load spike on the database server, but I'm just wondering how this was resolved for help.joomla.org.
Re: help.joomla.org is bugged on today
Normally, if databases become damaged, we run a Database Repair on it. You can do this by running this query on the database table in question.
REPAIR TABLE (table_name);
You can run this from PHPMyAdmin if you aren't comfortable with using the command line. If your server is running CPanel, you can go into the CPanel Database Management area and just click "Repair" next to the database.
REPAIR TABLE (table_name);
You can run this from PHPMyAdmin if you aren't comfortable with using the command line. If your server is running CPanel, you can go into the CPanel Database Management area and just click "Repair" next to the database.
Re: help.joomla.org is bugged on today
Well, I don't think it was damaged because it resolved itself, and the error went away, but it'd be nice to at least know what caused this (and the solution) for future reference.