Salve il portale in maniera Sistematica mi da questo errore, ho provato a cancellare tutto riavviare e altro. La versione e' l'ultimissima uscita con tutte le protezioni del caso. Permessi sui file e altro. Nn saprei come risolverlo in maniera completa avete qualche idea ? Riesco a ripararlo ricreando la tabella ma tanto e' che l'indomani si ricrea il problema .
Perfavore aiutatemi.
il sito e'
http://thb.ilbello.com Problema:
DB function failed with error number 145
Table './_thb/jos_session' is marked as crashed and should be repaired SQL=SELECT session_id FROM jos_session WHERE session_id = 'f1acf27c571e9206cc5bed85a35039bf'
SQL =
SELECT session_id
FROM jos_session
WHERE session_id = 'f1acf27c571e9206cc5bed85a35039bf'DI CONSEGUENZA mi va in crash il forum:mySQL query error: DELETE FROM ibf_sessions WHERE ip_address='82.53.69.100'
SQL error: Table 'ibf_sessions' is marked as crashed and should be repaired
SQL error code:
Date: Sunday 24th 2006f September 2006 12:37:38 PMOra io che faccio vado in Mysqladmin e mi metto a rifare le cartelle in sql.
Tutto riparte ma poi dopo un tot di tempo ... torna l'errore e tutto il sito diventa innavigabile. Edit: Queste sono le tabelle che ricreo:
Per JoomlaCREATE TABLE `jos_session` (
`username` varchar(50) default '',
`time` varchar(14) default '',
`session_id` varchar(200) NOT NULL default '0',
`guest` tinyint(4) default '1',
`userid` int(11) default '0',
`usertype` varchar(50) default '',
`gid` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`session_id`),
KEY `whosonline` (`guest`,`usertype`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Per il forumCREATE TABLE `ibf_sessions` (
`id` varchar(32) NOT NULL default '0',
`member_name` varchar(64) default NULL,
`member_id` mediumint(
NOT NULL default '0',
`ip_address` varchar(16) default NULL,
`browser` varchar(200) NOT NULL default '',
`running_time` int(10) default NULL,
`login_type` char(3) default '',
`location` varchar(40) default NULL,
`member_group` smallint(3) default NULL,
`in_error` tinyint(1) NOT NULL default '0',
`location_1_type` varchar(10) NOT NULL default '',
`location_1_id` int(10) NOT NULL default '0',
`location_2_type` varchar(10) NOT NULL default '',
`location_2_id` int(10) NOT NULL default '0',
`location_3_type` varchar(10) NOT NULL default '',
`location_3_id` int(10) NOT NULL default '0',
PRIMARY KEY (`id`),
KEY `location1` (`location_1_type`,`location_1_id`),
KEY `location2` (`location_2_type`,`location_2_id`),
KEY `location3` (`location_3_type`,`location_3_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
PS. Premetto che nn ho modificato nulla a livello di Software Joomla...Grazie mille pe la vostra attenzione.