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.
Hi,
no still didn't use plesk-repair tools. Just updated the packages and recommented plesk onyx updates shown on sart page in admin panel.
I will try now the plesk repair and see what happens.
Hello, thank you for the fast Answer!
The User exists in MySql:
=1']user =1']host
admin localhost
apsc localhost
debian-sys-maint localhost
horde localhost
mysql.session localhost
mysql.sys localhost
pma_J1_CXjaXcj2e localhost
roundcube localhost
slanding_db_user localhost
Even so I...
I have:
Ubuntu 16.04.5 LTS
Produkt Plesk Onyx
Version 17.8.11 Update #17
MySQl 5.7.23
In the /var/log/plesk/modules/wdcollect.log I found the error:
Failed to connect to database server: SQLSTATE[HY000] [1045] Access denied for user 'admin'@'localhost' (using password: YES)
This error occures...
Ok, but when the key update process is working without problems by clicking on the link "retrieve license key" in the license management in the admin panel then would I think that all neccessary data is correct. Does the automatic update process something other than the manual process (clicking...
Hi UFHH01 and OSG,
like I already wrote did I apply the solution of Igors linked plesk article. But the solution does not work for me. How can the plesk license utility help in that case? The manual LicenseKeyUpdate in the admin panel still works - just the monthly automatic update fails, and I...
Hi Igor, I followed the instruction of this article, but this didn't help. I removed the registry and logged out and in again, but yesterday the monthly key update failed again.
In the article is not the same log in the panel.log. I have the error message:
[2017-03-10 06:25:06] ERR [panel]...
Hello I have the same Problem like OSG. I also have a server with Ubuntu 14.04.5 LTS (Plesk Version 12.5.30 Update #60).
I can also connect to "telnet ka.plesk.com 5224" like OSG. Automatic key update doesn't work, manually it does work.
panel.log:
[2017-03-10 06:25:06] ERR [panel] KeyUpdate...
Hello,
I have an Ubuntu 14.04.5 LTS server with plesk 12.5 (12.5.30 Update #44 ) on it.
When I create a Cronjob for a domain, the execution of the script does not use the php version configured for the domain in php settings - it uses the default system php-version "5.5.9-1ubuntu4.19" . How...
Thanks for your advices! Of course you are right, that bad code should be prevented. But sometimes if it's a learning process, then you don't know it better or don't have the time to write better code or develop everthing self instead of using a framework.
Thank you for this answer! I use the laravel framework, that already has included caching methods (like memcached,redis,filesystem,mysql,apc...) for sessions and site cache. At this time I only use the caching for the sessions, because of the dayly changing result data the site cache is not...
Ok the redis-server was not installed yet. Now it seems to be working with php 5.6.17. trialotto I will also try your explanation for php7 later. :) Do you have simple tips for configuring redis as caching server or is the default config ok?
I hope I have deinstalled all now. But before trying again with memcached I would give redis a try. So installed php5.6.17 again with plesk installer and in php settings redis is activated and phpinfo() shows also that Redis Version 2.2.5 is enabled. I changed the caching handler of my laravel...
If I change the "/opt/psa/etc/modules/watchdog/rkhunter.conf" then will it be overwritten like I can read in the first line of the file?
Where can I do changes that will not be overwritten by plesk?
Hello trialotto. Yes it's not rocket sience, but if you are newby in case of server administration, then sometimes it seems like rocket science. ;)
EDIT: My fault! I had still the OS version php 5.5.9 saved for the site, so it was working. I just checked it again and set the target php version...