Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default board links broken when expanding categories #370

Open
battye opened this issue Sep 23, 2023 · 0 comments
Open

Default board links broken when expanding categories #370

battye opened this issue Sep 23, 2023 · 0 comments

Comments

@battye
Copy link
Member

battye commented Sep 23, 2023

When you are here: https://www.phpbb.com/customise/db/extensions-36
And then click on the left side on "Official extensions", which is done by a AJAX loading.
The breadcrumbs shows:
"Board index > Customisation Database > Extensions > Official Extensions"
The "board index" links to: https://www.phpbb.com/customise/community/index.php which gives a 404 error.
If you access https://www.phpbb.com/customise/db/extensions/official-extensions-86 directly, this issue it not showing itself.

Reported: Crizzo
Created: 10/Sep/21 7:23 PM

Comments:

3Di [X] (Inactive) added a comment - 11/Sep/21 1:06 AM - edited
Not here (FF), it leads correctly to "https://www.phpbb.com/community/index.php" without any error.

Crizzo added a comment - 11/Sep/21 8:30 AM
According to your screenshot you are not in a sub-category of the CDB and therefor it is no suprise, that you can not reproduce this issue.
I edited the steps to reproduce the issue.

3Di [X] (Inactive) added a comment - 11/Sep/21 8:19 PM
Now I can reproduce the issue.

Matt Friedman added a comment - 12/Sep/21 9:57 PM - edited
This isn't just the board index. It is every link that is a default link in phpBB. So FAQ, ACP, Notifications, Delete Cookies, The Team, Etc...

The problem is caused by this line, which I have no idea why it exists, why it is there, or what it's purpose is, other than to break things.

https://github.com/phpbb/customisation-db/blob/3.2.x/assets/javascript/ajax.js#L70

And it just gets worse too. You can keep seeing it add more and more junk to the Board Index (and the other) URLs every time AJAX is used. For example. Choose All Branches and pick a branch. Then open up the extensions category and choose an extension category type, and now the board index is

https://www.phpbb.com/customise/db/community/index.php

Look at all that extra junk in that URL!!!

Removing the line above fixes everything...but what does that break???

Skouat added a comment - 22/Aug/22 10:30 AM
Hi there,
This is due to an invalid value on Titania settings.
@phpBB.com Admins
Go to https://www.phpbb.com/customise/db/manage/administration/config_settings
Check that "phpBB root path" is properly defined.
It should be set as follows: ../community/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant