Account Bölümü Tamamen Çalışmıyor

Emir Av

OpenCart-TR
Katılım
2 Tem 2011
Mesajlar
63
Tepkime puanı
0
Puanları
0
Yaş
30
Web sitesi
www.rtc.web.tr
Merhabalar,

Default tema kullanıyorum. Account bölümü tamamen çalışmıyor.

account/login
account/account
account/create

Hiç biri çalışmıyor, beyaz ekran sorunu var.

Ne yapsam bilemedim.

Login modülü kullanıyorum. İlgili konuda belirtilen div taglarını account'tan account2 şeklinde değiştirme işlemini falan yapmama rağmen hiç bi değişiklik yok.

Default temanın account klasörünü tekrar attım ama değişmedi.

Lütfen yardım edin, misafir alışverişi falan da olmuyor.. :(

Site: aslankilicav.com

İletişim bölümü falan da açılmıyor.

2 gün önce açılıyordu. Demek yaptığım bir değişiklikten oldu ama bulamıyorum ne olduğunu...

Sitenin error_log girdisinde

[23-Jan-2012 12:24:28] PHP Fatal error: Call to a member function getCategories() on a non-object in /home/public_html/catalog/view/theme/default/template/common/footer.tpl on line 4

Yazıyor.

Footer.tpl aynen şöyle;
Kod:
<div id="footer">
<div align="center"><?php
$this->load->model('tool/seo_url');
$results = $this->model_catalog_category->getCategories();
if ($results) {$output = '<d>';}
foreach ($results as $result) {
$output .= '<d>';
$new_path = $result['category_id'];
$unrewritten = HTTP_SERVER.'index.php?route=product/category&path=' . $new_path;
$rewritten = $this->model_tool_seo_url->rewrite($unrewritten);
$output .= '<a href="' . $rewritten . '">' . $result['name'] . '</a>&nbsp/&nbsp';
$sub_results = $this->model_catalog_category->getCategories($new_path);
if ($sub_results) {$output .= '<d>';}
foreach ($sub_results as $sub_result) {
$output .= '<d>';
$new_sub_path = $sub_result['category_id'];
$sub_unrewritten = $unrewritten.'_'. $new_sub_path;
$sub_rewritten = $this->model_tool_seo_url->rewrite($sub_unrewritten);
$output .= '<a href="' . $sub_rewritten . '">' . $sub_result['name'] . '</a>&nbsp/&nbsp';
$output .= '</d>';
}
if ($sub_results) {$output .= '</6>';}
$output .= '</d>';
}
if ($results) {$output .= '</6>';}
echo $output;
?></div>

  <div class="div1"><img src="catalog/view/theme/default/image/payment.png" alt="" /></div>


  <!-- 
OpenCart is open source software and you are free to remove the Powered By OpenCart if you want, but its generally accepted practise to make a small donatation.
Please donate via PayPal to donate@opencart.com
//-->
  <div class="div2"><?php echo $text_powered_by; ?> <br /><strong><a href="http://www.aslankilicav.com">AslankılıcAv.Com</a>, <a href="http://www.rtcweb.tk"><font color="red">Recep Talha ÇOLAK</font></a> tarafından yapılmıştır. </strong>
</div>
  <!-- 
OpenCart is open source software and you are free to remove the Powered By OpenCart if you want, but its generally accepted practise to make a small donatation.
Please donate via PayPal to donate@opencart.com
//-->
</div>
</div>
<?php echo $google_analytics; ?>
</body></html>

Sanırım en son Ana kategorileri footerda gösterme kodunu koymuştum. Ondan kaynaklanıyormuş.
Onu silince bazıları düzeldi.

Sepette bir ürün varken yine çalışmıyorlar.

Gelişmiş sepet eklentisini yüklemiştim sanırım ondan diyeceğim ama diğer sitelerimde de yüklü ve hiç bir sorun yok. Delirecem yahu yardım edin lütfen.

:dodgy:
 
Üst