![]() |
ChatGPT 8/5/2025 |
It sounds like you're experiencing an issue with the Here are a few steps you can take to troubleshoot and potentially resolve the issue:
By following these steps, you should be able to identify why |
S
|
safesurf 8/5/2025 |
It took me some time but finally found out how to display the PHPRunner build number in the footer. <?php echo "Version 11.1 Build " . $wizardBuildKey = ProjectSettings::getProjectValue('wizardBuild'); ?> |
![]() |
Sergey Kornilov admin 8/5/2025 |
The build of PHPRunner software itself can be accessed the way @safesurf suggests. We no longer store project build number though. My suggestion is to create a new PHP varibale right in your PHP code and increment it when you start working on a new version of the project. |