when i wanted to see TXT Sitemap of my forum i get error:
Fatal error: Call to undefined method google_txt::gym_error() in php_root_path/gym_sitemaps/modules/google_txt.php on line 131
I'm using last version: GYM Sitemaps & RSS V 2.0.RC5.
131st line of google_txt.php is:
- Code: Select all
$this->gym_error(404, '', __FILE__, __LINE__);
and I think there should be:
- Code: Select all
$this->gym_master->gym_error(404, '', __FILE__, __LINE__);
but this doesn't solve my problem.
So I think there's problem with
- Code: Select all
if (!empty($this->txt_files[$this->options['module_sub']])) {
How to change code of this file to get working urllist (txt sitemap)?
By the way, I noticed that this problem is here too: e.g. http://www.phpbb-seo.com/en/sitemap.php?txt=forum-sitemap
Thanks in advance,
Gothuk.

English |
French
