• 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.

Custom Buttons

nevakee

Basic Pleskian
Hi,

Open URL in Parallels Panel:
All variables are not passed, only "pname" and "email".

Name: xxxxxxxx
Domain: Notice: Undefined index: dom_name in /var/www/vhosts/xxxx/httpdocs/website/xxxx.php on line 6
Loginname: Notice: Undefined index: ftp_user in /var/www/vhosts/xxxxx/httpdocs/website/xxxx.php on line 8
E-Mail Adress: xxx@xxx


If i open the URL not in Plesk (new windows), it works.
Name: xxxxxxxx
Domain: xxxx.tld
Loginname: xxxxx
E-Mail Adress: xxx@xxx


Is that normal or a bug?
 
nevakee, yes, you are right. It looks like a bug.

We send all params during openning of link out of Panel:
'dom_id' => string '2' (length=1)
'dom_name' => string 'kriogen.tld' (length=11)
'ftp_user' => string 'test' (length=4)
'ftp_pass' => string 'password' (length=8)
'cl_id' => string '2' (length=1)
'cname' => string '' (length=0)
'pname' => string 'kriogen' (length=7)
'email' => string '[email protected]' (length=19)

and only some params during openning inside Panel:
'cl_id' => string '2' (length=1)
'cname' => string '' (length=0)
'pname' => string 'kriogen' (length=7)
'email' => string '[email protected]' (length=19).

We will fix this problem in the next release.

P.S. nevakee, could you please specify your scenario of using params that aren't send now. Thanks.
 
Last edited:
Back
Top