By Bui Tuan on Tuesday, 04 August 2015
Posted in Technical Issues
Replies 11
Likes 0
Views 838
Votes 0
I’used EasyBlog 5 and want to clone themes of EB. I cloned elegantblue theme, but i can’t install by install theme feature in backend with error
Fatal error: Class 'Foundry' not found in /DATA/www/demo/joomla-templates/jsn_pixel/j30/pro/administrator/components/com_easyblog/models/themes.php on line 71
Please help me this case
Hey Bui Tuan,

Can you try modify this file -> JoomlaFolder\administrator\components\com_easyblog\models\themes.php

$fileName = md5( $file[ 'name' ] . Foundry::date()->toMySQL() );
//replace with
$fileName = md5( $file[ 'name' ] . EB::date()->toMySQL() );

And see how it goes?

If the error still persists, can you provide us with your Joomla backend, FTP access and which theme zip file you would like to install?

*You can put the information in the optional information field below(SITE DETAILS). Don't worry about privacy. Only Support team can view the information.
·
Tuesday, 04 August 2015 17:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank for your feedback, i fixed theme.php file but the error still persists, please help me to recheck with a attach file
·
Wednesday, 05 August 2015 11:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Bui,

Try this
·
Thursday, 06 August 2015 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark
A Package is installed succefully but view theme list in admin don't show. Please help me to recheck, thank you so much.
·
Thursday, 06 August 2015 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh sorry, you also need to patch the models file with the attached file. There is a bug in the current version but this will be fixed in the next release. Upload the attached file into /administrator/components/com_easyblog/models/
·
Thursday, 06 August 2015 11:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,
After updating theme.php file and installing the package, the error stil appears. Please recheck.
By the way, please let me know when you will release the next version of EB so we can plan to update EB in JSN Pixel as well.
·
Thursday, 06 August 2015 12:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Tony,

Hm, this is odd. I just tested this internally and it seems to be working fine. We'll be releasing another update sometime early next week to address this and several other issues as well.
·
Thursday, 06 August 2015 12:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,
We are planning resource to update JSN Pixel which has extended style with EB. So could you please let me know when EB 5 will be officially released?
·
Wednesday, 12 August 2015 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Tony,

5.0.19 is already out there and this should already fix your issues But this is how your structure should look like.
·
Wednesday, 12 August 2015 18:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,
Thanks for your information, i'll check to release JSN Pixel theme for EB
·
Thursday, 13 August 2015 17:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.
·
Thursday, 13 August 2015 18:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post