• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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