-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing detail view of Email module throws exception: Exception in Controller: No module defined
#537
Comments
Sorry, I'm not downloading and executing this file without context. What's this for? |
PHP 8.0 is not a supported version: Please also delete the offending tpl file from under |
I just increased the PHP version to 8.2 (
I cleared the cache via |
You cleared the Symfony cache, but that's not the same thing as the Smarty cache of SuiteCRM. I suggest clearing the entire |
If you're using linux bases OS:
|
I have also encountered this issue with a fresh install of v8.6.2 with php 8.2. All of the emails are visible until they are imported, then the ability to view the email is replaced by the blank page as described in the original bug report. Unfortunately I am unable to generate a stack trace report for this error due to #543 I have followed the suggestions in this thread. So far the only one that works is the hacky workaround to comment out the error handler in the RouteConverter file. |
we had this issue for months. this hack helps: // throw new InvalidArgumentException('No module defined'); thank you! |
Issue
I have this error when accessing an Email record:
For some reason the URL query has the correct parameters in a previous call to the function, but then it's empty:
See the three calls to
convertUri
.This seems to be the incorrect one:
The only "fix" I found so far was disabling the exception in
RouteConverter.php::69
:This started happening after upgrading to SuiteCRM 8.6.2 (from 8.5.1).
Possible Fix
The only "fix" I found so far was disabling the exception in
RouteConverter.php::69
:Steps to Reproduce the Issue
Context
Version
8.6.2
What browser are you currently using?
Firefox
Browser Version
129.0.2
Environment Information
MariaDB, PHP 8.0.3
Operating System and Version
php:8.0-apache-buster
The text was updated successfully, but these errors were encountered: