• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Can't upload templates

M

mattp

Guest
When I upload templates, it fully uploads the file, and then redirects to this page -
http://sitebuilder.your_domain.com/admin/cc_action.php?_c_u_i_d_=xxxxxx&page=1

The xxxxxx in the URL is a different number each time, and the page is completely blank (when I view source on the page there is nothing). When I go back to the templates list, the new one is not there.

I have had a look at /usr/local/apache/logs/error_log and the only thing in there is this (repeated for every time a SiteBuilder page is loaded) is this -

Code:
gpg: key 2E5E56D6: secret key imported
gpg: Total number processed: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: key 2E5E56D6: public key "Sitebuilder (Sitebuilder) <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: key 02DA72B0: public key "SWsoft Key Administrator <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1

Has anybody else experienced this?
 
SW-Soft Support told me that I had 2 problems -

1. ZIP extension for PHP was not installed
2. upload_max_filesize setting in php.ini needs to be increased to 4MB
 
Back
Top