Notice uninitialised string offset:0
-
Hi guys,
i have this message on the top of my homepage:
Notice: Uninitialized string offset: 0 in […] formatting.php on line 3285
this is the related line:
if ( strpos($url, ‘:’) === false && ! in_array( $url[0], array( ‘/’, ‘#’, ‘?’ ) ) &&
! preg_match(‘/^[a-z0-9-]+?\.php/i’, $url) )
$url = ‘http://’ . $url;someboby can help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Notice uninitialised string offset:0’ is closed to new replies.