( ! ) 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.0001384656{main}( ).../showthread.php:0
20.0001409584require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00711735424pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00711735456google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00731736208preg_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.0001384656{main}( ).../showthread.php:0
20.0001409584require_once( '/var/www/mybb-es.com/global.php ).../showthread.php:28
30.00711735424pluginSystem->run_hooks( $hook = 'global_start', $arguments = ??? ).../global.php:100
40.00711735456google_seo_redirect_hook( '' ).../class_plugins.php:142
50.00751737088parse_str( $string = NULL, $result = NULL ).../redirect.php:315
[Bug] Post/Thread Submited Message

[Bug] Post/Thread Submited Message
Hello I use AceNavy as my theme and on the Post/Thread Submitted Messages their is code below the message that almost completely repeats the message....

Hello I use AceNavy as my theme and on the Post/Thread Submitted Messages their is code below the message that almost completely repeats the message.

If you would like to post a message in our guest forum you'll free to do so. (As I cannot see half of the forum in English I don't know if their isn't any rules against this.)

http://unitedgamers.hostoi.com/forumdisplay.php?fid=7 (The guest forum)
any image? i cant see the problem
:)
I'll try to get one asap.

[attachment=1436]
go to your templates and edit the "Redirect" templates

change to
Código PHP:
<html>
<
head>
<
title>{$title}</title>
<
meta http-equiv="refresh" content="2;URL={$url}/>
{
$headerinclude}
</
head>
<
body>
<
br />
<
br />
<
br />
<
br />
<
div style="margin: auto auto; width: {$lang->redirect_width}align="center">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead"><strong>{$title}</strong></td>
</
tr>
<
tr>
<
td class="trow1" align="center"><p>{$message}</p></td>
</
tr>
<
tr>
<
td class="trow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</
tr>
</
table>
</
div>
</
body>
</
html

(first copy the code in a notepad)
:)
Thank you very much!