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 Parse error:
qearte   27 Oct, 2010, 3:21 pm
#1
desde esta tarde tengo un problema en el foro al intentar ver los post y esto es lo que me sale:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/kiosco/public_html/inc/functions_post.php(631) : eval()'d code on line 12


si alguno teneis alguna solucion os lo agradeceria de todo corazon,saludos y gracias por vuestra labor desinteresada.

version mybb: 1.6
Versión PHP:5.2.13
Motor SQL:MySQLi 5.0.91

url:http://www.kioscodelart.com


gracias de antemano
Himura   27 Oct, 2010, 5:11 pm
#2
Has instalado recientemente un mycode o plugin que afecte los post, si es asi desactivalo y prueba que tal si se resuelve postea el plugin o mycode para buscar una solucion.
qearte   28 Oct, 2010, 8:04 am
#3
no he instalado ningun plugin,aparte los he desactivado todos y sigo con el mismo fallo.lo ultimo que toque fue aqui en posbit:

{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}" height="248">
<tbody>
<tr>
<td class="tcat">
<div class="float_left smalltext">
{$post['postdate']}, {$post['posttime']} <span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>
{$post['posturl']}
</td>
</tr>

<tr>
<td class="trow1 {$unapproved_shade}">
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
<tr>
<td class="post_avatar" width="1" style="{$post['avatar_padding']}">
{$post['useravatar']}
</td>
<td class="post_author">
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
<br />
{$post['userstars']}
{$post['groupimage']}
{$post['ContarAdjuntos']}
</span>
</td>
<td class="smalltext post_author_info" width="165">
{$post['user_details']} <br />{$post['iconfacebook']}
</td>
</tr>
</table>
</td>
</tr>

<tr>
<td class="trow2 post_content {$unapproved_shade}">
<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

<div class="post_body" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}

<div class="post_meta" id="post_meta_{$post['pid']}">
{$post['iplogged']}
</div>
</td>
</tr>

<tr>
<td class="trow1 post_buttons {$unapproved_shade}">
<div class="author_buttons float_left">
{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
</div>
<div class="post_management_buttons float_right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</td>
</tr>{$post['thxdsp_inline']}
<table>{$post['thxdsp']}</table></tbody>
</table>{$post['thxdsp_outline']}




y en el clasic:

{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
{$post['userstars']} {$post['groupimage']} {$post['useravatar']}<br />
{$post['user_details']} <br />{$post['iconfacebook']}<br />
{$post['levelbar']}
{$post['awards']}
$post['ContarAdjuntos']
</span></td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="right">{$post['button_spam']}{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['thanks']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
</tr>
</table>{$post['thxdsp']}
</td>
</tr>{$post['thxdsp_inline']}
</table>{$post['thxdsp_outline']}
Gmaster   28 Oct, 2010, 12:36 pm
#4
Podrias mostrarnos el contenido del archivo functions_post.php ?
qearte   28 Oct, 2010, 1:47 pm
#5
(28 Oct, 2010, 12:36 pm)Gmaster escribió: Podrias mostrarnos el contenido del archivo functions_post.php ?

donde esta en las plantillas del tema?no lo veo


edito ya lo encontre
Gmaster   28 Oct, 2010, 11:06 pm
#6
El Php esta bien...

El problema ocurre con todos los skins?, si ocurre solo con el theme actual, reverti la plantilla que modificaste antes de que ocurra el problema.

Hace mantenimiento del foro, limpiar la cache y demas...
qearte   29 Oct, 2010, 11:06 am
#7
gracias ya lo arregle,cambiando la plantilla posbit classic.


saludos y gracias por la ayuda


podeis cerrar el tema
Gmaster   29 Oct, 2010, 1:36 pm
#8
Que raro... es la primera vez que veo que un error en una plantilla muestre semejante mensaje, al final Himura tenia razon.

qearte, que modificacion especifica era la que genero ese error?, asi lo guardamos por si le pasa a alguien mas...
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.