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.
@Razvan - I got Plesk & mysql working but things were not right some services messed up.
Anyway I spun up a new server and got everything migrated over. Was very painful process and lost a lot of money doing it.
@CoyoteKG If it makes you feel any better I've been having the same issues - Client wants a Magento 2.0 installation, which means MySQL 5.6 > ...... ffs.
After a paid SI completely destroyed my dev environment I had to do it myself.. Just out of interest, did you encounter any issues with the...
@Umbus setting up your mail from 3rd party clients is also very well documented in the official plesk documentation found here:
https://docs.plesk.com/en-US/12.5/administrator-guide/website-management/quick-start-with-plesk/set-up-mail-accounts/2-access-your-mailbox.65691/
Or alternatively...
@Umbus, I would imagine that you are not connecting to the server from the mail client correctly... First on all I would try to establish a test connection with a test e-mail account over unencrypted SMTP port 25.
As you can only receive mail I assume your IMAP/POP config is perfectly fine.
Hey @cookkoo, have you made any more progress?
Just to clarify:
Sorry I believe it should be: /var/lib/mysql not mysqld for ubunutu LTS
What is the output of:
cat /var/log/mysql/error.log
can you confirm the BIND-ADDRESS? in /etc/mysql/my.cnf?
is MySQL reinstallation an option? incase you...
/dev/md2 - this is a raid setup?
Are you sure this isn't a space issue?
this command can help determine the biggest files on your system:
du -a / | sort -n -r | head -n 15
I recently experienced this issue on a vanilla plesk 12.5 Centos 6.7 setup. Found that the issue was related to MYSQL 5.6 odbc driver.
It might be worth while to check your /etc/odbc.ini and make sure all connectors are in your /lib64/ as expected. I was missing a driver which was also causing...
Update:
I resolved the issue thanks to a combination of this article:
http://stackoverflow.com/questions/23428301/correct-way-of-updating-php-mysql-on-a-running-plesk-11-5-server
And this article here:
https://talk.plesk.com/threads/app-installer-issue.315200/
Thanks!
Now its time to deal...
Hi all,
I have a customer who wants to setup a magento 2.0.4 which requires mysql 5.6 so ive setup a dev environment on centos 6.5 with plesk 12.5
I have multiple php versions installed and have gone through mysql 5.6 upgrade however im now seeing issues in plesk application vault. After...