• Capobis

    (@ioweuiraosjfosj)


    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)
  • Moderator James Huff

    (@macmanx)

    First, isolate the real problem. What you see might just be a symptom.

    Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the Twenty Fifteen theme to rule-out a theme-specific issue (theme functions can interfere like plugins).

Viewing 1 replies (of 1 total)

The topic ‘Notice uninitialised string offset:0’ is closed to new replies.