By Sarah McElvain on Wednesday, 02 September 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 446
Votes 0
Hi,

I hava updated from 5.0.23 to 5.0.24 and lots of things have stopped working:

Showcase module
Calendar module
Subscriptions
Hey sarah,

I am really sorry that delay of this reply,

I've checked in your site, the reason why the calendar is not show up is because your site got doing some URL backslash rewrite, for example : If I trying to access http://www.yoursite.com/blog/ then it will redirect to http://www.yoursite.com/blog so causing Easyblog ajax URL issue.

To fix this, I already applied some fix in your site -> JoomlaFolder\administrator\components\com_easyblog\includes\easyblog.php

// LINE 4047
$url = rtrim(JURI::root(), '/') . '/' . $language . '/?option=com_easyblog';

// Replace with
$url = rtrim(JURI::root(), '/') . '/' . $language . '?option=com_easyblog';



it should work fine now, can you give it a try now?
·
Wednesday, 02 September 2015 13:23
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm not really sure what happened here, but I did not make the original posting above. I have now changed my password and regenerated my API key.

It doesn't seem like the original post was malicious, very strange.
·
Monday, 07 September 2015 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Sarah,

Hm, was this post not created by you?
·
Monday, 07 September 2015 00:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post