Hello,
since last week I have installed mx Google Sitemaps with no problems.
Today I've just installed with success the following new mods:
phpBB-SEO-Mixed-Zero-dupe_V0.0.1
phpBB-SEO_Optimal_titlesV_0.1.0
mx Sitemaps Module V 0.2.0 Mixed mode (updated from 0.0.2)
Well, it seems that one of these mods made some conflict with mx Google Sitemaps because now the feeds inside sitemaps.xml are no more reachable. If i follow the links in the feed I now get these errors:
- Code: Select all
PHP Fatal error: Call to undefined function: format_url() in /home/public_html/board/mx_ggsitemaps/includes/sitemap_forum.php on line 274
and
- Code: Select all
[Wed Jan 24 20:19:13 2007] [error] PHP Fatal error: Call to undefined function: format_url() in /home/public_html/board/mx_ggsitemaps/includes/sitemap_forum.php on line 94
at line 94 I have:
- Code: Select all
$forum_url = format_url($forum_data['forum_name']) . '-vf' . $forum_id . '.html';
and at line 274:
- Code: Select all
$forum_urls = $server_url . format_url($forum_datas[$j]['forum_name']) . '-vf' . $forum_id . '.html';
Why all of a sudden it stopped working ? What is causing this problem?
I hope you can help.
If i replace the sitemap_forum.php (moded 4 mixed mod rewrite) with the default one (not modded) I don't get any errors but its not following anymore the mixed rewrite behaviour...