Questions tagged [plesk-onyx]

98 questions
1
vote
1 answer

Plesk Api multiple query 502 error

I am working on plesk php api. I am adding subscription. There is no problem in this actions. When I was calling multiple query at the same time. Second query is make unsuccessful. Server sending 502 gateway error. I think; plesk api dont process…
1
vote
1 answer

Lets Encrypt with Plesk

I am trying to install a Let's Encrypt SSL certificate to a subscription held on a Plesk install. I am running the following version of Plesk; Plesk Onyx Version 17.8.11 Update #11 I then navigate to Subscriptions > Domain > Lets Encrypt From…
Matthew Flynn
  • 3,661
  • 7
  • 40
  • 98
1
vote
1 answer

Install PHP 5.2 on Plesk Onyx

I have few very old projects build in PHP 5.2. I'd like to install in a Plesk Onyx 17.0.17 server. CentOS Linux 7 By default, the lower version in this Plesk is 5.4. Is it possible to install PHP5.2?
Oriol Planas
  • 107
  • 9
1
vote
1 answer

Email not working on Plesk server

I am using Plesk GoDaddy server to send emails to the user. I have tried this is simple mail PHP function to send email but it gives me this error. This is my code I have tried.
Salman Iqbal
  • 442
  • 5
  • 23
1
vote
1 answer

Activate DNS Settings for a certain reseller in Plesk

I installed /bind, customized the DNS Template and activated DNS rights for certain Service-Plans. Now I am able to customize DNS Settings as admin but if I change to a reseller account the settings for a specific domain are gone. I made sure that I…
Mango D
  • 501
  • 3
  • 11
  • 28
1
vote
1 answer

phpmailer is working on localhost but not in my windows server(plesk onyx)

phpmailer is working on my localhost(wamp server) but not in my windows server(plesk onyx). Could not instantiate mail function. i got this error on my windows server. i need to change my php.ini file? anyone can help me please
1
vote
1 answer

Creating a domain in Plesk's REST API

So, experimenting with Plesk's REST API (available as of version 17.8) for a project at work, and I'm starting to get a feel for it. I've been trying to experiment with adding a domain, but it's been giving me errors when I have to specify the…
Kaji
  • 2,220
  • 6
  • 30
  • 45
1
vote
1 answer

php.ini no result (php 5.6, FPM nginx, 1and1 plesk)

No matter what I do, the changes (max execution_time and max_input_time) to php.ini do not make any difference. Edited the file in command line, then the same file in plesk editor. Reloaded and restarted nginx, finally rebooted the entire server.…
popkutt
  • 949
  • 3
  • 10
  • 19
1
vote
0 answers

Using Web Deploy with Visual Studio and Plesk

I am trying to web deploy a Asp.Net Core 2 project through plesk. My plesk version is; Plesk Onyx Version 17.8.11 Update #6 IIS 8.5.9600 I have also followed the guide and added web deploy to the server; Plesk Web Deploy Guide However, when I go…
Matthew Flynn
  • 3,661
  • 7
  • 40
  • 98
1
vote
3 answers

How to install Plesk on Ubuntu 16.04

I am getting this error on my Ubuntu 16.04 LTS system : The following packages have unmet dependencies: plesk-php56-snmp : Depends: libsnmp30 (>= 5.7.3+dfsg-1ubuntu4.1~dfsg) but 5.7.3+dfsg-1ubuntu4 is to be installed plesk-php70-snmp : Depends:…
mevaka
  • 1,980
  • 2
  • 17
  • 24
1
vote
1 answer

change plesk subscription expire date via API

how can i prolong plesk subscription expire date via XML RPC or REST? in the following code i can create subrcription, but i want a way to change the expiration date after creation.
mojtaba sabet
  • 47
  • 1
  • 7
1
vote
0 answers

Plesk and NodeJS: problems with installation

In Plesk Onyx I've installed NodeJS by the Extension tab and I've activated it. Plesk tells me NodeJS is installed on path but when I log by SSH as root or an another user and I try to run "nodejs" or "node" command I get the error telling me Node…
user3255068
  • 53
  • 1
  • 6
0
votes
0 answers

How to deploy .jar files in Plesk Obsidian 18.52.0?

Up to and including version 17.5 Plesk Onyx came with a Tomcat installation, which is no longer supported from the current version Thus no .war files can be deployed and executed anymore. A downgrade recommended by Plesk is not expedient in my eyes,…
0
votes
0 answers

Management of PHP/Composer for all SSH User on Plesk ( Ubuntu Server )

I had this situation: Root User with SSH key for login One user for each domain with SSH enable (/bin/bash) with different groups ( one for each domain ) What i want to do: Have different PHP version (CLI) for each user Use globally installed…
Giampy71
  • 137
  • 1
  • 5
0
votes
0 answers

Incomplete response received from application NodeJS running on Plesk

i have a controller that sends email with nodemailer. my app is running o plesk. when i run it in my localhost every thing is ok. but when i run it on host with plesk i get this error : Incomplete response received from application my function…