• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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