27
Quote:
tzvook wrote:
Hi T
Now Jobs module gives white Screen with
Fatal error: Call to a member function on a non-object in /usr/..../..../htdocs/modules/defacer/include/beforeheader.php on line 12
still no-go with the meta-data
tested with xigg & Video-tube ...
Is that line xoopsLogger... just remove xoopsLogger lines, they are not required.
Also for those using XOOPS 2.3.3 there is a problem.
This version is setting cache for front page, notifications, etc and that is stoping defacer from populating meta info. When cache is used the footer file is not included.
So you can take cache away, I don't know why it is there.
Edit header.php and comment out:
// Tricky solution for setting cache time for homepage
} /*elseif (!empty($xoopsOption['template_main'])) {
$xoTheme->contentCacheLifetime = 604800;
} */