Published Solutions

Published solution Articles non internal

Selenium IDE basics for testing APS applications
Preface Selenium is one of the most robust and comprehensive solutions in browser automation. This thing has 2 main branches: IDE WebDriver W...
Wed, 22 Jan, 2020 at 7:03 PM
[APS1 to APS2] How minimal APS2 external application should look like? What are the mandatory elements?
Each package should have: APP-META.xml - filled in manually using specification APP-LIST.xml - generated automatically during building of the package...
Wed, 22 Jan, 2020 at 7:03 PM
[APS1 to APS2] In APS1 we used classes to get specific data from account/user/POA, how should it be done in APS2?
Symptoms In APS1 we had classes to tell APS controller which data should be used to automatically populate a setting, for example class="login"...
Wed, 22 Jan, 2020 at 7:03 PM
Eclipse or PhpStorm APS applciation installation fails with error about xdebug.so module.
Symptoms Eclipse or PhpStorm APS application installation fails with the error about xdebug.so module. Cause This error is caused by missing Xdebug...
Wed, 22 Jan, 2020 at 7:03 PM
Cannot connect to sandbox VPN: TLS key negotiation failed to occur within 60 seconds
Symptoms VPN connection to apsdemo does not work. Connection hangs for a while and then fails. Log of the connection contains TLS error similar to this o...
Wed, 22 Jan, 2020 at 7:04 PM
Cannot access sandbox via SSH or 8080 port after VPN is connected
Symptoms OpenVPN connection is successfully established and I can PING my sandbox via hostname, but I cannot open OSA Panel via port 8080. SSH and FTP al...
Wed, 22 Jan, 2020 at 7:04 PM
How to retrieve locale of the currently logged in user from an APS2 application
Question I need to retrieve the language of the logged in user. How can I do this? Answer Locale is available as part of context and you can retrie...
Wed, 22 Jan, 2020 at 7:04 PM
How to debug APS 1.2 scripts?
Symptoms How to debug APS 1.2 scripts on the sandbox? Cause Resolution You need to find out the server where the scripts were provisioned. F...
Wed, 22 Jan, 2020 at 7:04 PM
PHP $_ENV environmental variable is empty
Symptoms Configuration / verification script that uses PHP $_ENV environmental variable does not work correctly. Cause The $_ENV variables are impo...
Wed, 22 Jan, 2020 at 7:04 PM
Error message 'Statement that is supposed to always return result return empty resultset' when contacting APS controller from endpoint.
Symptoms I'm trying to contact APS controller to get resources from endpoint but I'm getting this error: { "code": 500, &quo...
Wed, 22 Jan, 2020 at 7:04 PM