• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

After upgrade from 11.5 to 12, can't access Plesk

aman207

New Pleskian
I am getting the "Function not implemented" error from /var/log/plesk/panel.log
I have tried reading this article but it seems to only apply to Ubuntu and I am running CentOS 6 x64

How can I get past this error?

Thanks
~aman
 
But do you have line

shm /dev/shm tmpfs defaults 0 0

in /etc/fstab ?

For example, on my test Plesk 12 VPS server I see:

[root@ppu12-0 ~]# cat /etc/fstab
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0

[root@ppu12-0 ~]# cat /etc/redhat-release
CentOS release 6.5 (Final)
 
Back
Top