• 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.

Zend_Controller_Exception: Permission denied when trying to restore backup

System
12.0.18 CentOS 6 1200150126.15
micro update - 48

trying to restore a backup from a different plesk 12 server but it keeps giving me this error

Internal error.
ERROR: Zend_Controller_Exception: Permission denied.#0 /usr/local/psa/admin/plib/CommonPanel/Controller/Action/Abstract.php(191): CommonPanel_Controller_Action_Abstract->_checkForgeryProtectionToken()
#1 /usr/local/psa/admin/externals/Zend/Controller/Action.php(502): CommonPanel_Controller_Action_Abstract->preDispatch()
#2 /usr/local/psa/admin/externals/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('errorAction')
#3 /usr/local/psa/admin/externals/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#4 /usr/local/psa/admin/plib/Application/Web.php(38): Zend_Controller_Front->dispatch(NULL)
#5 /usr/local/psa/admin/htdocs/application.php(15): Plesk\Application_Web->run()
#6 {main} (Broker.php:336)

I have tried the solution here http://kb.odin.com/en/122077
but it hasn't fixed my problem
The backup was saved on a personal ftp repository
could that be the issue ?
 

Attachments

  • serverError.jpg
    serverError.jpg
    197.3 KB · Views: 3
Please check your SELinux mode ( it should either be in the mode "Disabled" or "Permissive" ) :


How to switch SELinux to Permissive mode:

setenforce 0
getenforce
=> Permissive
Please retry your previous commands and check if the problem still exists after you changed the SELinux mode.
If it still exists, please try to disable SELinux completely - just to check if this might be the cause.
 
I already set selinux to disabled in the /etc/sysconfig/selinux file
ran the command above and it returns disabled
getenforce
Disabled
this has got me stump? must be missing something
 
Back
Top