Plesk 12.x / Linux :: Application Vault - Cannot Open Lib

Apr 26, 2015

I have this issue if I try to open Control Panel-Tools and Settings-Application Vault and also if I click on Wordpress Toolkit.

I have tried to find the lib with this command:

find / ( -name libmysqlserver.so.2 -o -name libmyodbc.so ) -print 2>/dev/null

with this output:
/usr/lib64/sw/libmysqlserver.so.2
/usr/share/cagefs-skeleton/usr/lib64/sw/libmysqlserver.so.2

I think that the path is incorrect because I have red that it was be /usr/lib64/ and no /usr/lib64/sw/

I have red this link: [URL] ... but the path is /usr/lib64/ and also I have reinstall mysql-connector-odbc but with no success.

View 13 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Application Vault 502 Bad Gateway

Jul 2, 2014

When i open the page i get the error: "502 Bad Gateway"with strace i get the following error:

Code:
connect(14, {sa_family=AF_FILE, path="/var/run/mysqld/mysqld.sock"}, 110) = 0
setsockopt(14, SOL_IP, IP_TOS, [8], 4) = -1 EOPNOTSUPP (Operation not supported)
setsockopt(14, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0

System: Debian 7.5
Mysql: 5.6.19
Plesk: 12.0.18

View 6 Replies View Related

Plesk 11.x / Linux :: Application Vault - Replace Quick Install Button

Jul 30, 2014

We've been experiencing a lot of trouble with novice customers that want to install an Application Vault package that has sub-optimal default settings, e.g.

customer wants to install wordpress, clicks on Application Vault -> wordpress -> "INSTALL"

This will install, without any questions for settings, wordpress into domain.com/wordpress - which is not what people want. I know that there is a button with teh drop down menu that shows "custom", however, people don't see/know about it and click "install".

Is there a way to remove / replace the "quick install" button and have the "install custom" as default.

View 2 Replies View Related

Plesk 12.x / Windows :: Server Not Showing Application Vault

Apr 14, 2015

My new plesk 12 windows server was not showing the application vault (even after login as admin user). Hence I have changed the entry enabled = on in the file

C:Program Files (x86)ParallelsPleskadminconfpanel panel.ini as per [URL] ..... Now the application vault is showing well.

My question is, whether this is a new procedure change for Plesk 11/12? I believe, I used to see application vault enabled as default in all my other old servers.

View 8 Replies View Related

Install SquirrelMail Using The Application Vault

Jan 1, 2007

Does anybody know how to install SquirrelMail using the application vault in Plesk 8.1?

View 8 Replies View Related

Plesk 12.x / Linux :: Error Installing Application From Application Installer

Oct 13, 2014

whenever one of my customers tries to install an application from the application installer, they get an error that looks like this.

Error: Installation of WordPress at http://*******.com/wordpress failed. Non-zero exit status returned by script. Output stream: 'PHP Warning: mysql_connect(): Access denied for user 'ndari_wordpres_7'@'aeris.jdrepo.com' (using password: YES) in /opt/psa/var/apspackages/apscatalogSTqEEM.zip7b3ca133-9714-5d/cache/scripts/db-util.php on line 66 '.

Error stream: 'PHP Warning: mysql_connect(): Access denied for user 'ndari_wordpres_7'@'aeris.jdrepo.com' (using password: YES) in /opt/psa/var/apspackages/apscatalogSTqEEM.zip7b3ca133-9714-5d/cache/scripts/db-util.php on line 66 '.Click to expand...

View 2 Replies View Related

Plesk 12.x / Linux :: Turn Off Prompt To Update Vault Apps

Oct 9, 2014

How do I turn off prompt to update application vault apps?

View 10 Replies View Related

Plesk 12.x / Linux :: PHP 5.3 Run As FastCGi Application

Nov 13, 2014

I setup PHP support to Run as FastCGi Application, and i setup the memory_limit=32M in DOMAIN/etc/php.ini, then i create a php program with ini_set('memory_limit','128M'), it does not according to my settings are limited. How can i limit it , only just use the disable_function = 'ini_set' ? or Was there other methods ? Because, When PHP runs as apache module , i can use the php_admin_value in vhost.conf to limit what i want , it does not limit everything like this (disable_function).

View 3 Replies View Related

Plesk 12.x / Linux :: Debian 7.5 FastCGI Application

Jul 3, 2014

I have:

Debian 7.5
Plesk 12.0.18

In the hosting setting i have selected:

PHP support (Run PHP as FastCGI application , PHP version 5.4.4)

The web instead of interpreted php makes me do the download of a file. How can I fix?

View 2 Replies View Related

Plesk 12.x / Linux :: Can't Install Magento Application

May 19, 2015

When I try to install Magento 1.9.1.1 I get the error message;Error: Installation of magento at http://mydomain.com/ failed. Non-zero exit status returned by script.Can't seem to get any more information into what might be causing this issue...

View 2 Replies View Related

Plesk 12.x / Linux :: How To Create Custom Application Template

Jun 23, 2015

Plesk Applications Installer. I wish to create my own WordPress template (with preinstalled plugins/themes) for my customers.

Is there an easy way to do this (or anyway to do this)?

View 3 Replies View Related

Plesk 12.x / Linux :: Cannot Find Registry Resource For Application ID

May 26, 2015

The APSC database was corrupted, so i used :

/usr/local/psa/bootstrapper/pp11.5.30-bootstrapper/bootstrapper.sh repair

to repair the databases. Worked, but give me the error

"Table 'aps_resource' doesn't exist"

One more time, i recover this table from the newest backup existing. But now, give the error " Can not find registry resource for Application ID" for one domain - I have 3 domains, 2 are working, one not.

View 3 Replies View Related

Plesk 12.x / Linux :: Getting Application Updates Emails Since Upgrade

Jul 9, 2014

Since upgrading to Plesk 12, I'm getting near daily "Application Updates" emails. The body copy simply reads "date.timezone = Europe/London"

How do I stop these? They're very annoying and clients receive them too.

View 2 Replies View Related

Plesk 11.x / Linux :: Database Creation From Third Party Application?

Jun 17, 2014

Parallels Panel 11.0.9
Ubuntu 12.04.4 LTS
Apache/2.2.22 / Mysql 3.5.8.1

Is it possible to let Plesk allow database creation from another web application ?

For example, we would like to use this framework (codeigniter) method => this->dbforge->create_database('db_name')

ACTUAL RESULT =>

The method returns false but i'm unable to track it on the error logs.

EXPECTED RESULT =>

The method should returns TRUE

And thus the database should be created

Is it some task we should manage at Plesk or Apache level ?

View 7 Replies View Related

Plesk 12.x / Linux :: How To Change Installation Path Of WordPress Application

Nov 5, 2014

I have installed the Wordpress application. The wordpress url is "server.com/wordpress", but I want to change it to something like "server.com/myblog".

In Plesk, the installation path cannot be changed (at least, it is not under "Change Settings").

Changing the Wordpress installation itself is not that difficult (renaming the folder in httpdocs and changing the siteurl and home parameter in the database), however, in Plesk still the old installation path is shown, and the Plesk interface to Wordpress obviously does not work any more.

How can I change the Wordpress installation path in Plesk?

Version Parallels Plesk v12.0.18_build1200140606.15 os_Ubuntu 12.04
OS Ubuntu 12.04.5 LTS

View 1 Replies View Related

Plesk 12.x / Linux :: Move Wordpress Application From Subfolder To Root

Mar 18, 2015

Wordpress is becoming more and more integrated with Plesk which makes it quite easy to setup a new domain for someone and install Wordpress so he can start.

Often this Wordpress site has to be developed and a better looking site is already available.

By default Wordpress installs in a subfolder /wordpress (I know you can change it by choosing "custom install"). After a while that website is ready for publishing.

To move that website I will have to move the running site to a subfolder and then move the content of /wordpress to the root. This is not sufficient. I then have to do a search and replace on the /wordpress and wordpress/ and replace it with /

No problem there....

But then I have lost Wordpress from the Plesk interface.....

What's the most elegant way to move a Plesk managed Wordpress site?

I don't mind if it stays in its folder (maybe preferrable?), as long as the user doesn't see that "/wordpress" in its URL.

View 3 Replies View Related

Plesk 12.x / Linux :: Migration Fails - Deployer Application Missing

Apr 10, 2015

Migrating accounts to a fresh Plesk 12 installation task fails with the following error: Perhaps /usr/local/psa/admin/bin/deployer application missing, has incorrect permissions or unexpectedly terminated

Fresh install of Plesk 12.0.18 MU42 on CentOS 7.1. Tried to reinstall, same problem.

already tried this:
[URL] ...
...without success

View 4 Replies View Related

Plesk 12.x / Linux :: Joomla Application Won't Work With Default Components

Jul 5, 2014

Joomla now requires PHP 5.3.10 or above but PHP 5.3.3 is installed. I rely almost exclusively on Plesk to keep the server components up to date and now I can't update my Joomla websites. I tend to avoid working at the command prompt, which is why I lease Plesk. I see that Plesk supports dual (or multiple) PHP versions, but the panel doesn't seem to deploy other versions. Does Parallels plan to allow customers to install multiple versions of PHP from the control panel so that PHP won' break legacy software but the newer apps will be able to run also?

(IMHO a better solution would have been for PHP 5.4 to be fully backward compatible)

View 1 Replies View Related

Plesk 12.x / Linux :: Cannot Find Owncloud App Inside Users Application Pool

Oct 16, 2014

We are running the latest Plesk 12 under CentOS 7.

While I can see the App Owncloud as Admin in the Application Vault my users cannot see that particular app in their Application pool. They can see all other apps though. Just not Owncloud.

All resellers and customers are allowed to install everything from the pool and i selected Owncloud in the Vault already and "made it available" .. Though it is not shown.

View 7 Replies View Related

Plesk 11.x / Linux :: Email Imap Open By Themselves?

Jul 30, 2014

SO CentOS 6.5 (Final)
Versione del Pannello 11.5.30 Aggiorna #47

emails handled with imap after a few minutes are automatically marked as read!

View 4 Replies View Related

Plesk 12.x / Linux :: Cannot Install EPages Application Non-zero Exit Status Returned By Script

Aug 25, 2014

We're not able to install the ePages App.

We get this error:

Code:
Non-zero exit status returned by script. Output stream: 'Failed to install site: Not Found '. Error stream: 'Failed to install site: Not Found '.

panel.log

Code:
[2014-08-25 17:13:04] ERR [util_exec] proc_close() failed
[25-Aug-2014 17:13:04 Europe/Berlin] PleskUtilException: '/opt/psa/admin/bin/sappmng' '--run-application-script' '--script-file-name=configure.php' '--script-name=remove' '--script-language=php' '--user-name=xxxx' '--application-full-name=file:////opt/psa/var/apspackages/ePages-6.10-8b4212cd8-fdd0-5e46-5949/cache' failed with code 1.

[Code] ....

I configured the App in the application vault to the ip address of our plesk server.

View 2 Replies View Related

Plesk 12.x / Linux :: Install Wordpress As Application Fails If Very Strong Password Policy

Nov 15, 2014

If a Plesk admin wants to install Wordpress, the installation always fails.

1. Select Server Management -> Tools & Settings -> Security -> Security Policy
2. Select (*) Very strong
3. Confirm with OK
4. Select Hosting Services -> Domains
2. Select Domain
3. Select Button Install Apps
4. Select Wordpress in All Available Applications
5. Select Install
6. Error message is shown!
Error: Installation of WordPress at http://lyl-canbys.de/blog failed. Your password is not complex enough. According to the server policy, the minimal password strength is Very strong. To improve the password strength, use numbers, upper and lower-case characters, and special characters like !,@,#,$,%,^,&,*,?,_,~

But the password was complex enough. with 20 numbers+charcters+special chars!

I i lower Plesks Security Policy to (*) Strong, the Wordpress installation works. But lowering Security with password length 8 is not desireable.

Plesk 12.0.18 Update #24
Linux Debian 7.7

I think this is a bug in Plesk.

View 3 Replies View Related

Plesk 11.x / Linux :: PHP Support 11.5.30 - Cannot Change Or Choose Running As Apache Module Or CGI Application

Jul 17, 2015

Hosting Settings

There is no php support - so i canĀ“t change or choose running as apache module or cgi application (s. screenshot)...

OS Ubuntu 12.04.5 LTS

Panel version 11.5.30 Update #50, last updated at July 17, 2015 03:46 AM

View 4 Replies View Related

Plesk 12.x / Linux :: Open-xchange Installation Error

Nov 17, 2014

Iupdate to plesk 12.0.18

I tried to install open-xchange from application vault.

I got the following error message: Fehler: Die Installation von Open-Xchange ist fehlgeschlagen. Non-zero exit status returned by script. Output stream: 'Creating OX context user_30 Not Found Failed to create OX context user_30: Not Found '. Error stream: 'Creating OX context user_30 Not Found Failed to create OX context user_30: Not Found '.

the following properties I made:
public ox website: http://ox.mydomain.de
ox installation server: myip

View 3 Replies View Related

Plesk 12.x / Linux :: RoundCube - Unable To Open Default Rule File

Jun 6, 2015

On attempting to select the configuration->filter option on RoundCube, we got the error message:

SERVICE CURRENTLY NOT AVAILABLE!
Error No. [501]

On /var/log/plesk-roundcube/errors we can see the following logs:

[06-Jun-2015 14:57:17 -0300]: PHP Error: SieveRules plugin: Unable to open default rule file in /usr/share/psa-roundcube/plugins/sieverules/sieverules.php on line 1523 (GET /roundcube/?_task=settings&_action=plugin.sieverules)
...
[06-Jun-2015 14:57:17 -0300]: PHP Error: SieveRules plugin: Unable to open example rule file in /usr/share/psa-roundcube/plugins/sieverules/sieverules.php on line 1560 (GET /roundcube/?_task=settings&_action=plugin.sieverules)
...
[06-Jun-2015 14:57:17 -0300]: PHP Error: Error loading template for sieverules.sieverules in /usr/share/psa-roundcube/program/include/rcmail_output_html.php on line 496 (GET /roundcube/?_task=settings&_action=plugin.sieverules)

View 1 Replies View Related

Plesk 12.x / Linux :: Horde Webmail Cannot Open Email From Specific Address?

Jul 14, 2015

I have a plesk12 webhost linux. We are having an issue about horde webmail. Weird because one of the email user cannot open email coming from specific email address and this is the message:

Error Message: Error when communicating with the server and There has been no contact with the server for several minutes. The server may be temporarily unavailabe or network problems may be interrupting your session. You will not see any updates until the connection is restored.

Now upon checking to the error logs of httpd, I found the ff:
[Tue Jul 14 16:53:09 2015] [warn] [client 202.X.X.X] mod_fcgid: stderr: PHP Fatal error: Class 'Math_BigInteger' not found in /usr/share/psa-pear/pear/php/Horde/Mapi.php on line 172, referer:http://webmail.domainsample.com/imp/dynamic.php?page=mailbox

View 1 Replies View Related

Plesk 12.x / Linux :: Poodle Patch - Could Not Open Secure TLS Connection To Server

Jan 7, 2015

I have used the patch : [URL] .... to disable ssl v3.

After I applied the patch getting error below when i try to send email via horde webmail:

There was an error sending your message: Could not open secure TLS connection to the server.

Roundcube can send mails well but horde not. Otherwise since applied the parch i can't get mails from gmail and maybe other providers i don't know yet.

View 1 Replies View Related

Plesk 12.x / Linux :: Changed Mailserver - Open Xchange Inbox Shows No New Emails

Jun 12, 2015

I changed the Plesk mailserver from Courier to Dovecot. All went good, but after the Install i can not see new E-Mails in my Inbox. Even the Search does not Work.

I can change the Mailserver again and use Courier. This works and i can see my emails. But only with Courier.

Some details:

Inbox has 100 E-mails. After scrolling down to the first emails, i can even see the newest email. But i have to scroll down and load all E-Mails.

Changing "Sort by" from "Date" to "Unread" all emails appear, even the latest. But changing to "Date" the newest email is missing again. Only a Number on my Inbox button shows me there has to be a new email in there.

The Open Xchange Team can not find any errors, the open xchange log looks good.

View 2 Replies View Related

Plesk 12.x / Linux :: Application Updates For Specific Customers Is Being Sent To ALL Customers

Jul 11, 2014

I've got a e-mail notification problem since i upgraded from Plesk 11.5 to Plesk 12: One specific Application Update for customer X is being sent to all my customers.

Last week we did have a problem with a busted customer portal. ( not customer X, plus still on Plesk 11.5 ) I fixed this by using this procedure: [URL] ..... Restored two records and problem solved.

As a temporary resolution we disabled Application Updates for our customers, but I do want that my customers receive Application Updates, but just the one where they are the recipient.

View 2 Replies View Related

ASP Web Application In Plesk 9.2

Jun 17, 2009

One of our customers have a Web Application with Framework 2.0, but many times a day the Application just stop working, if you try to open any file into the application it never answered. We need to restart the Application for solve the problem.

Is posible to know why the application stop working, where can i the logs or something?

View 1 Replies View Related

Plesk Automation :: Application Installation Errors

May 3, 2014

Getting the following when trying to install DNN. A similar thing also happened when trying to install WordPress.

Error: Installation of DotNetNuke at http://domain.com/dnn failed. Non-zero exit status returned by script. Output stream: 'Error during MSSQL version checking [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. '. Error stream: 'Error during MSSQL version checking [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. '.

When it happened with WordPress, I tried the install again and it worked the second time. However, with DNN it does not seem to be working after a second try. Yes, the MS SQL server does exist and is ready to provide.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved