By Paul Murray on Saturday, 04 October 2014
Posted in General Issues
Replies 3
Likes 0
Views 530
Votes 0
Hi Si Team

http://finalbug.net/
and
http://finalbug.net/blog

Somehow seem to go here (kind of) :
http://finalbug.net/events

The only thing I changed recently was my ES version went to ES1.3.7 from ES1.3.6

Home page should go here: EasyBlog » Single Blog Entry Layout
Blog should go here: EasyBlog » Frontpage Blog Layout

Any ideas what is going on!?!

thanks

Paul
Looks like there's a bug in the events module. Anyone else facing similar problems, please edit the file /modules/mod_easysocial_events/tmpl/default.php and at line 29 locate the codes below,


<?php echo $createdEvent->getStartEndDisplay(array('end' => false)); ?>


Replace it with,


<?php echo $event->getStartEndDisplay(array('end' => false)); ?>
·
Saturday, 04 October 2014 21:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark

Looks like you already fixed this one for me. Thanks so much.
So I found my first ES BUG

thanks as always

Paul
·
Saturday, 04 October 2014 21:37
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 05 October 2014 02:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post