[eluser]canado[/eluser]
Hi everyone
I have a big problem, my site gets indexed by google but with a php error as follow
Code:
<div>
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Undefined offset: 0</p>
<p>Filename: core/MY_Lang.php</p>
<p>Line Number: 163</p>
</div><div>
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Undefined index: </p>
<p>Filename: core/MY_Lang.php</p>
<p>Line Number: 71</p>
</div><div>
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Undefined offset: 0</p>
<p>Filename: core/MY_Lang.php</p>
<p>Line Number: 163</p>
</div><div>
<h4>A PHP Error was encountered</h4>
<p>Severity: Warning</p>
<p>Message: Cannot modify header information - headers already sent by (output started at /homez.43/sophiec/www/system/core/Exceptions.php:170)</p>
<p>Filename: core/MY_Lang.php</p>
<p>Line Number: 77</p>
</div>
but when I check the root in the browser everything is fine, it redirects to mywebsite.com/en/home with no errors
any idea?