By stefano rigazio on Monday, 12 October 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 462
Votes 0
I used the form EasyBlog - Archive Module but when I click on a month I get a page that says:
Wait a minute, while we are rendering the calendar

but nothing happens, where am I wrong?
Hey Stefano,

I am really sorry for the delay of this reply. This issue has nothing to do with EasyBlog. It is caused by your system plugin "IWT Opengraph Articles".

The plugin should never rely on the document without checking the document mode on the page. I have modified the file /plugins/system/iwt_opengraph_articles/iwt_opengraph_articles.php at line 93 by adding the block of codes below to fix this:


if ($document->getType() != 'html') {
return;
}


Error generated by the plugin:

Fatal error: Call to undefined method JDocumentRaw::addCustomTag() in /var/www/vhosts/stefanorigazio.it/sviluppo.stefanorigazio.it/plugins/system/iwt_opengraph_articles/iwt_opengraph_articles.php on line 94
·
Wednesday, 14 October 2015 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Stefano,

Regarding your issue, can you pass us your Joomla site admin access and your site's ftp account so that we can investigate your issue further?
Please advise.
Sam
·
Monday, 12 October 2015 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
ok done
·
Monday, 12 October 2015 20:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Great, and thank you, number one
·
Wednesday, 14 October 2015 16:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Stefano, glad that your issues are resolved now and sorry for the delay of our replies. We are pretty shorthanded
·
Wednesday, 14 October 2015 16:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post