-
AuthorPosts
-
June 10, 2011 at 7:46 pm #165094
I have been waiting for a reply for this issue for some time now. I have a warning that appears in what seems to be pagination related. This problem seems to appear when I activate pagination. The warning appears above the pagination next page buttons. Read the warning below:
Warning: Invalid argument supplied for foreach() in /homepages/22/d353647997/htdocs/jatc_rasite_j16_release/templates/ja_rasite/html/com_content/featured/default_links.php on line 23
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 11, 2011 at 3:37 am #395803Please give us the login information FTP account to your support ticket WGX-742-24091 http://support.joomlart.com. I’ll check it for you.
1 user says Thank You to thangnn1510 for this useful post
June 16, 2011 at 5:53 am #396605thank you again, that fixed my problem
June 2, 2012 at 4:05 pm #455711I got the same problem. Could you tell us how you solved your problem?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 4, 2012 at 9:01 am #455844Do you have the same problem? Please send to me the details on your site. I will help you check it
June 5, 2012 at 12:13 am #455954<em>@Ninja Lead 323364 wrote:</em><blockquote>Do you have the same problem? Please send to me the details on your site. I will help you check it</blockquote>
Yes, but i have the site on the localhost.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 5, 2012 at 1:49 am #455960Ok mate, you can open templates/ja_rasite/html/com_content/featured/default_links.php file and paste this code below
<blockquote>
<?php
/**
* @package Joomla.Site
* @subpackage com_content
* @copyright Copyright (C) 2005 – 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/defined(‘_JEXEC’) or die(‘Restricted access’);
?><h2>
<?php echo JText::_(‘More Articles…’); ?>
</h2><ul>
<?php foreach ($this->links as $link) : ?>
<li>
<a class=”blogsection” href=”<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>”>
<?php echo $this->escape($link->title); ?></a>
</li>
<?php endforeach; ?>
</ul></blockquote>Please remember backup old file.
-
AuthorPosts
This topic contains 7 replies, has 4 voices, and was last updated by Ninja Lead 12 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum