Hi again,
After inspecting the pwpf-hooks.php file on line 198, added the following lines of code:
libxml_use_internal_errors(true);
before the call to loadHTML and
libxml_use_internal_errors(false);
after it.
And, for now, it worked. Probably this is not the best method, but solve the problem. If you have another suggestion, I appreciate.
Thank you again.
Cheers,
Maurício
Another question, if you don’t mind…
How can I insert a link to redirect to the homepage, or login form, in the access denied message?
PS: regarding the first message, about the error, I’ve tried in another website and worked fine, perfect, without the need to hide any error.
Cheers,
Maurício
Hi Maurício,
Thank you for contacting us and using our plugin.
A lot of questions in a couple of minutes :).
What you are showing in the screenshot is a warning and not really an error.
But we will look into it and in the next release, we will fix it.
Then about your second question:
How can I insert a link to redirect to the homepage, or login form, in the access denied message?
We stripped out all HTML because of security reasons, but are planning to enable this option in a new release soon.
I hope this has answered your questions for now.
If there is anything don’t hesitate to reach out to us.
Stephan Csorba
Hi Stephan,
Thank you for your answer.
I’ll wait for the next releases.
Cheers,
Maurício
Hi,
Just a message, a new release has been published.
1. Added your fix.
2. Added a possibility to add a redirect URL.
Stephan Csorba
Hi Stephan,
That’s great news. Thank you!
Cheers,
Maurício