Lorenz Leitner
Lorenz Leitner
How does the process actually work that changes from this [(legacy) repo](https://github.com/salesagility/SuiteCRM) are incorporated into the [core repo](https://github.com/salesagility/SuiteCRM-Core)? Since I can see that in the core repo the old version...
Accessing detail view of Email module throws exception: `Exception in Controller: No module defined`
Sorry, I'm not downloading and executing this file without context. What's this for?
Accessing detail view of Email module throws exception: `Exception in Controller: No module defined`
I just increased the PHP version to 8.2 (`php:8.2-apache-buster`) and still get the same error: ``` Tue Aug 27 07:55:57 2024 [2436][1][FATAL] Exception handling in /var/www/crm/public/legacy/include/MVC/Controller/SugarController.php:397 Tue Aug 27 07:55:57...
I am facing the same issue. Have you found a solution or workaround?
A workaround I found which seemed to help was disabling the build cache completely.
For me it worked using an IIFE, see [here](https://stackoverflow.com/a/69091341). ```js (async function main () { // Paste the entire code here })(); ```
@chris001 Not sure I fully understand your comment. Is this something I can adapt in my PR, or are you thinking in a more theoretical / broader sense?