So da hier es etwas anderes ist, ein neuer Beitrag.
Habe die neuste Software 0.1.7 installiert und zwar folgendermassen:
Die Software in das Verzeichnis geschoben, die alte config.php reingepackt und das Update ausgeführt.
Während des Update kamen keine Fehlermeldungen.
Danach hab ich das eboard einfach hochgeladen aber nicht installiert.
Funzt soweit auch super.
Jetzt kommen folgende Probleme:
Nach dem sich ein User eingeloggt hat, bekommt der die Meldung, dass das Modul nicht aktiv ist.
Habe wie immer das eboard als Home eingestellt.
Dessweiteren gehen diverse Module und Blöcke nicht mehr.
Hab dan unter Administration auf Debug umgestellt.
Folgende Fehler zeigt es mir an:
pragmaMx 0.1.7 Debug-Mode, PHP Error-Reporting (E_ALL) enabled
GET: Array
(
[op] => Configure
[ok] => 5870
)
Error sql_query():
qry: SELECT Count(ip) FROM {prefix}_visitors WHERE time>1139176545 AND uid=0
descr: Unknown column 'time' in 'where clause' ( mysql 1054 )
details:
file: /blocks/block-Who_is_Online.php # line: 75, cmd: sql_query(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui...),
file: /includes/mx_api.php # line: 772, cmd: include(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php),
file: /includes/mx_system.php # line: 457, cmd: mxgetblockdata(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26]),
file: /includes/mx_system.php # line: 660, cmd: mxgetallblocks(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26], l),
file: /themes/vkpMx-fisubice/theme.php # line: 122, cmd: blocks(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26], l, left),
file: /header.php # line: 110, cmd: themeheader(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26], l, left),
file: /admin/modules/settings.php # line: 163, cmd: include(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php),
file: /admin/modules/settings.php # line:1263, cmd: configure(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php, 5870),
file: /admin/case/case.settings.php # line: 23, cmd: include(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php, 5870, /admin/modules/settings.php),
file: /admin.php # line: 646, cmd: include(SELECT Count(ip) FROM nuke_visitors WHERE time>1139176545 AND ui..., /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php, 5870, /admin/modules/settings.php, /admin/case/case.settings.php),
Error sql_fetch_row():
descr: mysql_fetch_row(): supplied argument is not a valid MySQL result resource
details:
file: /blocks/block-Who_is_Online.php # line: 76, cmd: sql_fetch_row(false),
file: /includes/mx_api.php # line: 772, cmd: include(false, /blocks/block-Who_is_Online.php),
file: /includes/mx_system.php # line: 457, cmd: mxgetblockdata(false, /blocks/block-Who_is_Online.php, Array[26]),
file: /includes/mx_system.php # line: 660, cmd: mxgetallblocks(false, /blocks/block-Who_is_Online.php, Array[26], l),
file: /themes/vkpMx-fisubice/theme.php # line: 122, cmd: blocks(false, /blocks/block-Who_is_Online.php, Array[26], l, left),
file: /header.php # line: 110, cmd: themeheader(false, /blocks/block-Who_is_Online.php, Array[26], l, left),
file: /admin/modules/settings.php # line: 163, cmd: include(false, /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php),
file: /admin/modules/settings.php # line:1263, cmd: configure(false, /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php, 5870),
file: /admin/case/case.settings.php # line: 23, cmd: include(false, /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php, 5870, /admin/modules/settings.php),
file: /admin.php # line: 646, cmd: include(false, /blocks/block-Who_is_Online.php, Array[26], l, left, /header.php, 5870, /admin/modules/settings.php, /admin/case/case.settings.php),
Ausserdem wenn ich im eboard die Foren im Control Panel editieren will, kommt immer folgende Meldung:
function Popup(url, window_name, window_width, window_height) { settings= "toolbar=no,location=no,directories=no,"+ "status=no,menubar=no,scrollbars=yes,"+ "resizable=yes,width="+window_width+",height="+window_height; NewWindow=window.open(url,window_name,settings); } function icon(theicon) { document.input.message.value += " "+theicon; document.input.message.focus(); } function setPointer(theRow, thePointerColor) { if (typeof(theRow.style) == 'undefined' || typeof(theRow.cells) == 'undefined') { return false; } var row_cells_cnt = theRow.cells.length; for (var c = 0; c < row_cells_cnt; c++) { theRow.cells[c].bgColor = thePointerColor; } return true; } // end of the 'setPointer()' function function storeCaret () { if (document.input.message.createTextRange) document.input.message.caretPos = document.selection.createRange().duplicate(); } function insertAtCaret (icon1, icon2) { if (document.input.message.createTextRange && document.input.message.caretPos) { var caretPos = document.input.message.caretPos; selectedtext = caretPos.text; caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == '' ? ' '+icon1 + ' ' : ' '+icon1+' '; caretPos.text = caretPos.text + selectedtext + icon2; } else document.input.message.value = document.input.message.value + ' '+icon1 + ' ' + icon2+' ' document.input.message.focus(); } function openWithSelfMain(url,name,width,height) { var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no"; new_window = window.open(url, name, options); //window.self.name = "main"; //new_window.focus(); } function IM( pmname ) { var MainWindow = window.open ("buddy5.php?op=compose&to=" + pmname, "_blank","width=360,height=200,toolbar=no,location=no,menubar=no,scrollbars=yes,resizeable=no,status=no"); } function bbrules(ModName) { msgWindow = window.open("modules/" + ModName + "/bbrules.html","displayWindow","toolbar=no,width=400,height=500,directories=no,status=no,scrollbars=yes,resize=no,menubar=no") }
Kann mir dabei jemand helfen die fehler zu beseitigen?
Wobei... bemerkt die zweite Meldung kommt nur wenn ich die Firewall nicht auschalte.

Gruss