By Chris Lewis on Wednesday, 11 December 2013
Posted in General Issues
Replies 5
Likes 0
Views 825
Votes 0
The blog application doesn't seem to work it just hangs on loading. The update to 1.1 has also messed up the styling on the Leader board module and the points are now overlaying the avatar images.
Any help much appreciated.
Thanks
Ah, okay found the problem! It looks like the system plugin is messing up with the AJAX calls,


Fatal error: Call to undefined method JDocumentRaw::addCustomTag() in /home/sites/survivalinfo.co.uk/public_html/plugins/system/extrotips/extrotips.php on line 84


To fix this, I have to apply a hack to this plugin file in /plugins/system/extrotips/extrotips.php at line 82 (The plugin developer should really perform these checks before blindly adding the document codes)


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


Perhaps you want to let the plugin developer know about this issue?
·
Wednesday, 11 December 2013 21:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chris,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue?
·
Wednesday, 11 December 2013 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the help Mark. FTP and site access details below.
·
Wednesday, 11 December 2013 16:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Nice one Mark thanks for the great support, I will let the developer know and probably remove it from the site.
Thanks
Regards
Chris
·
Wednesday, 11 December 2013 21:27
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Chris

Have a great day!
·
Wednesday, 11 December 2013 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post