MyBB Community Forums

Full Version: Sitemap Generator v1.4.0RC2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
Open the inc/plugins/sitemap_generator.php file, find "Compatibility" => '142' and change to 14*

mavericck
true that 14* works

1402 will work also
yes, i writed a wrong compatibility number (142 instead of 1402). Fixed for downloads (awaiting validation).

mavericck
I would like to suggest a little feature, in the file status page I would like to see the indexed url's count (as was in mybb 1.2 version)
Planned for the next release Wink

mavericck
well done.. keep it up mate
hi
thank you for your nice mod but i receive this error in task management:

Warning - [2] 'require_once(MYBB_ADMIN_DIRinc/functions_sitemap_generator.php) [<a href=\'function.require-once\'>function.require-once</a>]: failed to open stream: No such file or directory' - Line: 27 - File: inc/tasks/sitemapthreads.php

what should i do to solve this problem

thank you again
Have you uploaded all of the files in the package?

mavericck
hi
yes i have. all pages work right but in task management receive this error

this is my site:
http://www.rahpuyan.ir
The line 27 of sitemapthreads.php should be
require_once(MYBB_ADMIN_DIR . 'inc/functions_sitemap_generator.php');

and not

require_once(MYBB_ADMIN_DIRinc/functions_sitemap_generator.php)

try to re-download the package and upload that file.

mavericck
Pages: 1 2 3 4 5 6 7 8 9 10 11