MyBB Community Forums

Full Version: Google SEO plugin (sitemap) problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone ! 

i installed succefully google plugin SEO but i have an issu with My sitemap-index.xml : 

when i try to access to this link https://informatiquer.com/sitemap-index.xml i get this error by mybb : 

[Image: Capture-d-cran-du-2021-05-04-00-37-29.png]

yet i follow all instruction and added the correct line in my .htaccess.

What's wrong ? 

thanks in advance
<div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://informatiquer.com/sitemap-forums.xml?page=1</loc>
    <lastmod>2021-05-03T17:16Z</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://informatiquer.com/sitemap-threads.xml?page=1</loc>
    <lastmod>2021-05-03T17:16Z</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://informatiquer.com/sitemap-users.xml?page=1</loc>
    <lastmod>2021-05-03T11:20Z</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://informatiquer.com/sitemap-index.xml?page=1</loc>
  </sitemap>
</sitemapindex>

Something is probably throwing PHP errors on your site, check your debug / error logs.
Thanks,

How can i do that ?

i also asked to my provider if the xml module for php is enabled. myabe it could be that

(2021-05-03, 11:20 PM)frostschutz Wrote: [ -> ]
<div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><div class="php_warning">MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.</div><?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <sitemap>
    <loc>https://informatiquer.com/sitemap-forums.xml?page=1</loc>
    <lastmod>2021-05-03T17:16Z</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://informatiquer.com/sitemap-threads.xml?page=1</loc>
    <lastmod>2021-05-03T17:16Z</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://informatiquer.com/sitemap-users.xml?page=1</loc>
    <lastmod>2021-05-03T11:20Z</lastmod>
  </sitemap>
  <sitemap>
    <loc>https://informatiquer.com/sitemap-index.xml?page=1</loc>
  </sitemap>
</sitemapindex>

Something is probably throwing PHP errors on your site, check your debug / error logs.

hello again

So I was in php version (7.3 native) I changed version to 7.3 and 7.4 with Xmlwriter, xmlreader and rpc modules enabled, but now I have this error message displayed : 

[Image: Capture-d-cran-du-2021-05-04-10-07-42.png]

what's wrong ?