Tagged: bug
-
AuthorPosts
-
March 29, 2016 at 11:58 am #906198
After updating T3 to 2.5.3 the custom code entered in Purity III is no longer showing.
Downgrading to 2.5.2 fixes this problem.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 30, 2016 at 3:51 am #906485Hi,
It’s very hard to suggest the solution for you without clue. I could not duplicate that bug at my end
-
Do you make any custom work on your site?
- Let me know steps to get the problem on your site
Besides that, you can give me the URL of your site and admin login to check this bug via your reply and set as private reply. I will help you to check this
Regards
March 30, 2016 at 8:18 am #906600I’ve tested it with three sites. Same problem.
They are all quite basic. Joomla 3.5
The following is installed:Simple Image Gallery (by JoomlaWorks)
Website Plugin 3.0.1 May 14th, 2014 JoomlaWorks content 10019mAvik thumbnails
Website Pakket 2.1.9 March 2014 Vitaliy Marenkov N/B 10018mAvik Thumb
Website Bibliotheek 1.0.21 September 2012 Vitaliy Marenkov N/B 10017Content – mAvik Thumbnails
Website Plugin 2.1.9 2014-03-15 Vitaliy Marenkov content 10016Dutch Language Pack
Website Pakket 3.4.4.1 2015-09-07 Dutch Translation Team N/B 10015RSForm!Pro Dutch language pack
Website Pakket Unknown Unknown N/B 10014Nederlands (NL)
Beheergedeelte Taal 3.4.4.1 2015-09-07 Dutch Translation Team N/B 10013Nederlands (NL)
Website Taal 3.4.4.1 2015-09-07 Dutch Translation Team N/B 10012Content – RSForm! Pro
Website Plugin 1.4.0 November 2012 RSJoomla! content 10011Installer – RSForm! Pro
Website Plugin 1.0.0 July 2015 RSJoomla! installer 10010TCPDF
Website Bibliotheek 2.5.0 28 January 2011 Nicola Asuni N/B 10009RSForm! Pro
Beheergedeelte Component 1.51.8 February 2015 RSJoomla! N/B 10008purity_III
Website Template 1.1.5 July 2015 JoomlArt.com N/B 10007T3 Framework
Website Plugin 2.5.2 December 09, 2015 JoomlArt.com system 10006i’ll create an account for you
March 30, 2016 at 8:30 am #906609This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
qualityweb Friendqualityweb
- Join date:
- December 2012
- Posts:
- 8
- Downloads:
- 51
- Uploads:
- 6
- Thanks:
- 1
- Thanked:
- 1 times in 1 posts
April 18, 2016 at 3:55 pm #919395Any news about this? I can’t believe that this isn’t solved after 2,5 weeks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 19, 2016 at 8:20 am #919694@tuxisie: I fixed the problem on your site and now, your site is working as well with T3 framework version 2.5.5 and below is my solution
- Open templates/purity_iii/tpls/blocks/head.php file and enter space as my screenshot
@qualityweb: You can apply the same my solution with the problem on your site.
-
1 user says Thank You to Ninja Lead for this useful post
May 4, 2016 at 5:18 pm #926765I have the same issue. I upgraded the T3 plugin from 2.5.2 to 2.5.5 and after upgrade the Before Custom Code template field of the Purity III template does not show any more in the template output. Easy to test: Enter anything into the Before custom field, and check if it shows in the template. I tested it on a dev site, and the problem is only after updating the T3 plugin, and specifically with Purity III.
I know one can edit the php file as a work-around, but there’s still a conflict between recent T3 plugin releases and Purity III. (1.1.5 and 1.1.6) The bug report does not seem to be getting any notice.
Tested on Joomla 3.5.0 and 3.5.1Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 5, 2016 at 3:17 am #926884@jconsultingza: This issue is fixed and updated in T3 framework Github, you can check it out here
May 6, 2016 at 8:03 am #927481Thank you. I did first look on github, but since there was no Issue or Pull Request describing the issue, I did not spot that.
If that change fixes the issue, you should then perhaps update this?
http://pm.joomlart.com/browse/JAECPLGTIIIJOOMLAIVI-632Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 9, 2016 at 1:30 am #928095I double checked the problem from Purity III template and it’s solved with the solution from GitHub. I just updated the status from bug tracking here. If you still face this problem, you can give me the URL and admin login of your site via your reply and set as private reply. I will help you to check this bug directly on your site.
May 27, 2016 at 2:21 pm #935359The fix on github fixes it. The fix is not in version 2.5.5 btw Lookup the file /plugins/system/t3/includes/core/template.php Manually ad on line 200 just after:
} else { echo "<div class=\"error\">Block [$block] not found!</div>"; }
the following code:
echo "\n";
So it looks like:
echo $buffer; } else { include $path; } } else { echo "<div class=\"error\">Block [$block] not found!</div>"; } echo "\n"; } /** * Load block layout
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 11 replies, has 4 voices, and was last updated by tuxisie 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum