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.
Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
To continue sharing your ideas and feedback, please visit features.plesk.com
[29-Aug-2013 08:47:20 Europe/Berlin] PHP Fatal error: Call to a member function getScheme() on a non-object in /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php on line 785
[29-Aug-2013 08:53:06 Europe/Berlin] PHP Fatal error: Call to a member function getScheme() on a non-object in /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php on line 785
[29-Aug-2013 08:59:31 Europe/Berlin] PHP Fatal error: Call to a member function getScheme() on a non-object in /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php on line 785
[29-Aug-2013 09:03:48 Europe/Berlin] PHP Fatal error: Call to a member function getScheme() on a non-object in /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php on line 785
[29-Aug-2013 09:04:21 Europe/Berlin] PHP Fatal error: Call to a member function getScheme() on a non-object in /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php on line 785
[29-Aug-2013 09:12:18 Europe/Berlin] PHP Fatal error: Call to a member function getScheme() on a non-object in /opt/psa/admin/plib/WebServerManager/Adapter/Apache.php on line 785
OK, I've found it.
Plesk does not remove all after the subscription delete. If the client has some other domains or subdomains with the subscription you have to remove some entries in
/opt/psa/admin/conf/vhosts_bootstrap.conf
If you are not sure what to remove, check in: /etc/apache2/plesk.conf.d/vhosts
In my case there were folders with configuration of missing subdomains. I deleted all folders and all 'Include' entries from /opt/psa/admin/conf/vhosts_bootstrap.conf
After that I did a: /usr/local/psa/admin/bin/httpdmng --reconfigure-all
And it helped.
For me this was helpful: http://serverkb.co.uk/wiki/Apache
This should not be present or included from other configs in 11.5.30. This means you have an inherently broken configuration. I suggest removing it (keep backup though).
Here's mine /etc/apache2/conf.d/zz010_psa_httpd.conf for reference (it doesn't mean you should have exactly the same one!):
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
Include '/etc/apache2/plesk.conf.d/server.conf'
Include '/etc/apache2/plesk.conf.d/horde.conf'
Include '/etc/apache2/plesk.conf.d/roundcube.conf'
Include '/etc/apache2/plesk.conf.d/vhosts/*.conf'
Include '/etc/apache2/plesk.conf.d/forwarding/*.conf'
Include '/etc/apache2/plesk.conf.d/wildcards/*.conf'
Notice that vhosts/*.conf is used instead of vhosts_bootstrap.conf since Plesk 11.5.
Here's mine:
/etc/apache2/conf.d# cat zz010_psa_httpd.conf
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
Include '/etc/apache2/plesk.conf.d/server.conf'
Include '/etc/apache2/plesk.conf.d/atmail.conf'
Include '/etc/apache2/plesk.conf.d/horde.conf'
Include '/etc/apache2/plesk.conf.d/roundcube.conf'
Include '/etc/apache2/plesk.conf.d/vhosts/*.conf'
Include '/etc/apache2/plesk.conf.d/forwarding/*.conf'
Include '/etc/apache2/plesk.conf.d/wildcards/*.conf'
and now in /etc/apache2/plesk.conf.d/vhosts/ I have all my domains...
Well, after I deleted all entries in vhosts_bootstrap.conf, I also deleted all folders from /etc/apache2/plesk.conf.d/vhosts/ where were all the subdomains conf files (sub1.domain.com, sub2.domain.com), from subscription previously deleted.
(I've deleted subscription eg.: domain.com
Under this subscription there were few subdomains: sub1.domain.com, sub2.domain.com etc...)
So after I deleted a subscription and tried to --reconfigure-all I had error "..... bad user name wyderka" etc. shown abowe.
Then I've deleted all entries from bootstrap and from folder. I do not know what exactly was the problem but after this I was able to reconfigure-all with no errors and all my sites work fine.