By Garrett Luttman on Thursday, 26 October 2017
Posted in General
Replies 1
Likes 0
Views 279
Votes 0
I'm logged in as a Super-Admin and i have added the Menu Item "Moderate (Admin)" and on the frontend, i get this error:

Warning: include(/themes/default/): failed to open stream: No such file or directory in /home/topco/public_html/mastershouse.org/administrator/components/com_easysocial/includes/template/template.php on line 284

Warning: include(): Failed opening '/themes/default/' for inclusion (include_path='.:/opt/alt/php71/usr/share/pear') in /home/topco/public_html/mastershouse.org/administrator/components/com_easysocial/includes/template/template.php on line 284
Thanks for reported, it seems like that is bug, can you try run this following SQL query in your database and see how it goes?

[gist type="php"]
update `jos_menu` set link = 'index.php?option=com_easysocial&view=manage&layout=clusters' where link = 'index.php?option=com_easysocial&view=manage&layout=cluster';
[/gist]

Note : Replace this jos_ to your table prefix
·
Thursday, 26 October 2017 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post