Road Repairs

2. Questions to the Minister for Rural Affairs and North Wales, and Trefnydd – in the Senedd on 15 September 2021.

Alert me about debates like this

Photo of Llyr Gruffydd Llyr Gruffydd Plaid Cymru

(Translated)

4. What discussions has the Minister had with the Minister for Climate Change regarding repairing roads in north Wales that were affected by flooding this year? OQ56817

Photo of Lesley Griffiths Lesley Griffiths Labour 2:53, 15 September 2021

Diolch. I have not had any specific discussions with the Minister for Climate Change. However, transport officials have been in discussion with local authorities and are awaiting applications for funding this financial year for ground investigation and detailed design works. Local authorities are fully aware of what was required, and the sooner Welsh Government receives the information requested, the sooner it can be considered.

Photo of Llyr Gruffydd Llyr Gruffydd Plaid Cymru

Thank you for your answer. The B5605 at Newbridge near Wrexham, as I'm sure you will have guessed I was going to raise, was swept away, of course, by a landslip caused by storm Christoph recently. It isn't a rural back road, as you know. It's quite an important through road for a large number of communities, a large number of people, and it transpires now it could be two, maybe three years before that road is fixed, if at all, if funding is available. Now, the delays have already led to greater subsidence at the site, which will only ultimately mean a greater cost to fix the road. So, in your role as Minister for north Wales, can I ask what efforts you've made to make fixing this road a greater priority of Welsh Government, and, indeed, what efforts you've made to try and make sure that funding is available to fix the road as soon as possible?

Photo of Lesley Griffiths Lesley Griffiths Labour 2:54, 15 September 2021

So, whilst I haven't had a discussion with the Minister for Climate Change, I have had a discussion with officials at Wrexham council. I did a visit to the aqueduct, and, of course, as you know, the road that you refer to, which, of course, Wrexham council are responsible for, is not far away. So, I know there's been a further meeting between transport officials and officers at Wrexham council. As I say, we're waiting for an application for funding for this financial year for ground investigation and the design works. That, then, will inform, obviously, any future application that comes from the council for funding the construction work that's required. I know that Wrexham council did submit a bid for funding to make urgent repairs to the flood risk management infrastructure. But that funding—it was, obviously, previously in my portfolio—is only available when it's acting in accordance with the Flood and Water Management Act and in line with the policy that's set out in the national strategy for flood and coastal erosion risk management infrastructure and the grant memorandum. So, their bid was unsuccessful because any repair works wouldn't reduce the risk of flooding, which, obviously, is the reason funding is given. So, I appreciate that it's very frustrating, but it is really up to the council now to make sure that they provide the information that the Welsh Government have asked for. So, I will continue to press for this. Obviously, it is a matter of urgency, but I'm afraid that the ball is firmly in the council's court. 

Photo of Gareth Davies Gareth Davies Conservative 2:56, 15 September 2021

Good afternoon, Minister. Flooding caused by last winter's storm—storm Christoph—had a devastating impact on communities in the Vale of Clwyd, most notably with the destruction of the historic Llanerch bridge, which lies between Trefnant and Tremeirchion, and isolating these communities as they're rural. The latest estimates put the start of the works to replace the bridge during the summer of 2023. I don't find this acceptable, as don't over 300 of my constituents, who recently signed a petition online calling for a swift resolution. Do you agree with me, Minister, that the historic bridge should be replaced sooner and will you work with the local authority to expedite the reconstruction of the Llanerch bridge? Thank you very much.

Photo of Lesley Griffiths Lesley Griffiths Labour

Obviously, in my capacity as Minister for north Wales, again, this has not been raised directly with me, but I'm sure that it has been raised—I'm not even sure if you haven't raised it—with the Minister for Climate Change. But I will certainly ask where the bid is and what work has been done with organisations to have a look at this bridge in Llanerch and I will write to the Member.

Photo of Carolyn Thomas Carolyn Thomas Labour 2:57, 15 September 2021

I'm aware of quite a lot of infrastructure in north Wales that's been impacted by flooding, including those two examples that have been raised today, and they've not fitted that criteria for funding that the Minister mentioned earlier. I am aware, as previous cabinet member for transportation, that, every year, there's an underspend that usually goes to the trunk road agency. I think, last year, there was an underspend of £16 million and previously £20 million—it's quite a significant amount of underspend that goes back, sometimes to local authorities, but mainly the trunk road agency, which does have quite a lot of funding each year that I'm aware of. And with the pause on building new roads as well, could that money be reallocated to help with infrastructure that's been damaged by flooding, which would greatly help local authorities that are really cash-strapped in north Wales? That's the question to you, thank you.

Photo of Lesley Griffiths Lesley Griffiths Labour 2:58, 15 September 2021

