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.
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.
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 7 years, 4 months ago by lukasdulik.