- Code: Select all
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 284: Undefined index: topic_title
[phpBB Debug] PHP Notice: in file /gym_sitemaps/display/display_forums.php on line 285: Undefined index: topic_status
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3980: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3982: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3983: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3984: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
i using latest version GYM Sitemaps & RSS MOD.
phpBB 3.0.5
some MOD installed: Dynamic Meta tag, Optimal title, last post topic title.
i think this MOD don't compatible with last post topic title MOD, i don't use Ultimate SEO URL, so i can't install No dupe MOD.
Thanks!
Autinhyeu
Edit: when i active URL Rewriting, sitemap don't work
http://www.phpbbvn.com/community/sitemapindex.xml.gz
my .htaccess file:
- Code: Select all
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
#####################################################
# GYM Sitemaps & RSS
# Global channels
RewriteRule ^rss(/(news)+)?(/(digest)+)?(/(short|long)+)?/?$ /gymrss.php?channels&$2&$4&$6 [QSA,L,NC]
# HTML Global news & map
RewriteRule ^(news|maps)/?(page([0-9]+)\.html)?$ /map.php?$1&start=$3 [QSA,L,NC]
# END GYM Sitemaps & RSS
#####################################################
#####################################################
# GYM Sitemaps & RSS
# MTML Module additional modes
RewriteRule ^(news|maps)/([a-z0-9_-]+)(/([a-z0-9_-]+))?/?(page([0-9]+)\.html)?$ /map.php?$2=$4&$1&start=$6 [QSA,L,NC]
# Main feeds & channels
RewriteRule ^rss(/(news)+)?(/(digest)+)?(/(short|long)+)?(/([a-z0-9_-]+))?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?$9=$8&$2&$4&$6&gzip=$10 [QSA,L,NC]
# Module feeds
RewriteRule ^[a-z0-9_-]*-[a-z]+([0-9]+)(/(news)+)?(/(digest)+)?(/(short|long)+)?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?$8=$1&$3&$5&$7&gzip=$9 [QSA,L,NC]
# Module feeds without ids
RewriteRule ^([a-z0-9_-]+)(/(news)+)?(/(digest)+)?(/(short|long)+)?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?nametoid=$1&$3&$5&$7&modulename=$8&gzip=$9 [QSA,L,NC]
# Google SitemapIndex
RewriteRule ^sitemapindex\.xml(\.gz)?$ /sitemap.php?gzip=$1 [QSA,L,NC]
# Module cat sitemaps
RewriteRule ^[a-z0-9_-]+-([a-z]+)([0-9]+)\.xml(\.gz)?$ /sitemap.php?module_sep=$1&module_sub=$2&gzip=$3 [QSA,L,NC]
# Module sitemaps
RewriteRule ^([a-z0-9_]+)-([a-z0-9_-]+)\.xml(\.gz)?$ /sitemap.php?$1=$2&gzip=$3 [QSA,L,NC]
# END GYM Sitemaps & RSS
#####################################################
my host is Apache server, have support Rewrite...

English |
French

