phpBB3 SEO Sitemap

3.2 compatibility - phpBB3 SEO Sitemap

Re: 3.2 compatibility

by Galixte de EzCom » Mon Nov 20, 2017 8:37 pm

;)
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.
Contact:

Re: 3.2 compatibility

by Anonymous » Sat Dec 09, 2017 7:24 pm

It not show up on ACP?
Anonymous
I am too lazy to register
Posts: 3265
Joined: Thu Mar 15, 2007 6:50 am
Contact:

Re: 3.2 compatibility

by Galixte de EzCom » Mon Dec 11, 2017 9:07 am

In EXTENSIONS tab. ;)
Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.
Contact:

Re: 3.2 compatibility

by Anonymous » Wed Dec 13, 2017 8:31 pm

Galixte de EzCom wrote:In EXTENSIONS tab. ;)
??
Anonymous
I am too lazy to register
Posts: 3265
Joined: Thu Mar 15, 2007 6:50 am
Contact:

Re: 3.2 compatibility

by Galixte de EzCom » Wed Dec 13, 2017 9:39 pm

Communau EzCom
📖 « Traductions d’extensions & styles pour phpBB 3.2.x & 3.3.x ».
📋 Lists of all extensions identified for phpBB 3.1.x & 3.2.x.
📋 Lists of all styles identified for phpBB 3.1.x & 3.2.x.
Image Tu as un forum et tu veux aussi un site web ? Regarde par ici.
User avatar
Galixte de EzCom
Registered User
Posts: 1106
Joined: Mon Oct 04, 2004 11:14 pm
Location: France
Name: Raphaël M.
Contact:

Re: 3.2 compatibility

by klipklap59 » Mon Jan 08, 2018 12:52 pm

Anonymous wrote:The "GENERAL > Server settings > Enable URL Rewriting" was set at Yes but you gave me the idea to verify my VirtualHost and guess what! I had AllowOverride set at None. I modified it from None to All and now I can reach the sitemap at http://www.domain.tld/sitemap.xml :-)

Thanks a lot!

Best,
CG
Hello,

I have exactly the same problem as you, but can you explain what is AllowOverride and where can I find this ?

Thank you very much !
klipklap59
Registered User
Posts: 1
Joined: Mon Jan 08, 2018 12:50 pm
Contact:

Re: 3.2 compatibility

by jeffrose » Sun Jan 21, 2018 12:07 am

Any thoughts on how to fix this in NGINX? I get the same 404 error all the time, regardless of the URL rewriting setting or the path.

I found another thread about modifying the NGINX server -> location block to read:
try_files $uri $uri/ /app.php?$query_string;

And that solved my issue. Thanks.
jeffrose
Registered User
Posts: 1
Joined: Tue Jan 16, 2018 5:25 pm
Contact:

Re: 3.2 compatibility

by boyan.sharic » Tue Jan 08, 2019 11:16 pm

jeffrose wrote:Any thoughts on how to fix this in NGINX? I get the same 404 error all the time, regardless of the URL rewriting setting or the path.

I found another thread about modifying the NGINX server -> location block to read:
try_files $uri $uri/ /app.php?$query_string;

And that solved my issue. Thanks.
Where did you find it?
Can you please post the original link?
I'm on nginx too and I'm struggling with nginx+phpBB
boyan.sharic
Registered User
Posts: 7
Joined: Tue Jan 13, 2009 10:16 am
Contact:

Re: 3.2 compatibility

by globetrotting » Fri Jan 24, 2020 6:14 pm

My 3.2.8 and PHP 7.2 produces that same error page:
wasipm wrote: Message:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
As a possible hint: One line of the error page suggested to inform: The canonical URI of our Board carries a www. , but the mail address shouldn't -> maybe it's an additional "www." in the URI that is causing this error?
Das Sein ändert das Bewußtsein
User avatar
globetrotting
Registered User
Posts: 217
Joined: Thu Jan 15, 2004 8:14 pm
Location: globetrotting
Contact:

