-
AuthorPosts
-
wicklert Friend
wicklert
- Join date:
- September 2006
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
October 2, 2010 at 10:56 am #154854Can’t use DOCman with JA_Social
<blockquote>Fatal error: Cannot redeclare class JPagination in /var/www/vhosts/groenwit.nl/httpdocs/plugins/system/jat3/core/joomla/pagination.php on line 537</blockquote>Switched to template JA_PURITY and it’s working fine.
What’s causing this?Regards
EdSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 4, 2010 at 9:22 am #357653Hi, kindly try to enable the Development Mode at the configuration panel of this template and check this again, thanks
andre_sabino Friendandre_sabino
- Join date:
- June 2006
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
October 10, 2010 at 2:13 pm #358340Hi.
Enable the Development Mode did not solve the problem for me.
Any kind of tip to solve this?
Thanks.
Best Regards,
AMSwicklert Friendwicklert
- Join date:
- September 2006
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
October 10, 2010 at 2:42 pm #358343Development Mode was (and is) enabled.
So no change, sorry!!andre_sabino Friendandre_sabino
- Join date:
- June 2006
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
October 10, 2010 at 2:59 pm #358344Hi.
So, wicklert: have you solved the problem, by another way? Or it is still happening?
Regards,
AMSwicklert Friendwicklert
- Join date:
- September 2006
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
October 10, 2010 at 3:09 pm #358345Hi AMS,
I’ve solved the problem by temporarily using component Jdownloads but this is far less user friendly (frontend).
Hoping for a swift solution by Joomlart support.Regards
Edwicklert Friendwicklert
- Join date:
- September 2006
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
October 16, 2010 at 6:44 pm #359274<em>@tienhc 196791 wrote:</em><blockquote>Hi, kindly try to enable the Development Mode at the configuration panel of this template and check this again, thanks</blockquote>Still not working, installed new version plg_system_jat3.v1.1.8.
What’s status? Can someone tell me?
andre_sabino Friendandre_sabino
- Join date:
- June 2006
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
October 17, 2010 at 11:33 am #359303Hi.
I have tried to rename the file pagination.php, to something like _pagination.php (folder …pluginssystemjat3corejoomla), to avoid making an object restatement. The file pagination.php still exists in other folder.
It is working for me now.
This does not invalidate any possible correction that has to be done.Please tell me if it works for you too.
Regards,
André Sabino1 user says Thank You to andre_sabino for this useful post
wicklert Friendwicklert
- Join date:
- September 2006
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
October 17, 2010 at 6:26 pm #359310This is working for me as well.
Can’t believe this will be the ultimate solution :laugh: but can use DocMan again.
We both have to wait for news (update) from Joomlart.Thanks André.
Regards
EdSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 30, 2010 at 8:30 am #364810now, 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]wicklert Friendwicklert
- Join date:
- September 2006
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
November 30, 2010 at 10:37 pm #364898Hi Tienhc,
I’ve followed you’re advise.
26 class JPagination extends JObject
27 if( !class_exists("JPagination") ) {
28 /**and at the end
557 }
558 }
559 }This can’t be the solution, because this is giving problems…hangup of the website..!! :((
What I’m doing wrong…??Regards
EdSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 1, 2010 at 2:31 am #364909
26 class JPagination extends JObject
27 if( !class_exists("JPagination") ) {
28 /**<< wrong in here:
right:
26 if( !class_exists("JPagination") ) {
27 class JPagination extends JObject
28 /**pls check again
wicklert Friendwicklert
- Join date:
- September 2006
- Posts:
- 48
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 10
- Thanked:
- 6 times in 1 posts
December 2, 2010 at 8:56 pm #365150<em>@tienhc 206022 wrote:</em><blockquote>Open the file: /plugins/system/jat3/core/joomla/pagination.php and add the following code at line 26
[PHP]if( !class_exists(“JPagination”) ) {[/PHP]
and add this at end of file:
[PHP]
}
[/PHP]</blockquote>
After given directions it’s working like a charm. 🙂
I’ve marked adjusted line above in red.Thanks tienhc, you rock.
Regards
Ed -
AuthorPosts
This topic contains 14 replies, has 4 voices, and was last updated by thewill 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum