mybb_adminoptions - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html) +---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-36.html) +---- Thema: mybb_adminoptions (/thread-11306.html) Seiten: Seiten:
1
2
|
mybb_adminoptions - wWs - 20.10.2008 MySQL error: 1146 Table 'phoenix-jonglage.mybb_adminoptions' doesn't exist Query: SELECT * FROM mybb_adminoptions WHERE uid='1' Sorry habe diese Tabelle eben ausversehen in myphpadmin gelöscht was tun? Mein ganzes Admincp geht nicht mehr. RE: mybb_adminoptions - linwinman - 20.10.2008 Hallo wWs, importiere in "phpMyAdmin" aus dem letzten Datenbank-Backup die Tabelle "mybb_adminoptions" einschließlich der relevanten Datensätze. RE: mybb_adminoptions - wWs - 20.10.2008 Das Problem ist die ist zu groß und muss gesplittet werden das hat Murphy für mich schon einmal heute gemacht aber ich möchte ihn das nur ungern noch einmal zumuten auch wenn es nur eine Tabelle ist Hier das backup RE: mybb_adminoptions - linwinman - 20.10.2008 linwinman schrieb:importiere in "phpMyAdmin" aus dem letzten Datenbank-Backup die Tabelle "mybb_adminoptions" einschließlich der relevanten Datensätze.Du sollst ja auch nur die Tabelle "mybb_adminoptions" importieren. Du kannst die Tabelle mit einem (HTML-)Editor aus dem kpl. Backup extrahieren (siehe Beispiel-Tabelle im Anhang). RE: mybb_adminoptions - wWs - 20.10.2008 Oje versteh das nicht so sorry Im admincp komm ich rein.da kommt aber das MySQL error: 1054 Unknown column 'permsset' in 'where clause' Query: SELECT * FROM mybb_adminoptions WHERE (uid='1' OR uid='-4' OR uid='0') AND permsset != '' ORDER BY uid DESC RE: mybb_adminoptions - linwinman - 20.10.2008 linwinman schrieb:importiere in "phpMyAdmin" aus dem letzten Datenbank-Backup die Tabelle "mybb_adminoptions" RE: mybb_adminoptions - wWs - 20.10.2008 ich habe dir doch mein backup hochgeladen was anderes habe ich nicht? RE: mybb_adminoptions - linwinman - 20.10.2008 Die Datei ist defekt: "Ungültiger Archivordner". RE: mybb_adminoptions - wWs - 20.10.2008 Die geht aber http://wildweststyle.bplaced.net/127.0.0.1.sql.zip oder http://wildweststyle.bplaced.net/backup_b00ee45e4a.gz Das erste geht auf jeden fall RE: mybb_adminoptions - linwinman - 20.10.2008 Gut, die erste Datei ist i. O.; aus dieser kannst du die Tabelle "mybb_adminoptions" (inkl. Datensätze) kopieren und in "phpMyAdmin > Tab 'SQL'" importieren. |