MyBB Depo Forum

Orjinalini görmek için tıklayınız: SQL 1064 Hatası
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2
site adresi
Kod:
http://dikkatteknoloji.com/
Parmak İşaretli Konu Oylama Plugin eklentisi kurmaya kalktığımda bu hatayı alıyorum
Resim-Grafik Hata Ekran Görüntüsü :
resim
Eklentide sorun olmali.
Hata, Resimde görünen TYPE=MyISAM da..
Plugins kalsörünün içine attıp kurmaya çalıştığın .php dosyasının içeriğine gir ve TYPE=MyISAM ara kaç tane bulursan hepsini ENGINE=MyISAM şeklinde değiştir. Daha sonra eklentiyi aktifleştir.
(29-06-2014, Saat:21:53)poyraz Adlı Kullanıcıdan Alıntı: [ -> ]Hata, Resimde görünen TYPE=MyISAM da..
Plugins kalsörünün içine attıp kurmaya çalıştığın .php dosyasının içeriğine gir ve TYPE=MyISAM ara kaç tane bulursan hepsini ENGINE=MyISAM şeklinde değiştir. Daha sonra eklentiyi aktifleştir.

Çok Teşekkür ederim oldu. Ama aktifleştirsem bile postbitte yok nasıl düzeltirim?
Eklenti eski de ondan gözükmüyor. Eklentinin linki varsa ver yada eklenti içeriğini buraya ekle kontrol etsin bilen biri..
Kod:
http://destek.mybb.com.tr/showthread.php?tid=3085
Test ettim bende göründü..
Kullandığın postbit kodları değişik olduğundan sende eklememiş olabilir. Kullandığın postbit şablonunu buraya ekle de bakalım..
Şimdi farkettim, senin sitende de görünüyor.
Kod:
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    
<td class="tcat" colspan="2"><div style="float:left">{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></div></td>


<tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
{$post['onlinestatus']}
        <div class=postingo><strong><span class="largetext">{$post['profilelink']}</span></strong></div>
        <span class="smalltext">
            <div class=postingo>{$post['usertitle']}</div>
            <div class=postingo>{$post['groupimage']}</div>
            <div class=postingo>{$post['useravatar']}</div>
            {$post['user_details']}
<div class="screwypostbitisim">İsim<dd> {$post['fid12']} </dd></div>

<br/><a href="{$post['fbpro']}" title="Click to view {$post['username']}`s facebook profile" target="{$mybb->settings['social_6']}"><img src="{$mybb->settings['social_1']}"></a> <a href="ymsgr:sendIM?{$post['yhpro']}" title="Click to connect to {$post['username']} on yahoo messenger"><img src="{$mybb->settings['social_2']}"></a> <img src="{$mybb->settings['social_3']}" title="{$post['username']}`s Msn Messenger ID: {$post['mspro']}" style="cursor:help"> <img src="{$mybb->settings['social_4']}" title="{$post['username']}`s icq ID: {$post['icqpro']}" style="cursor:help"></a> <img src="{$mybb->settings['social_5']}" title="{$post['username']}`s Skype ID: {$post['skype']}" style="cursor:help"></div>
        </span>
    </td>
    <td class="{$altbg}" valign="top">
        <table width="100%">
            <tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
            <br />
            <div id="pid_{$post['pid']}" class="post_body">
                {$post['message']}
            </div>
            {$post['attachments']}
            {$post['signature']}
            <div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
                <div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
                {$post['iplogged']}
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr>
    <td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
    <td class="{$altbg}" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
                <td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </tr>
        </table>
    </td>
</tr>
</table>

Giriş yapınca gözükmüyor?
Sayfalar: 1 2