Delete the package from eclipse
if you delete the package with out selecting the following option,some times some files will be in cache Delete project contens on disk(this canot be undone).
if you delete the package with out selecting the following option,some times some files will be in cache Delete project contens on disk(this canot be undone).
in package creation we will give global settings variable. in PA global settings entry will come while creating resource types. in plesk packages it will show in settings tab global setting values will be available in all scripts like license and configure and verification scripts format is like , $username=trim(getenv(‘SETTINGS_user_name’));
if add urlmapping in provision tab,following variable will be available in your scripts. BASE_URL_SCHEME – URL scheme. Allowed values: http , https BASE_URL_HOST – URL host. BASE_URL_PORT – URL port (may be omitted if default port for protocol is used: 80 for http, 443 for https). BASE_URL_PATH – URL path including trailing slash. note:this variables… Read More »
application id is mandatory in creating package.do not give space in APPlicationId space come it will create problem in uploading time.
this is actualy a unique hash code generated using a tool available in online…
It is not possible through aps package through intermediate script it’s possible Htdocs and domain is needed in this cAse
Create license in pa server using license class. In eclipse we can add That license class name in eclipse tab
Verification script .-___while creating sales order only verification Script will execute
Use the class login in eclipse tab
For example A domain list box with id =subdomain and class= domaine-name and Element type=domain-name. for ($i=1; getenv(‘SETTINGS_subdomain_’.$i); ++$i) { $domainlist= getenv(‘SETTINGS_subdomain_’.$i);