« HostinginsidersOscars 2007 a través de P2PTV »

Found invalid URL: URI scheme not allowed

02.03.07 | by Javier [mail] | Categories: Problemas informáticos

¿Te aparece un error "Found invalid URL: URI scheme not allowed" en b2Evolution?

Eso significa que tu blog engine, b2Evolution, está limitando un enlace a ciertos protocolos, en la versión 1.8.2 son los siguientes:

http, httpsn, ftp, gopher,nntp, news, mailto, irc, aim, icq

Si quieres añadir otro abre el siguiente fichero:

/la_carpeta_de_tu_blog/conf/_formatting.php

y cambia el siguiente bloque:

$allowed_uri_scheme = array
(
	'http',
	'https',
	'ftp',
	'gopher',
	'nntp',
	'news',
	'mailto',
	'irc',
	'aim',
	'icq'
);

Añadiendo bajo 'icq' otro, como por ejemplo 'mms':

$allowed_uri_scheme = array
(
	'http',
	'https',
	'ftp',
	'gopher',
	'nntp',
	'news',
	'mailto',
	'irc',
	'aim',
	'icq',
	'mms'
);

Date cuenta que todos los protocolos debe tener una coma al final, menos el último.

No feedback yet

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
PoorExcellent
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)

You can just use your OpenID to provide your name, e-mail and url.