MyBB.de Forum
1.2.6 Auf 1.2.12 Update - 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: Installation/Aktualisierung (https://www.mybb.de/forum/forum-37.html)
+---- Thema: 1.2.6 Auf 1.2.12 Update (/thread-8523.html)



1.2.6 Auf 1.2.12 Update - Crazy - 01.02.2008

Hi
Ich habe 1.2.6 mybb laufen möchte auf 1.2.12 Updaten, Leider bekomme ich fehler meldung beim Updaten.

MySQL error: 1045
Access denied for user 'mybb_forum'@'localhost' (using password: YES)
Query:

ich habe beiden datein config.php und setting.php gesichert und wieder hochgeladen.leider bekomme ich keine verbindung zum Update.

Muss man da noch was beachten?

Bin zimlich neu bei mybb,Könnte mir Bitte jemand helfen was ich machen muss.

MFG


RE: 1.2.6 Auf 1.2.12 Update - Garlant - 01.02.2008

Hallo Crazy,

bitte editiere die config.php um sicher zu gehen, dass das Passwort korrekt ist.
Laut Fehlermeldung könnte das Passwort nicht übereinstimmen.

Mfg Garlant


RE: 1.2.6 Auf 1.2.12 Update - Crazy - 01.02.2008

Ok das habe ich erledigt, Nun habe ich eine andere Problem.
ich habe von eine andere mybb folgende tabellen ersetzt.
mybb_templategroups
mybb_templates
mybb_templatesets
mybb_themes

Danach habe ich dieser Fehler bekommen.

Parse error: syntax error, unexpected '-', expecting '}' in /home/web1/public_html/forum/global.php(252) : eval()'d code on line 1

Parse error: syntax error, unexpected '-', expecting '}' in /home/web1/public_html/forum/global.php(259) : eval()'d code on line 1

Parse error: syntax error, unexpected '-', expecting '}' in /home/web1/public_html/forum/global.php(341) : eval()'d code on line 1

Parse error: syntax error, unexpected '-', expecting '}' in /home/web1/public_html/forum/index.php(31) : eval()'d code on line 1


Wie kann ich das wieder beheben?

MFG


RE: 1.2.6 Auf 1.2.12 Update - StefanT - 01.02.2008

In den dort aufgerufenen Templates sind Fehler drin. Da kommt scheinbar anstatt der schließenden Klammer ein Minus-Zeichen. Da es bei mehreren Templates falsch ist, kommt mir das komisch vor.


RE: 1.2.6 Auf 1.2.12 Update - Crazy - 01.02.2008

Ja das ist komisch,Ich habe zwei Board laufen wen ich irgent wo eine Fehler sehe dan nehme ich von erzatz Board und Funktioniert wieder.


RE: 1.2.6 Auf 1.2.12 Update - Crazy - 01.02.2008

Hier die Fehler Seite

Code:
<html>
<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply&phpMyAdmin=MrYMpgvbcW1b0yenmoXBi1nDt14">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward&phpMyAdmin=MrYMpgvbcW1b0yenmoXBi1nDt14">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb-&phpMyAdmin=MrYMpgvbcW1b0yenmoXBi1nDt14>post_code}">{$lang->delete_pm}</a></td></table></td>
</tr>
{$message}
<tr>
<td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply&phpMyAdmin=MrYMpgvbcW1b0yenmoXBi1nDt14">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward&phpMyAdmin=MrYMpgvbcW1b0yenmoXBi1nDt14">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb->post_code}&amp;my_post_key={$mybb-&phpMyAdmin=MrYMpgvbcW1b0yenmoXBi1nDt14>post_code}">{$lang->delete_pm}</a></td></table></td>
</tr>
</table>
</td>
</tr>
</table>
{$footer}
</body>
</html>


Und Hier die ersatz von meine andere Board.Und hir mit gibts keine fehler.

Code:
<html>
<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="thead"><strong>{$pm['subject']}</strong></td><td class="thead" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}&amp;my_post_key={$mybb->post_code}">{$lang->delete_pm}</a></td></table></td>
</tr>
{$message}
<tr>
<td class="tfoot" colspan="3"><table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td class="tfoot"><strong>{$pm['subject']}</strong></td><td class="tfoot" align="right"><a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=reply">{$lang->reply}</a> | <a href="private.php?action=send&amp;pmid={$pm['pmid']}&amp;do=forward">{$lang->forward}</a> | <a href="private.php?action=delete&amp;pmid={$pm['pmid']}&amp;my_post_key={$mybb->post_code}">{$lang->delete_pm}</a></td></table></td>
</tr>
</table>
</td>
</tr>
</table>
{$footer}
</body>
</html>



RE: 1.2.6 Auf 1.2.12 Update - Michael - 01.02.2008

Was mir auffällt: In dem Problemtemplate wird überall eine Angabe zu phpMyAdmin an die Links angehängt. Wo kommt die her?


RE: 1.2.6 Auf 1.2.12 Update - Crazy - 01.02.2008

Keine ahnung.wo die herkommt, jetz habe ich noch eine Fehler und weis nicht wie ich sie beseitigen soll.
wen ich beiträge lösche bekomme dieser Fehler.

MySQL error: 1146
Table forum_1.mybb_reportedposts' doesn't exist
Query: UPDATE mybb_reportedposts SET reportstatus='1' WHERE tid='4721' AND reportstatus='0'

Irgent wie gibts dieser mybb_reportedposts' tabelle nicht wie ich das vwerstehe


RE: 1.2.6 Auf 1.2.12 Update - Michael - 02.02.2008

Richtig, die Tabelle existiert laut Fehlermeldung nicht. Du kannst diese über folgenden Query erzeugen:
Code:
CREATE TABLE mybb_reportedposts (
  rid int unsigned NOT NULL auto_increment,
  pid int unsigned NOT NULL default '0',
  tid int unsigned NOT NULL default '0',
  fid int unsigned NOT NULL default '0',
  uid int unsigned NOT NULL default '0',
  reportstatus int(1) NOT NULL default '0',
  reason varchar(250) NOT NULL default '',
  dateline bigint(30) NOT NULL default '0',
  KEY fid (fid),
  KEY dateline (dateline),
  PRIMARY KEY  (rid)
) TYPE=MyISAM;