Quantcast
Channel: Plesk Forum
Viewing all 45798 articles
Browse latest View live

How to use Plesk UI Library in custom extension?

$
0
0
While developing a custom plesk extension i came across the plesk ui library at Plesk UI Library 1.1.5 which allows you to do much much more with the ui in javascript than the php options in the sdk. But how do you actually go about incorporating it in a .phtml file to output an element? The documentation gives a code snippet for each ui element but it doesn't give a full code example of how you actually would use it in an extension.

Node.js 504 Gateway Time-out

$
0
0
Using plesk i installed something with git and node.js. Installing works fine and everything works as expected for a few minutes, after a while i get "504 Gateway Time-out" in browser and in server logs "2991#0: *297 upstream timed out (110: Connection timed out) while reading response header from upstream". However if i disable node.js on this (sub)domain where i installed the thing everything works. Sometimes when node.js is enabled i get the "Error starting web application" page from...

Node.js 504 Gateway Time-out

Node App Deployment Error

$
0
0
Hi!

I'm trying to deploy a Node App in Plesk, but when I access my domain, it gives an error:

"We're sorry, but something went wrong."

It provides an Error ID and mentions phusion passenger, but Idon't know where to find such logs.

From other threads, I have already run command `dpkg -l | grep passenger`, getting the following output:
ii libapache2-mod-passenger-plesk 6.0.2-v.ubuntu.16.04+p18.0.20.0+t191009.1747 amd64 Apache module and configuration for Phusion...

Node App Deployment Error

Plesk Firewall ipv6

$
0
0
Hello,
is it possible to manage ipv6 addresses on the Plesk Firewall interface? I have seen a few posts about the command line firewall, but I am using the tools&setting Firewall panel. I need to enable a specific ipv6 to use SSH.
I guess that if I do it on the command line it will be overridden by the next firewall change.

How do I do that, please?

Best regards

error installing license from intialization dcreen

$
0
0
Hi

when i install a new plesk instance and trying to activate with new license, i get this error:
the activation code is not valid.

funny thing is, when i chose trial and then activate it works fine.

Noam


[​IMG]

"Err_http2_protocol_error" error

$
0
0
Hi all,

On one of our Plesk servers, we have a website that allows users to upload files.
Since the beginning of december, some users have errors during the upload. It's a small number and it's random. Even with small files (500 KB for example).

The error is: "err_http2_protocol_error"

We have found information that can be a problem with Chrome and GZIP but GZIP is not active on this website.

Do you have an idea of the problem and how can we resolve it?

NGINX webp images with Optimus and Cache Enabler

$
0
0
Hello,

I have a wordpress website running on nginx and I want to serve .webp images. For the images I use Optimus and Cache Enabler. I have this in my /etc/nginx/nginx.config:
Code:
map $http_accept $webp_ext {
    default "";
    "~*webp" ".webp";
}
And I have this in my nginx directive in Plesk for the particular webspace:
Code:
location ~* ^/wp-content/.+\.(png|jpg)$ {
    add_header Vary Accept;
    try_files $uri$webp_ext $uri =404;
}
So now everything works fine except...

NGINX webp images with Optimus and Cache Enabler

Plesk Mobile for iOS devices?

$
0
0
Is Plesk Mobile Application avaliable for iOS devices, including iPhone?

SPF is rejecting external spam filtering delivery servers

Slave DNS Manager

$
0
0
Slave DNS Manager does not seem to be editable or correct on Plesk Obsidian.

Creating Mail Account fails

$
0
0
Hi
If I want to create a email account, I get the following error

View attachment 16221
The mail box is fcreated but cannot receive any mails. The articles in the knowledge base didn't helped.
This is how it looks like on the OS level

root@vega:/var/qmail/mailnames/spacedigital.de/tiga# ll
insgesamt 20
drwx------ 4 popuser popuser 4096 Dez 11 16:22 ./
drwxr-x--- 7 popuser popuser 4096 Dez 11 16:22 ../
drwx------ 2 popuser popuser 4096 Dez 11 16:22...


Creating Mail Account fails

Hosting Plan Exporter extension has been released

$
0
0
Hello,

Today is a good day to announce a small Christmas present for our customers!

We released a new free extension - Hosting Plan Exporter.

Check it out in the Extension Catalog or use a direct link to download: https://ext.plesk.com/packages/7f733002-c923-4f9f-aba4-17eb3c19c84a-hp-exporter/download?1.0.0-32

This extension gives an ability to easily copy service plans between Plesk servers by exporting and importing them.

- The extension can be used by the Plesk...

Hosting Plan Exporter extension has been released

Wordpress+Woocommerce TTFB

$
0
0
Hi guys,

Im running a wordpress + woocommerce website on a VPS, and I'm struggling to get a decent TTFB out of it.

This is without any traffic load on it! 0 users.

I'm serving nginx, php 7.3 with FDM, GZIP compression.

I tried everything you can think of without avail.

With all plugins turned on (w3 caching, autoptimize, woocommerce, ...) I get an average TTFB of 5s!

When I disable and delete all plugins (including woocommerce) it improves a bit down to 1.5/2 seconds, but still a huge...

Wordpress+Woocommerce TTFB

Subdomain alias not working after todays update

Huge memory usage of proftpd

$
0
0
Today the 64GB server became a crawler because proftpd process was using close
to 30GB of RAM by itself.
It is a default PLESK Onyx installation and proftpd configuration is either default or is very close to it..

psa-proftpd-1.3.6-11.el7.art.x86_64
..is the loaded code.

The system is running kernel 3.10.0-957.10.1.el7.x86_64 CentOS Linux release
7.6.1810

There was 1 FTP user at the time, using two connections to upload many small
files to the server.

Any ideas why proftpd would be so...

Huge memory usage of proftpd

Pleskdroid, Android app to manage plesk panel

$
0
0
Hello Guys,

I have develop an android app for manage plesk panel, you can view at www.pleskdroid.com or in the google play store searching for pleskdroid.

Please give me feedback!!!

Best Regards.

error wpcli wp-toolkit

$
0
0
Hi,

i'm trying to use wp cli in order to update wp core and themes so i do that command :

Code:
plesk ext wp-toolkit --wp-cli -instance-id 13 -- theme update --all
but i've that error :

Code:
Parse error: syntax error, unexpected '.', expecting '&' or variable (T_VARIABLE) in /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/php/polyfills/WP_CLI/UpgraderSkin.php on line 34
How can i fix this? there is a way to update wp toolkit?
i've installed Plesk...

error wpcli wp-toolkit

Skins and Color Schemes

$
0
0
We are happy to announce a new version of “Flat Style Skin” extension, which should be already available in Extension Catalog.

This extension was renamed to “Skins and Color Schemes” because it’s not about installing one particular skin anymore. Now the extension gives you multiple color schemes to choose from. You can even define your own colors to make Plesk look exactly as you want.

If you are among those hundreds of lucky guys who already have “Flat Style Skin” installed, go to...

Skins and Color Schemes

Show ads to sites on Plesk panel

$
0
0
Hİ,
I provide web hosting to students for free. I want to show ads on sites at certain times. Hostinger did it before. How can I do this ? Is such a thing possible on the Plesk panel ?

Google PageSpeed Insights Pro Performance Report broken display

$
0
0
Hi,

I use google pagespedd insights pro with plesk obsidian - centos 7
and I have a display problem on the performance report on all sites

[​IMG]

all report display without template

can someone tell me a resolution

thank you
Viewing all 45798 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>