1
When visitors go to print the news articles, it throws a blank page. Using php debug, I get this error: Fatal error: "Call to a member function on a non-object in /home/mydomain_uername/public_html/modules/news/print.php on line 83"
That section of code is as follows:
Quote:
if(trim($story->description())!='') {
$xoopsTpl->assign('xoops_meta_description', $story->description());
} else {
$xoops_meta_description=$story->title();
}
Some articles print fine. Others, get the error. The error occurs in all cases where meta data was manually set in previous versions of news -- or at least where the database table xoops_stories has the columns keywords and descriptions entered.
Anyone have an idea how to patch this at least until newer version?
I also posted this to the module bugs reporting system at the dev site.
Thanks!
MMM...It tastes like chicken! ...