Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
It tries create parent dir 'about-us', if can't create child. This behaviour works good for new dirs, because theoretically ftp server can denies recursive creation.
But WPB did not try create child dir, it's strange and seems like bug.
You already investigate root cause, and it seems like bug in proftpd (or may be new interpretation about defaults/config settings).
WPB reads answer from ftp server and if gets response with not "good" return code, wpb writes about this in its log:
2014-06-04T13:02:21+08:00 [EMERG]...
Try to check exist and permissions of file. It's should be similar:
# ls -la /opt/psa/admin/htdocs/locales/default
-rw-r--r-- 1 root root 38 May 15 14:09 /opt/psa/admin/htdocs/locales/default
# cat /opt/psa/admin/htdocs/locales/default
en-US:ENGLISH:GERMANIC:UNITED STATES;
If this file was...
It's problem in system requirements for web presens builder (http://www.parallels.com/download/plesk/11/requirements/) need minimum 768MB of RAM, but your instanse ec2 is "micro" with around 600 mb of RAM, better choose other instance.
For resolve this problem, you can create swap and...
Current version sitebuilder don't support sql strict mode in mysql.
This behavior usually occurs when you turn sql-mode in strict mode.
If it is true?
You can reconfigure mysql server, change or add line in file my.cnf:
sql-mode = ""
see also...