Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Problema con cometchat, codigo erroneo.
amartin2112   27 Apr, 2011, 6:04 pm
#1
hola gente tengo un gran problema, con el cometchat y me esta exasperando en mi web andrumartin.com.ar
instale en el directorio raiz la carpeta cometchat

pongo andrumartin.com.ar/cometchat/install.php

<link type="text/css" href="/www/www.andrumartin.com.ar/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="/www/www.andrumartin.com.ar/cometchat/cometchatjs.php" charset="utf-8"></script>

porque me tira dos /www/www
no entiendo que hago mal instale todo bien
no falta ningun archivo mi host es 000webhost

incluso aunque ponga el codigo

<link type="text/css" href="/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="/cometchat/cometchatjs.php" charset="utf-8"></script>

me aparece el chat pero las imagenes y eso aparecen cortadas
porque aparentemente toma la direccion para todo /www/www.andru....
no porque.

agradezco la ayuda gracias!
Omar G.   27 Apr, 2011, 6:35 pm
#2
Sere yo o tu mensaje esta codificado? (no enendi la mitad @.@)

Cambia esto:
<link type="text/css" href="/www/www.andrumartin.com.ar/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="/www/www.andrumartin.com.ar/cometchat/cometchatjs.php" charset="utf-8"></script>

Por:
<link type="text/css" href="http://www.andrumartin.com.ar/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">
<script type="text/javascript" src="http://www.andrumartin.com.ar/cometchat/cometchatjs.php" charset="utf-8"></script>
DARKNESSDH   27 Apr, 2011, 6:38 pm
#3
Cierro por incumplimiento de reglas, mas datos en mi firma
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.