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
Ajax en mi foro
Páginas (2): 1 2   
Stheal   28 Oct, 2012, 1:36 pm
#1
Buenas gente de mybb. vengo a preguntarles si existe alguna razon por la cual no puedo usar nada con ajax en mi foro. Tengo el ajax poll qe se tendria qe actualizar y no lo hace, recarga la pagina directamente, luego el ajax PM notification qe nunca llega la notificacion, el fit on page qe NO re dimensiona ninguna imagen. estoy preocupado, son varias las funciones qe no andan. Lo estoy armando en localhost con wamp 2.2a creo qe es. Necesito algo?
HSSWebs   28 Oct, 2012, 1:46 pm
#2
Verifica que tienes activadas las funciones XMLHttp request en ACP-> Configuración-> Ajustes del foro-> Servidor y opciones de optimización.
Stheal   28 Oct, 2012, 2:15 pm
#3
Si, lo tengo activado. Te juro que di vueltas y vuelvas y no se el porqe!
HSSWebs   28 Oct, 2012, 2:27 pm
#4
Haz agregado algún archivo JS extra? Deja tu plantillas headerinclude para ver.
Stheal   28 Oct, 2012, 3:31 pm
#5
Código PHP:
<?php 
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<
link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<
meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<
meta http-equiv="Content-Script-Type" content="text/javascript" />
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<
script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<!--
Start VideoLightBox.com HEAD section -->
<
link rel="stylesheet" href="youtube_videolb/videolightbox.css" type="text/css" />

<
link rel="stylesheet" type="text/css" href="youtube_videolb/overlay-minimal.css"/>
<
script src="youtube_videolb/jquery.js" type="text/javascript"></script>
<
script src="youtube_videolb/swfobject.js" type="text/javascript"></script
<!-- End VideoLightBox.com HEAD section -->{$stylesheets}
{
$retrn['master_snippet']}
{
$retrn['sniplist']}
{
$retrn['last_snippet']}
<
script type="text/javascript">
<!--
var
cookieDomain = "{$mybb->settings['cookiedomain']}";
var
cookiePath = "{$mybb->settings['cookiepath']}";
var
cookiePrefix = "{$mybb->settings['cookieprefix']}";
var
deleteevent_confirm = "{$lang->deleteevent_confirm}";
var
removeattach_confirm = "{$lang->removeattach_confirm}";
var
loading_text = '{$lang->ajax_loading}';
var
saving_changes = '{$lang->saving_changes}';
var
use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var
my_post_key = "{$mybb->post_code}";
var
imagepath = "{$theme['imgdir']}";
// -->
</script>
{
$newpmmsg}
Juliens   28 Oct, 2012, 10:48 pm
#6
Es por esto:

Código:
<!-- Start VideoLightBox.com HEAD section -->
        <link rel="stylesheet" href="youtube_videolb/videolightbox.css" type="text/css" />
        
            <link rel="stylesheet" type="text/css" href="youtube_videolb/overlay-minimal.css"/>
            <script src="youtube_videolb/jquery.js" type="text/javascript"></script>
            <script src="youtube_videolb/swfobject.js" type="text/javascript"></script

Te falta cerrar la etiqueta </script>, te falta el >

Por eso no te carga el ajax
Stheal   29 Oct, 2012, 9:54 am
#7
Sigue sin funcionarme.. no se porqe!
papi   29 Oct, 2012, 11:11 am
#8
tambien veo esto que no me cuadra
Código:
// -->
como ves es el inicio de un comentario en php y el final de un comentario en html ¡juntos!
Creo que seria mejor sustituir eso por
Código:
-->
Omar G.   29 Oct, 2012, 12:21 pm
#9
(29 Oct, 2012, 11:11 am)papi escribió: tambien veo esto que no me cuadra
Código:
// -->
como ves es el inicio de un comentario en php y el final de un comentario en html ¡juntos!
Creo que seria mejor sustituir eso por
Código:
-->

Eso esta en todas las instalaciones de MyBB en el JS, si fuera el problema ya lo habrían notado (incluso en MyBB-es esta así).
Stheal   29 Oct, 2012, 12:49 pm
#10
entonces nadie sabe qe es lo qe pasa? porqe probe instalando el mybb default y solo el ajax poll y tampoco funciona! entonces debe ser problema de mi localhost. hay algun requisito para hostear mybb?


EDITO: Creo qe es el estilo qe yo uso. porqe lo borre todo, lo reinstale y probe con el theme default y funciona a la perfeccion.
Última modificación: 29 Oct, 2012, 1:06 pm por kiki.
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.