burnley
Regular Pleskian
Apparently (I'm not at all sure), after updating 10.4.4 -> 11.5.30 the subscription backups fail with "Unable to find Backup dump object" error. I've seen this error reported by other users in the past, for both Windows and Linux, but couldn't find any clear resoultion yet.
In php_error.log I see:
---CUT HERE---
[04-Nov-2013 12:20:50 Australia/Melbourne] ERR (3) [panel]: Unable to find Backup dump object:
0: backup.abstract-repository.item.php:58
__backup__abstract_repository__item->getDump()
1: backup.abstract-repository.item.restore.php:42
__backup__abstract_repository__item__restore->accessItem(string 'GET', NULL null)
2: UIPointer.php:619
UIPointer->access(string 'GET')
3: plesk.php:36
[04-Nov-2013 12:20:50 Australia/Melbourne] PleskFatalException: Unable to find Backup dump object
file: C:\Program Files (x86)\Parallels\Plesk\admin\plib\backup\ui\backup.abstract-repository.item.php
line: 58
code: 0
trace: #0 C:\Program Files (x86)\Parallels\Plesk\admin\plib\backup\ui\backup.abstract-repository.item.restore.php(42): __backup__abstract_repository__item->getDump()
#1 C:\Program Files (x86)\Parallels\Plesk\admin\plib\UIPointer.php(619): __backup__abstract_repository__item__restore->accessItem('GET', NULL)
#2 C:\Program Files (x86)\Parallels\Plesk\admin\htdocs\plesk.php(36): UIPointer->access('GET')
#3 {main}
---CUT HERE---
Here's the entire Plesk php.ini:
---CUT HERE---
[Session]
session.save_path="C:\Program Files (x86)\Parallels\Plesk\admin\sessions"
[ioncube]
zend_extension="C:\Program Files (x86)\Parallels\Plesk\admin\modules\ioncube_loader_win_5.4.dll"
In php_error.log I see:
---CUT HERE---
[04-Nov-2013 12:20:50 Australia/Melbourne] ERR (3) [panel]: Unable to find Backup dump object:
0: backup.abstract-repository.item.php:58
__backup__abstract_repository__item->getDump()
1: backup.abstract-repository.item.restore.php:42
__backup__abstract_repository__item__restore->accessItem(string 'GET', NULL null)
2: UIPointer.php:619
UIPointer->access(string 'GET')
3: plesk.php:36
[04-Nov-2013 12:20:50 Australia/Melbourne] PleskFatalException: Unable to find Backup dump object
file: C:\Program Files (x86)\Parallels\Plesk\admin\plib\backup\ui\backup.abstract-repository.item.php
line: 58
code: 0
trace: #0 C:\Program Files (x86)\Parallels\Plesk\admin\plib\backup\ui\backup.abstract-repository.item.restore.php(42): __backup__abstract_repository__item->getDump()
#1 C:\Program Files (x86)\Parallels\Plesk\admin\plib\UIPointer.php(619): __backup__abstract_repository__item__restore->accessItem('GET', NULL)
#2 C:\Program Files (x86)\Parallels\Plesk\admin\htdocs\plesk.php(36): UIPointer->access('GET')
#3 {main}
---CUT HERE---
Here's the entire Plesk php.ini:
---CUT HERE---
[Session]
session.save_path="C:\Program Files (x86)\Parallels\Plesk\admin\sessions"
[ioncube]
zend_extension="C:\Program Files (x86)\Parallels\Plesk\admin\modules\ioncube_loader_win_5.4.dll"
PHP:
extension_dir="C:\Program Files (x86)\Parallels\Plesk\admin\modules"
max_execution_time=7200
log_errors=On
display_errors=Off
error_reporting=E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED
error_log="C:\Program Files (x86)\Parallels\Plesk\admin\logs\php_error.log"
register_globals=Off
post_max_size=2147483647
auto_prepend_file= "auth.php"
include_path= "C:\Program Files (x86)\Parallels\Plesk\admin\plib;C:\Program Files (x86)\Parallels\Plesk\admin\externals"
fastcgi.impersonate=1
upload_tmp_dir= "C:\Program Files (x86)\Parallels\Plesk\PrivateTemp"
upload_max_filesize=2147483647
max_file_uploads=99999
max_input_vars=2000
cgi.force_redirect= 0
memory_limit=128M
swkey.product_name="plesk-win"
swkey.repository_dir="C:\Program Files (x86)\Parallels\Plesk\admin\repository\"
expose_php=Off
magic_quotes_gpc=Off
magic_quotes_runtime=Off
[opcache]
zend_extension="C:\Program Files (x86)\Parallels\Plesk\admin\modules\php_zendoptimizerplus.dll"
opcache.enable=1
opcache.memory_consumption=24
[php_curl]
extension=php_curl.dll
[php_imap]
extension=php_imap.dll
[php_mbstring]
extension.off=php_mbstring.dll
[php_openssl]
extension=php_openssl.dll
[php_soap]
extension.off=php_soap.dll
[php_sockets]
extension.off=php_sockets.dll
[php_sqlite3]
extension.off=php_sqlite3.dll
[php_xsl]
extension=php_xsl.dll
[psasem]
extension=psasem.dll
[php_plesk_util]
extension=php_plesk_util.dll
[php_psakey]
extension=php_psakey.dll
[php_gd2]
extension=php_gd2.dll
[php_intl]
extension=php_intl.dll
[php_aps_php]
extension=php_aps_php.dll
---CUT HERE---