Jump to content
YOUR-AD-HERE
HOSTING
TOOLS
  • 0

Locked Porfavor Ayuda..


HaXoR 1337

Question

Miren , tengo vbulletin 4.2.2 y me salta este error

 

Warning: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in ..../includes/class_bbcode.php on line 2958

 

 

y la linea es esta

 

$bbcode = preg_replace('#\[img\]\s*(https?://([^*\r\n]+|[a-z0-9/\\._\- !]+))\[/img\]#iUe', "\$this->handle_bbcode_img_match('\\1')", $bbcode);

 

 

Me podrian ayudar porfavor? :S

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Re: Porfavor Ayuda..

 

pues ese es el problema,preg_replace() esta deshabilitado en esa versionde php.

Prueba a cambiar la version de php o si tienes conocimientos de php cambia la funcion preg_replace por preg_replace_callback y tambien deberia funcionar

Link to comment
Share on other sites

  • 0
pues ese es el problema,preg_replace() esta deshabilitado en esa versionde php.

Prueba a cambiar la version de php o si tienes conocimientos de php cambia la funcion preg_replace por preg_replace_callback y tambien deberia funcionar

 

 

Me ayudas con la segunda opcion de cambiar la funcion por preg_replace_callback? gracias por responder eres muy atento hermano ^^

 

pues ese es el problema,preg_replace() esta deshabilitado en esa versionde php.

Prueba a cambiar la version de php o si tienes conocimientos de php cambia la funcion preg_replace por preg_replace_callback y tambien deberia funcionar

 

 

Se podria solucionar asi?

 

añadiendo la siguiente línea en config.php debajo de

This is the hidden content, please

 

agregando

 

This is the hidden content, please

 

 

??

Link to comment
Share on other sites

  • 0

Re: Porfavor Ayuda..

 

Trata de no hacer doble post

 

Según tu error lo tienes aqui:

/includes/class_bbcode.php on line 2958

Ve a la linea 2958 del archivo /includes/class_bbcode.php y ahí tendrás la funcion preg_replace

 

Lo que tu dices supongo que sirve para que no muestre ese error, pero no se si te funcionaria. Haz la prueba

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.