help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED] Web adress not allowed
[SOLVED] Web adress not allowed
2 months 1 week ago
A Venue we use to visit (for musical rehearsals) has the Web adress
www.musikakademie.bayern/
This adress is existing and reachable but it can not be entered into the Web adress field of the venue. (in Backend)
I think the first level domain ".bayern" is not listed somewhere.
Can i do anything to make it "allowed" ?
Joomla 5.1.2 JEM 4.2.2
thank you
This adress is existing and reachable but it can not be entered into the Web adress field of the venue. (in Backend)
I think the first level domain ".bayern" is not listed somewhere.
Can i do anything to make it "allowed" ?
Joomla 5.1.2 JEM 4.2.2
thank you
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Web adress not allowed
2 months 1 week ago - 2 months 1 week ago
Hi
At the moment our devs are absent. But if I remember right, this issue was times ago here in this forum. Please search for it.
EDIT: I did not find anything, so it seems I dreamed. Sorry.
I posted this issue in github.
At the moment our devs are absent. But if I remember right, this issue was times ago here in this forum. Please search for it.
EDIT: I did not find anything, so it seems I dreamed. Sorry.
I posted this issue in github.
Last edit: 2 months 1 week ago by jojo12.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Web adress not allowed
2 months 1 week ago
Thankk you for your reply an for forwarding to github.
Please Log in or Create an account to join the conversation.
Re: [SOLVED] Web adress not allowed
2 months 1 week ago - 2 months 1 week ago
Hi, it's solved on github. We hope for a 4.2.3 in next days.
as quick fix:
you've to change admin/tables/venue.php
line79
from
if (!preg_match('/^(http|https)/\/[a-z0-9]+([\-\.]{1}[a-z0-9äöüáéíóúñ]+)*\.[a-z]{2,5}'
to
if (!preg_match('/^(http|https)/\/[a-z0-9]+([\-\.]{1}[a-z0-9äöüáéíóúñ]+)*\.[a-z]{2,24}'
as quick fix:
you've to change admin/tables/venue.php
line79
from
if (!preg_match('/^(http|https)/\/[a-z0-9]+([\-\.]{1}[a-z0-9äöüáéíóúñ]+)*\.[a-z]{2,5}'
to
if (!preg_match('/^(http|https)/\/[a-z0-9]+([\-\.]{1}[a-z0-9äöüáéíóúñ]+)*\.[a-z]{2,24}'
Last edit: 2 months 1 week ago by jojo12.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Time to create page: 0.494 seconds