{if $tags}Tag: {$tags|@tagplugin_list}{/if}define('PLUGIN_TAG_BL', false); Notice: Undefined property: plugin_tag_db::$files in /www/htdocs/...blog-url.../fp-plugins/tag/inc/tagdb.php on line 36
if(!@count($this->files))Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/...blog-url.../fp-plugins/tag/inc/tagdb.php:36) in /www/htdocs/...blog-url.../fp-includes/core/core.wp-pluggable-funcs.php on line 273
Any idea why that would be?
Try to clean the cache of templates
Line 119:
if(file_exists(entry_dir($id).'rewriteurls.txt')) {
must be changed to:
if(file_exists(entry_dir($id).'/rewriteurls.txt')) {
$this->saveCache();
return true; Piero, I think there might be a little bug in rewriteurls. The categories don't seem to work on the contact.php page (they're missing "index.php" from the url).
See here.
They work ok on the main blog page.
Or maybe there is something else going on there, because I noticed on your own blog that categories work just fine without "index.php" in the url.
Can you help?