• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Issue after Plesk 18.0.77 update: Code Editor opening in new window & losing directory path

BenP

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.77
Hello,

Since updating to Plesk 18.0.77, I’m experiencing two major workflow issues with the File Manager:
  1. Window Handling: The Code Editor now opens in a completely new page/tab instead of the usual in-frame view.
  2. Redirect Loop: When I click "Save", I am redirected back to the root directory instead of staying in the current folder. Having to navigate back to the file location every time is very inefficient.
Is there a setting to restore the previous behavior, or is this a known bug in this version?

Best regards,
Benjamin
 
Hi Sebahat,
Thank you for the quick reply and the provided solution. That's exactly what I was looking for.

Best regards,
Benjamin
 
Hello,

Meanwhile, we are published the update 18.0.77.1, which should address the issue with code editor.
 
Hello,

Meanwhile, we are published the update 18.0.77.1, which should address the issue with code editor.
Still not working. I have Plesk Obsidian 18.0.77 Update #2 and I'm having the same issue, which is happening on a subdomain. Multiple tabs open with each file, and when saving, it often overwrites a different open file than the one I'm working under and I have to scan back through to see which one that happened with. If I hit the x to close the open file tab, they don't close and are still there on refresh. I also have the issue with clicking on a file folder above in the header takes me back to the root, which is also a problem.

This is brutal, and definitely disturbs the workflow since I'm concerned about what I'm doing not saving to the right file. It's gotten to the point where I have to logout and log back in before I open one file and after editing, l log back out and log back in to work on the next one. This is the first issue I think I've ever had with Plesk, so really hope you guys can get it resolved.
 
Still not working. I have Plesk Obsidian 18.0.77 Update #2 and I'm having the same issue, which is happening on a subdomain. Multiple tabs open with each file, and when saving, it often overwrites a different open file than the one I'm working under and I have to scan back through to see which one that happened with. If I hit the x to close the open file tab, they don't close and are still there on refresh. I also have the issue with clicking on a file folder above in the header takes me back to the root, which is also a problem.

This is brutal, and definitely disturbs the workflow since I'm concerned about what I'm doing not saving to the right file. It's gotten to the point where I have to logout and log back in before I open one file and after editing, l log back out and log back in to work on the next one. This is the first issue I think I've ever had with Plesk, so really hope you guys can get it resolved.

There is nothing to fix, this behavior will continue in future versions. Therefore, the only viable solution is the one mentioned earlier.

Edit the panel.ini file and add the following:

Code:
[fileManager]
codeEditor.pageEnabled = false

This will resolve the issue.
 
Back
Top