Re: 3.2 compatibility

by KYPREO » Fri Jan 24, 2020 8:21 pm

globetrotting wrote:My 3.2.8 and PHP 7.2 produces that same error page:
wasipm wrote: Message:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
As a possible hint: One line of the error page suggested to inform: The canonical URI of our Board carries a www. , but the mail address shouldn't -> maybe it's an additional "www." in the URI that is causing this error?
No, that's completely unrelated. You need to look at your PHP error log. If there are no errors in the log, then the most likely cause is a timeout due to lack of memory during sitemap generation. This will be confirmed if you go to the folder root/store/shredder and you find any files 1.xml, 2.xml etc. These are partially generated sitemap files.

This extension is very heavy on memory and requires modification if you want to use it on a large board. How many topics/posts does your board have?
phpBB user since 2002
www.AusRotary.com
KYPREO
Registered User
Posts: 392
Joined: Fri Feb 02, 2018 9:56 am
Contact:

Re: 3.2 compatibility

by globetrotting » Fri Jan 24, 2020 8:43 pm

Alright, thanks!
KYPREO wrote:... If there are no errors in the log...
Well, there are actually:

Code: Select all

Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer https://www.domain.tld/adm/index.php?i=-shredder-sitemap-acp-sitemap_module&sid=f2e2febf725d8defe81f9e503f4d09f8&mode=settings
Still figuring out how to LogLeveldebug.

The error page returns immediately and does not start to read the 140K posts. I got loads of resources and there was no store/shredder folder created (store folder permission 777).
Das Sein ändert das Bewußtsein
User avatar
globetrotting
Registered User
Posts: 217
Joined: Thu Jan 15, 2004 8:14 pm
Location: globetrotting
Contact:

Re: 3.2 compatibility

by KYPREO » Fri Jan 24, 2020 9:11 pm

globetrotting wrote:

Code: Select all

Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer https://www.domain.tld/adm/index.php?i=-shredder-sitemap-acp-sitemap_module&sid=f2e2febf725d8defe81f9e503f4d09f8&mode=settings
Still figuring out how to LogLeveldebug.

The error page returns immediately and does not start to read the 140K posts. I got loads of resources and there was no store/shredder folder created (store folder permission 777).
Great. So this looks like your URL rewrite rule might need attention. See here: https://stackoverflow.com/questions/158 ... nfiguratio
phpBB user since 2002
www.AusRotary.com
KYPREO
Registered User
Posts: 392
Joined: Fri Feb 02, 2018 9:56 am
Contact:

Re: 3.2 compatibility

by KYPREO » Fri Jan 24, 2020 9:16 pm

Specifically, the suggested htaccess rule in the FAQ is missing this line:

Code: Select all

RewriteBase /
phpBB user since 2002
www.AusRotary.com
KYPREO
Registered User
Posts: 392
Joined: Fri Feb 02, 2018 9:56 am
Contact:

Re: 3.2 compatibility

by globetrotting » Fri Jan 24, 2020 11:47 pm

WOW - thank you!
I spent hours with code variations in my htaccess but didn't connect the dots to the disabled RewriteBase.
Uncommented it finally- and voilà.
Das Sein ändert das Bewußtsein
User avatar
globetrotting
Registered User
Posts: 217
Joined: Thu Jan 15, 2004 8:14 pm
Location: globetrotting
Contact:

Re: 3.2 compatibility

by KYPREO » Sat Jan 25, 2020 7:20 am

globetrotting wrote:WOW - thank you!
I spent hours with code variations in my htaccess but didn't connect the dots to the disabled RewriteBase.
Uncommented it finally- and voilà.
Excellent. Glad I could help.
phpBB user since 2002
www.AusRotary.com
KYPREO
Registered User
Posts: 392
Joined: Fri Feb 02, 2018 9:56 am
Contact: