• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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