This topic is locked
[SOLVED]

Project Build failed for v10.91 projects

9/21/2025 06:14:44
PHPRunner General questions
P
ppradhan@live.com author

Hi,
There is no issue importing projects that was developed in PHPRunner v10.91. However after sucessful import, I tried to build the project with newer version 11.1 but fails with below error:

Build - Building styles
Generic
RangeError
Maximum call stack size exceeded
show details

API - Session not found
show details

API - Session not found
show details

ChatGPT 9/21/2025

It looks like you're encountering a couple of issues when trying to build your PHPRunner project after importing it from an older version. Here are some steps you can take to troubleshoot and potentially resolve the issues:

1. Check for Compatibility:

  • Ensure that your project is fully compatible with PHPRunner 11.1. Sometimes, newer versions may have changes that affect older projects. Review the changelog or documentation for PHPRunner 11.1 to see if there are any known compatibility issues.

2. Clear Cache:

  • Sometimes, cached data can cause issues during the build process. Try clearing any cache related to PHPRunner or your browser if you are using a web-based interface.

3. Check Project Settings:

  • After importing, check the project settings carefully. Look for any settings or configurations that might not have transferred correctly from version 10.91 to 11.1.

4. Update Styles:

  • The error message "Building styles" suggests there might be an issue with the styles used in your project. Check the stylesheets and make sure they are compatible with the newer version. You may need to reapply or adjust styles.

5. Debugging:

  • Use the debugging tools available in PHPRunner to get more information about the errors. Sometimes, additional error messages or logs can provide insight into what is causing the issue.

6. Try a Clean Import:

  • If possible, create a new project in PHPRunner 11.1 and manually import the necessary elements from your old project. This can help isolate whether the issue is with the import process itself.

7. Contact Support:

  • If none of the above solutions work, consider reaching out to PHPRunner support. They may have more specific insights or solutions for your issue, especially if it's a known bug or compatibility problem.

8. Community Forums:

  • Check PHPRunner community forums for similar issues. Other users may have experienced the same problem and might have shared solutions.

By following these steps, you should be able to identify the cause of the issues you are facing and hopefully resolve them. Good luck!

C
Chris Whitehead 9/23/2025

There was an issue the other week where build were failing but it was fixed with an update, I'd download the latest build and try it with that.

P
ppradhan@live.com author 9/28/2025

Problem is gone with September 27, 2025. Version 11.1 maintenance release. Build 43806.
Thank you.