Hello,

I'm using joomla 4.4.0 with Joomlart Sugite theme-T3 Framework. I installed 4SEF v2.1.0.544 for try. After installing the component, the web site crashed. The error is as in the image. The problem is with T3. How to fix? Please help me.

Hi @mehmettas

Could you share the credentials of your site (URL, Admin + FTP account)?
I will take a look and check for you.

Regards.

This message is visible to Moderators only
hidden content

    mehmettas The problem comes from the override file in xblog layout, I just updated this file on your site:
    /templates/ja_sugite/html/com_content/category/xblog2.php

    Updated the pagination code at the end of file:

    <?php 
    $pagesTotal = isset($this->pagination->pagesTotal) ? $this->pagination->pagesTotal : $this->pagination->get('pages.total');
    if (($this->params->def('show_pagination', 1) == 1  || ($this->params->get('show_pagination') == 2)) && ($pagesTotal > 1)) : ?>
    <div class="pagination-wrap">
    	<?php  if ($this->params->def('show_pagination_results', 1)) : ?>
    	<div class="counter"> <?php echo $this->pagination->getPagesCounter(); ?></div>
    	<?php endif; ?>
    	<?php echo $this->pagination->getPagesLinks(); ?> </div>
    <?php  endif; ?>

    Kindly check.

    Write a Reply...
    You need to Login to view replies.