• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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 'kriogen@kriogen.tld' (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 'kriogen@kriogen.tld' (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