( ! ) Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 298
Call Stack
#TimeMemoryFunctionLocation
10.0001378536{main}( ).../showthread.php:0
20.0002403464require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00661731696pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00661731728google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00681732480preg_replace( $pattern = '/\\?([^&?=]+)([=&])/u', $replacement = '&$1$2', $subject = NULL ).../redirect.php:298

( ! ) Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/mybb-es.com/inc/plugins/google_seo/redirect.php on line 315
Call Stack
#TimeMemoryFunctionLocation
10.0001378536{main}( ).../showthread.php:0
20.0002403464require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00661731696pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00661731728google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00731733360parse_str( $string = NULL, $result = NULL ).../redirect.php:315
Detener la opción de invisible

Detener la opción de invisible
Bueno, en Templates vas a 'usercp_options' y, buscas y eliminas: Quote:<fieldset class="trow2"> <legend><strong>{$lang->login_cookies_privacy}</st...

Bueno,

en Templates vas a 'usercp_options' y, buscas y eliminas:
Cita:<fieldset class="trow2">
<legend><strong>{$lang->login_cookies_privacy}</strong></legend>
<table cellspacing="0" cellpadding="2">
<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>
</table>
</fieldset>
<br />

en Templates vas a 'member_register' y, buscas y eliminas:
Cita:<tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td>
<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td>
</tr>

Si ya hay usuarios establecidos como invisible, debes ejecutar la siguiente con en tu SQL a través de PhpMyAdmin para que se realice la configuración:
Cita:UPDATE `mybb_users` SET `invisible` = '0' WHERE `invisible` = '1'

Traducido y Modificado por: Fantasma.Fantasy
Fuente: Community Forums (Foro Oficial de MyBB, en inglés)
perdonadme ,pero no sé que hacer xD ,voy a phpmyadmin y luego a donde? xD
el index no sale nada de eso xD ,dónde tengo que ir o hacer? xD

Nuevamente perdón.
Ve a Phpmyadmin, seleccionas la base de datos de tu foro>le das click en la pestaña "SQL"

Y te saldrá un cuadro de texto, allí pegas eso:
Código:
UPDATE `mybb_users` SET `invisible` = '0' WHERE `invisible` = '1'

Y le picas al botón continuar. Y listo