@mvogel4949 wrote:
I'm attempting to install the cdr module and am getting following error:
SQLSTATE[HY000]: General error: 145 Table './asteriskcdrdb/cdr' is marked as crashed and should be repaired
/var/www/html/admin/modules/cdr/install.php
$confs = $pdo->query($sql, DB_FETCHMODE_ASSOC);
// If we didn't throw an exception, we're done.
out(_("OK!"));
continue;
} catch (\Exception $e) {
out(_("Adding!"));
$sql = "ALTER TABLE$db_name
.$db_table_name
ADD $cf VARCHAR ( 80 ) NOT NULL default ''";
$pdo->query($sql);any ideas?
Posts: 8
Participants: 3