Thank you. As I just referred, that budget sits with the Minister for Climate Change, or the Deputy Minister for Climate Change, and, as you're aware, he's currently doing a review of roads. I'm not personally aware of any underspend and, obviously, we're not very well into this financial year yet. But, clearly, it might be advisable if you wrote to the Deputy Minister for Climate Change on that specific point around his budget.

Whoops! There was an error.
Whoops \ Exception \ ErrorException (E_CORE_WARNING)
Module 'xapian' already loaded Whoops\Exception\ErrorException thrown with message "Module 'xapian' already loaded" Stacktrace: #2 Whoops\Exception\ErrorException in Unknown:0 #1 Whoops\Run:handleError in /data/vhost/matthew.theyworkforyou.dev.mysociety.org/theyworkforyou/vendor/filp/whoops/src/Whoops/Run.php:433 #0 Whoops\Run:handleShutdown in [internal]:0
Stack frames (3)
2
Whoops\Exception\ErrorException
Unknown0
1
Whoops\Run handleError
/vendor/filp/whoops/src/Whoops/Run.php433
0
Whoops\Run handleShutdown
[internal]0
Unknown
/data/vhost/matthew.theyworkforyou.dev.mysociety.org/theyworkforyou/vendor/filp/whoops/src/Whoops/Run.php
    /**
     * Special case to deal with Fatal errors and the like.
     */
    public function handleShutdown()
    {
        // If we reached this step, we are in shutdown handler.
        // An exception thrown in a shutdown handler will not be propagated
        // to the exception handler. Pass that information along.
        $this->canThrowExceptions = false;
 
        $error = $this->system->getLastError();
        if ($error && Misc::isLevelFatal($error['type'])) {
            // If there was a fatal error,
            // it was not handled in handleError yet.
            $this->allowQuit = false;
            $this->handleError(
                $error['type'],
                $error['message'],
                $error['file'],
                $error['line']
            );
        }
    }
 
    /**
     * In certain scenarios, like in shutdown handler, we can not throw exceptions
     * @var bool
     */
    private $canThrowExceptions = true;
 
    /**
     * Echo something to the browser
     * @param  string $output
     * @return $this
     */
    private function writeToOutputNow($output)
    {
        if ($this->sendHttpCode() && \Whoops\Util\Misc::canSendHeaders()) {
            $this->system->setHttpResponseCode(
                $this->sendHttpCode()
[internal]

Environment & details:

Key Value
type senedd
id 2021-09-15.3.374236
s speaker:26251
empty
empty
empty
empty
Key Value
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPRC /etc/php/7.0/fcgi
PWD /data/vhost/matthew.theyworkforyou.dev.mysociety.org/theyworkforyou/www/docs/fcgi
PHP_FCGI_CHILDREN 0
ORIG_SCRIPT_NAME /fcgi/php-basic-dev
ORIG_PATH_TRANSLATED /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs/section.php
ORIG_PATH_INFO /senedd/
ORIG_SCRIPT_FILENAME /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs/fcgi/php-basic-dev
CONTENT_LENGTH 0
SCRIPT_NAME /senedd/
REQUEST_URI /senedd/?id=2021-09-15.3.374236&s=speaker%3A26251
QUERY_STRING type=senedd&id=2021-09-15.3.374236&s=speaker%3A26251
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING type=senedd&id=2021-09-15.3.374236&s=speaker%3A26251
REDIRECT_URL /senedd/
REMOTE_PORT 36774
SCRIPT_FILENAME /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs/section.php
SERVER_ADMIN webmaster@theyworkforyou.dev.mysociety.org
CONTEXT_DOCUMENT_ROOT /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /data/vhost/matthew.theyworkforyou.dev.mysociety.org/docs
REMOTE_ADDR 3.135.209.107
SERVER_PORT 80
SERVER_ADDR 46.235.230.113
SERVER_NAME matthew.theyworkforyou.dev.mysociety.org
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
HTTP_ACCEPT_ENCODING gzip, br, zstd, deflate
HTTP_USER_AGENT Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_ACCEPT */*
HTTP_CONNECTION close
HTTP_X_FORWARDED_PROTO https
HTTP_X_REAL_IP 3.135.209.107
HTTP_HOST matthew.theyworkforyou.dev.mysociety.org
SCRIPT_URI http://matthew.theyworkforyou.dev.mysociety.org/senedd/
SCRIPT_URL /senedd/
REDIRECT_STATUS 200
REDIRECT_HANDLER application/x-httpd-fastphp
REDIRECT_SCRIPT_URI http://matthew.theyworkforyou.dev.mysociety.org/senedd/
REDIRECT_SCRIPT_URL /senedd/
FCGI_ROLE RESPONDER
PHP_SELF /senedd/
REQUEST_TIME_FLOAT 1732194949.422
REQUEST_TIME 1732194949
empty
0. Whoops\Handler\PrettyPageHandler