• Resolved Randgrid

    (@randgrid)


    Hello!

    I’ve just updated nextGen on my blog and it’s not working.

    I’m getting
    Warning: strpos() [function.strpos]: Empty delimiter in /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/class.fs.php on line 304
    error everywhere where I’m using nextgen.

    Which gives such result:
    screenshot
    Here’s my blog for reference

    I’ve checked up the file mentioned, and those lines are:

    302       // Join the paths together
    303        $retval = implode(DIRECTORY_SEPARATOR, $retval);
    304        if (strpos($retval, $this->get_document_root()) !== 0) {
    305            $retval = DIRECTORY_SEPARATOR . trim($retval, "/\\");
    306        }
    307
    308        return $retval;
    309	}

    I don’t know anything about this stuff, so I’d be grateful for any help. Thank you.

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 15 replies - 16 through 30 (of 30 total)
Viewing 15 replies - 16 through 30 (of 30 total)
  • The topic ‘Empty delimiter error in 2.0.57’ is closed to new replies.