• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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