-
AuthorPosts
-
December 13, 2010 at 9:24 am #157377
I am using com_property component which is a component for managing real states.
I have a problem using this component with every JA templates based on T3 framework. So I guess there is a bug or conflict in t3 plugin.
This problem occurs in two page of this component AFAIK .
1.The page which list Agents.
2.Agent/user panel where agents can manage their properties.Currently I have no live site to give you URLs but their URLs on my localhost are:
http://localhost/amlak/index.php?option=com_properties&view=agents&Itemid=13
http://localhost/amlak/index.php?option=com_properties&view=panel&Itemid=7the generated error is:
Fatal error: Cannot redeclare class JPagination in componentscom_propertieshelperspagination.php on line 449
I hope somebody here can find faulty codes and fix it.
December 13, 2010 at 11:19 am #366542i don’t think this is problem from T3 as the error arise on component-level..
if you like to make sure, please try to change the template to non-T3 template and see if the problem still exist…
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 15, 2010 at 4:47 am #366865now, you try with this:
Open the file: /system/jat3/core/joomla/pagination.php and add the following code at line 27
[PHP]if( !class_exists(“JPagination”) ) {[/PHP]
and add this at end of file:
[PHP]
}
[/PHP]1 user says Thank You to Saguaros for this useful post
December 23, 2010 at 11:56 am #368310No! it code workink [PHP]if (class_exists(‘JPagination’)) {
class JPagination extends JObject
{ [/PHP]Enjoy
sfutterer Friendsfutterer
- Join date:
- August 2007
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
March 7, 2011 at 3:00 am #379966These fix suggestions didn’t work for me. I’m using T3 FM2 with Docman 1.5.5 and getting Fatal error: Cannot redeclare class JPagination in /xxxxx/xxxxxx/xxxxxxxx/plugins/system/jat3/core/joomla/pagination.php on line 537.
I also tried to install ja_t3_blank.v1.1.4 and set it as default template. The problem still occurs.
Are there any other fix options?
January 26, 2012 at 3:01 pm #435558<em>@sfutterer 225889 wrote:</em><blockquote>These fix suggestions didn’t work for me. I’m using T3 FM2 with Docman 1.5.5 and getting Fatal error: Cannot redeclare class JPagination in /xxxxx/xxxxxx/xxxxxxxx/plugins/system/jat3/core/joomla/pagination.php on line 537.
I also tried to install ja_t3_blank.v1.1.4 and set it as default template. The problem still occurs.
Are there any other fix options?</blockquote>
I’ve got the same problem!
Joomla! 1.5.22 Stable
Joomlart template Portfolio
DOCman v1.5.8
SEF enabledCould you please fix this?
-
AuthorPosts
This topic contains 6 replies, has 6 voices, and was last updated by pukkert 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum