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.
Example:
I have a project(in symfony 2.8) that requires php v 5.6, but the default version of php installed with plesk is 5.4.
For my project I have to run terminal commands like: php app/console doctrine:schema:update --force ... but since the symfony requires at least php v 5.6 it will give me...
I've found the problem.
Before the update, I have create a symbolic link to /opt/plesk/php/5.6/bin/php called "phpv" and stored in /usr/local/bin .... somehow after the update, when I call phpv -v it gives me that error, but when I delete and recreate the symbolic link everything works like...
1) My OS and plesk version are:
[root@nbois logs]# cat /usr/local/psa/version
12.5.30 CentOS 7 1205160608.10
2) I had looked into plesk logs but I cannot find nothing relevant, can you be more specific where to look?
3) I've installed the updates/patches by running that command line, the...
Hello, I'm having this issue after the plesk auto update.
When I run any php command I get:
PHP Warning: PHP Startup: Unable to load dynamic library '/opt/plesk/php/5.6/lib64/php/modules/imap.so' - /opt/plesk/php/5.6/lib64/php/modules/imap.so: undefined symbol: _safe_emalloc_string in Unknown...
Hello,
I have installed PHP version 5.6 from "Updates and Upgrades" area and then I've set my website to use this new version.
When I login via SSH to my website and run "php -v " it shows me the default version php 5.4.
I've attached 2 photos for example.