• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Nginx + Wordpress + Peepso - profile editing is not working

Fant

New Pleskian
Hello,
I'm using nginx only configuration (php 7.2.16 FPM application served by nginx) with standard wordpress config "for one website". Peepso plugin is not working properly. Profile editing is completely not working, it's not loading (Update info button). Plugin author said it's problem with my Nginx configuration - index files or get params.
It should looks like this.
r2GP0eN.png

But it looks (/about it's not loading, it shows user profile):
0JzodiE.png

Peepso got option to change url to seo friendly (it's removing ? from url so it looks: profile/admin/about), but it displays blank website.
 
Plugin is working on other nginx hosting without plesk but plesk is not working on standard nginx config with wordpress (of maybe someone got fix). There is fix for permalinks

if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?q=$1 last;
}


But it not fix problem with the plugin. Any suggestions?
 
Back
Top