This topic is locked
[SOLVED]

Custom Theme missing in v11.1

8/8/2025 1:08:58 PM
PHPRunner General questions
P
PK author

I recently installed v11.1 and imported one of v10.9 projects into it. Its builds and works fine but I cannot find a custom theme I was am using in v10.9.
In v11.1 the theme is missing from the dropdown box in "Style" page, so the application is using the default phprunner theme.
Have some path's changed? Do I need to move the style file to another location?

ChatGPT 8/8/2025

When you upgrade from PHPRunner v10.9 to v11.1, certain changes in file structure and theme management might lead to custom themes not being recognized in the new version. Here are some steps you can take to troubleshoot and resolve the issue:

  1. Verify Theme Compatibility: Ensure that the custom theme you used in v10.9 is compatible with v11.1. Some themes may need to be updated to work with newer versions due to changes in the framework or style files.


  2. Check Theme Location: Custom themes are typically stored in a specific directory within the PHPRunner installation folder. In v10.9, your theme would have been located in a folder like styles under your project directory. In v11.1, check to ensure that the custom theme folder and files are still present in the expected location. The path may have changed slightly between versions.


  3. Import the Theme Manually:

    • If the theme files are not automatically recognized, you can manually copy the theme folder from the v10.9 project directory to the v11.1 project directory.
    • Make sure to place it in the appropriate styles directory within your project.


  4. Refresh the Styles List: After moving the theme files, restart PHPRunner and open your project again. Check the "Style" page to see if the custom theme appears in the dropdown list.


  5. Check for Updates: Sometimes, individual themes may require updates to work with the latest version of PHPRunner. Check the PHPRunner forums or the documentation for any announcements regarding theme updates.


  6. Consult Documentation: Review the PHPRunner v11.1 documentation or release notes to see if there are any specific instructions regarding custom themes or styles that have changed.


  7. Community Support: If you still can't find the theme, consider reaching out to the PHPRunner support community or forums where other users may have experienced similar issues and can offer solutions.



If you follow these steps and still encounter issues, it may help to describe the specific theme or any error messages you encounter when attempting to load it.

P
PK author 8/9/2025

Solved. Just had to copy the custom template folder accross from the v10.9 folder to the v11 folder. Took me a while to locate the v11 styles folder but I found it eventually.

Thanks