https://github.com/phpbb/phpbb/blob/3.1 ... l.php#L277
Code: Select all
'MYSQL_SCHEMA_UPDATE_REQUIRED' => 'Your MySQL database schema for phpBB is outdated. phpBB detected a schema for MySQL 3.x/4.x, but the server runs on MySQL %2$s.<br /><strong>Before you proceed the update, you need to upgrade the schema.</strong><br /><br />Please refer to the <a href="https://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/">Knowledge Base article about upgrading the MySQL schema</a>. If you encounter problems, please use <a href="https://www.phpbb.com/community/viewforum.php?f=466">our support forums</a>.',
https://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/
now redirect to https://www.phpbb.com/support/docs/en/3.0/kb/article/doesnt-have-a-default-value-errors/
.Probably a ticket and PR must be opened to change the line
My main idea would be to use shorteners links to define the links that go to site of phpBB. Like:
https://www.phpbb.com/go/article-some-name/
Another example in the same line:
Code: Select all
<a href="https://www.phpbb.com/community/viewforum.php?f=466">our support forums</a>
Anothers examples:
https://github.com/phpbb/phpbb/blob/3.1 ... ll.php#L83
https://github.com/phpbb/phpbb/blob/3.1 ... l.php#L195
https://github.com/phpbb/phpbb/blob/3.1 ... l.php#L348
Here is an example already implemented:
https://github.com/phpbb/phpbb/blob/3.1 ... d.php#L306