
3.2 compatibility - phpBB3 SEO Sitemap
Re: 3.2 compatibility

Communauté 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.
Tu as un forum et tu veux aussi un site web ? Regarde par ici.

- Galixte de EzCom
- Registered User
- Posts: 1101
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: 3.2 compatibility
It not show up on ACP?
-
- I am too lazy to register
- Posts: 3225
- Joined: Thu Mar 15, 2007 6:50 am
- Contact:
Re: 3.2 compatibility
In EXTENSIONS tab. 

Communauté 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.
Tu as un forum et tu veux aussi un site web ? Regarde par ici.

- Galixte de EzCom
- Registered User
- Posts: 1101
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: 3.2 compatibility
??Galixte de EzCom wrote:In EXTENSIONS tab.
-
- I am too lazy to register
- Posts: 3225
- Joined: Thu Mar 15, 2007 6:50 am
- Contact:
Re: 3.2 compatibility
Communauté 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.
Tu as un forum et tu veux aussi un site web ? Regarde par ici.

- Galixte de EzCom
- Registered User
- Posts: 1101
- Joined: Mon Oct 04, 2004 11:14 pm
- Location: France
- Name: Raphaël M.
- Contact:
Re: 3.2 compatibility
Hello,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 athttp://www.domain.tld/sitemap.xml
Thanks a lot!
Best,
CG
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 !
-
- Registered User
- Posts: 1
- Joined: Mon Jan 08, 2018 12:50 pm
- Contact:
Re: 3.2 compatibility
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:
And that solved my issue. Thanks.
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.
-
- Registered User
- Posts: 1
- Joined: Tue Jan 16, 2018 5:25 pm
- Contact:
Re: 3.2 compatibility
Where did you find it?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.
Can you please post the original link?
I'm on nginx too and I'm struggling with nginx+phpBB
-
- Registered User
- Posts: 7
- Joined: Tue Jan 13, 2009 10:16 am
- Contact:
Re: 3.2 compatibility
My 3.2.8 and PHP 7.2 produces that same error page:
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?
As a possible hint: One line of the error page suggested to inform: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.
Code: Select all
webmaster@www.domainname.tld
Das Sein ändert das Bewußtsein
- globetrotting
- Registered User
- Posts: 217
- Joined: Thu Jan 15, 2004 8:14 pm
- Location: globetrotting
- Contact:
Re: 3.2 compatibility
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.globetrotting wrote:My 3.2.8 and PHP 7.2 produces that same error page:As a possible hint: One line of the error page suggested to inform: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.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?Code: Select all
webmaster@www.domainname.tld
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
www.AusRotary.com
-
- Registered User
- Posts: 392
- Joined: Fri Feb 02, 2018 9:56 am
- Contact:
Re: 3.2 compatibility
Alright, thanks!
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).
Well, there are actually:KYPREO wrote:... If there are no errors in the log...
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
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
- globetrotting
- Registered User
- Posts: 217
- Joined: Thu Jan 15, 2004 8:14 pm
- Location: globetrotting
- Contact:
Re: 3.2 compatibility
Great. So this looks like your URL rewrite rule might need attention. See here: https://stackoverflow.com/questions/158 ... nfiguratioglobetrotting wrote:Still figuring out how to LogLeveldebug.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
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).
phpBB user since 2002
www.AusRotary.com
www.AusRotary.com
-
- Registered User
- Posts: 392
- Joined: Fri Feb 02, 2018 9:56 am
- Contact:
Re: 3.2 compatibility
Specifically, the suggested htaccess rule in the FAQ is missing this line:
Code: Select all
RewriteBase /
phpBB user since 2002
www.AusRotary.com
www.AusRotary.com
-
- Registered User
- Posts: 392
- Joined: Fri Feb 02, 2018 9:56 am
- Contact:
Re: 3.2 compatibility
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à.
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
- globetrotting
- Registered User
- Posts: 217
- Joined: Thu Jan 15, 2004 8:14 pm
- Location: globetrotting
- Contact:
Re: 3.2 compatibility
Excellent. Glad I could help.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à.
phpBB user since 2002
www.AusRotary.com
www.AusRotary.com
-
- Registered User
- Posts: 392
- Joined: Fri Feb 02, 2018 9:56 am
- Contact: