-
AuthorPosts
-
June 6, 2014 at 1:25 pm #198544
Hello guys,
I found an issue on my site due to JA T3v2 System Plugin for J25 & J32, here is a screenshot :
You can fix it by modifying the line 41 in plugins/system/jat3/jat3/core/framework.php by testing if the class JViewLegacy exists instead of the JView class, I let you change that.
Regards,
Jeremy
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 6, 2014 at 2:14 pm #538073Hi Jeremy,
Please have a look at http://www.joomlart.com/forums/topic/fatal-error-cannot-redeclare-class-jviewlegacy-problem/ and see how it goes.
Hope this helps,
Regards,
Alex
June 6, 2014 at 2:26 pm #538074I fixed it for my site (one of my clients site in fact), I wanted you to fix it in the next plugin release so that no more client will come back saying “hey, my site doesn’t work !” because of the JA T3 system plugin…
June 10, 2014 at 10:07 am #538461By the way I didn’t present myself…
I’m one of the AcyMailing developers, regularly some of our users have this issue and we fight every day to make sure all our users have a bug-free experience…
Could you confirm me that this issue will be fixed in your next release please?Simply replace: if (! class_exists(‘JView’, false))
By: if (! class_exists(‘JViewLegacy’, false))
In the file: jat3/core/framework.php
And I’m happy! 😉
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 10, 2014 at 10:23 am #538463Cheers Jeremy.
I am referring your suggestion to our core developers now. Many thanks for your input.
Regards,
Alex
alexsmirnov Friendalexsmirnov
- Join date:
- July 2012
- Posts:
- 786
- Downloads:
- 1
- Uploads:
- 226
- Thanks:
- 226
- Thanked:
- 163 times in 119 posts
June 10, 2014 at 10:51 am #538470Hi Jeremy,
I’ve just sent your suggestion to our technical department as a ticket # HVG-349-23492.
Regards,
Alex
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 12, 2014 at 4:34 am #538686<em>@jeremyjdev 431615 wrote:</em><blockquote>By the way I didn’t present myself…
I’m one of the AcyMailing developers, regularly some of our users have this issue and we fight every day to make sure all our users have a bug-free experience…
Could you confirm me that this issue will be fixed in your next release please?Simply replace: if (! class_exists(‘JView’, false))
By: if (! class_exists(‘JViewLegacy’, false))
In the file: jat3/core/framework.php
And I’m happy! ;)</blockquote>
Thanks for sharing your finding. I have forwarded your feedback to our development team here. They will need time to check and get this fixed in the next version.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by Ninja Lead 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Issue on JA T3v2 System Plugin for J25 & J32 and how to fix it
Viewing 7 posts - 1 through 7 (of 7 total)