I know it's not specifically a plesk issue, but as I use plesk to resell webs and many users install (manually) wordpress, I thought I'll ask around.I would like to know if this can be done with a single sql select or if I would have to use a script to do this:
- track all mysql databases on my server - find the proper table in each database (as the prefix can be customized, the start of the table name will probably never be the same in two WP installations) - find the proper field in that table and check the WP version and administrator email
and then what I will do is send an email to those adresses advising them to update WP
I have tried to install multiple versions of PHP as described here: [URL] The option "Add/Remove Components" > "Web hosting features" > "Different PHP interpreters versions" is not available in the Parallels Installer. I am using Plesk 12.0.18 on CentOS release 6.6 (Final)
A really nice feature has been brought to plesk with the native support for multiple PHP versions now.I tried it out, but there seems to be an error in the session.save_path of PHP 5.5.23 (the one I tested).sessions.save_path points to /var/lib/php/sessions but the default before seems to be /var/lib/php/session so the folder does not exist.For now I simply worked with a symlink to solve the problem:
cd /var/lib/php/ ln -s session sessions
Not sure if other PHP version or other OSes (besides PHP 5.5.23 and CentOS 6.6 are affected).
According to: URL....I tried to install php 5.3...Before able to .configure php source, i must install several dependencies. I resolved most of them but installing libmcrypt-devel gives the following error:
For some application-testing I installed PHP 5.5 and PHP 5.6 alongside the existing PHP 5.3 installation. To do that I used the web-interface of the Plesk-installer.
Installing the software went well, or at least didn't show any errors.
After installing I went back to the login-page to get back into the portal, but that didn't work.
I am using the right username and password and don't see any errors, I just keep getting the login-screen and no errors. Logging in through SSH is working as it should. Only access to Plesk on 8443 seems to be denied.
Server reboot didn't work, restarting Plesk-services didn't work...
How can I restore this so I can get back to work?
This Plesk-installation is on a CentOS 6 server on which I have full rights.
I am using Plesk 10 on a Windows dedicated server.I read on Parallels website that version 11 will upgrade PHP to 5.3.Is it possible to keep PHP 5.2 together with PHP 5.3?
I am trying to install Plesk 11.5.30...I have downloaded the autoinstaller to my CentOS 7 server:
# wget http://autoinstall.plesk.com/plesk-installer #chmod +x plesk-installer #./plesk-installer --all-versions I have also tried: # ./plesk-installer --select-release-id PLESK_11_5_30
But i only get options from Plesk 12.0.18 to 12.1.15. I should run /usr/local/psa/admin/sbin/autoinstaller --all-versions to install older versions of Plesk, but when i run this the file does not exist.How do i install Plesk 11.5.30?
I'am partner with cloudflare I have the follow question:
As my subject says how can I install cloudflare for PA? (I already install the addon extension ServerShield Plus by CloudFlare) but pretend install CloudFlare for PA [URL] ....
I have installed PHP 5.6 following this guide (enabling php 5.6 in remi) but I can't select the new version of PHP from hosting settings page in domain administration. What is ionCube?
===> Checking for the necessary system accounts Checking for the system groups and users necessary for MySQL... Checking for the group ''... Trying to add group ''... groupadd: '' is not a valid group name
ERROR while trying to add group ''Click to expand...
I trying to install Joommla via XML-RPC API. (Plesk version : 12.0.18 Update #13 - API version : 1.6.6.0)
Here are my methods 1. get Package list 2. download package 3. install package
if I try with Wordpress, I don't have any problems.
With Joomla : step 2 : I've got this message in log file : ERR [panel] Error during package add to repository: Add-ons for APS packaged web apps are not supported. ERR [apscatalog] Error during downloading package from APS Catalog: Add-ons for APS packaged web apps are not supported. ERR [panel] Task failed: id=95, pid=21231, type=aps-download, error=Add-ons for APS packaged web apps are not supported.
If I install via http admin interface, install works.
When trying to install magicspam (magicspam-plesk-1.0.8-1.1-precise64-postfix.amd64.deb) in the extensions management I get the following error: Error: Unable to install the extension: Unable to install the module package file
OSUbuntu 12.04.5 LTS Plesk version12.0.18 Update #18, last updated at Oct 7, 2014 02:05 AM
The previous update of magicspam with version 1.0.6 worked fine. There were no changes to the system except the Plesk updates.
I have installed this several times on my server without issue and 24 hours after setting up one successfully I am no longer able to install any. Upon installation I keep getting this error message and to my knowledge nothing has been changed with the setup of the server.
Code: Error: Installation of joomla at http://webaddress.co.uk/httpdocs failed. Non-zero exit status returned by script. Output stream: 'PHP Warning: fopen(/var/www/vhosts/webaddress.co.uk/httpdocs/httpdocs//configuration.php): failed to open stream: No such file or directory in /usr/local/psa/var/apspackages/apscataloggi4T1a.zip93a52a9b-e8bb-df/cache/scripts/file-util.php on line 15 '. Error stream: 'PHP Warning: fopen(/var/www/vhosts/webaddress.co.uk/httpdocs/httpdocs//configuration.php): failed to open stream: No such file or directory in /usr/local/psa/var/apspackages/apscataloggi4T1a.zip93a52a9b-e8bb-df/cache/scripts/file-util.php on line 15 '.
I'm facing a problems with my plesk 11.5.30 (latest update with CentOS 6.x).
One subscription can't switch between horde and round-cube. When they change to round-cube, it's still running Horde. To solve this problems, I tried remove Horde (everything's fine, successful) and install it again (error).
PHP-imagick: [root@server ~]# yum install gcc (Please note: if it is already installed, then it will be updated if required) [root@server ~]# yum install make automake [root@server ~]# yum install php-pear [root@server ~]# yum install php-devel [root@server ~]# pecl install imagick
Now you will have to add the imagick extension in your PHP condifuration file:[root@server ~]# cd /etc/php.d/[root@server ~]# nano -w imagick.ini
Then you put following line in that file:extension = “imagick.so”..And save it with <CTRL> <O>After finishing this, you will have to restart Apache as follows: [root@server ~]# service httpd restart