Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lukasdulik

    (@lukasdulik)

    Yeah, i know how it should look. But the link, which is sended to email (which should be like example.com/wp-login.php?action=rp&key=hgPMFizgK1sKCThsTkFZ&login=bcworkz), is just example.com/wp-login.php without any parameters. I do not have any idea how to fix this.

    Thread Starter lukasdulik

    (@lukasdulik)

    Ok, I figured it out.

    I disabled //$contentDirAbs = $_SERVER['DOCUMENT_ROOT'] . '/' . $_GET['wp-content'] . '/webp-express';
    instead, I hard coded the path – $contentDirAbs = $_SERVER['DOCUMENT_ROOT'] . '/wp-content/webp-express';

    It throws the errs because /var/www/junakslavicin.com is a symlink, not a directory. Therefore, “../../” (returning the 2 directories above) does not work.

    Please, make a update of the code, because this is a critical bug.

    Thread Starter lukasdulik

    (@lukasdulik)

    it loóks like it speaks about a wod-options file in a directory called config, which really doesn’t exists. Is this a 0.8.1 bug? sry the directory exist, i was blind, so it must be somewhere else.

    • This reply was modified 5 years, 11 months ago by lukasdulik.
Viewing 3 replies - 1 through 3 (of 3 total)