Updated to 10.24.10: Error in email centre sendlog:
Error: asset [/js/admin/specific/emailcenter/logs/viewlog/] not found
Stack:
codePrintHTML |
|
string |
8: } 9: 10: event.include( "/js/admin/specific/emailcenter/logs/viewlog/" ); 11: event.include( "/css/admin/specific/htmliframepreview/" ); 12: </cfscript>
|
codePrintPlain |
|
string |
8: } 9: 10: event.include( /js/admin/specific/emailcenter/logs/viewlog/ ); 11: event.include( /css/admin/specific/htmliframepreview/ ); 12: |
column |
|
number |
0 |
id |
|
string |
?? |
line |
|
number |
10 |
Raw_Trace |
|
string |
system.views.admin.emailcenter.logs.index_cfm$cf.call(/preside/system/views/admin/emailcenter/logs/index.cfm:10) |
template |
|
string |
/var/www/mr-academy/preside/system/views/admin/emailcenter/logs/index.cfm |
type |
|
string |
cfml |
Thatâs strange indeed. That asset definitely exists in Preside and Iâve verified that it is present in 10.24.10. Can I verify what page you are viewing? Anything else going on in your install, i.e. how is Preside installed? (weâre not seeing that error anywhere)
This is the page: https://domain/admin/emailcenter/logs/
everything else works fine. Installation was locally via commandbox via install [email protected]
. We do this always like that, works fine.
What is missing, is a minified version of the file:
Weâre not running any gulp processes, e.g., here.
Could you delete the install and install again? That file is present when I do box installâŚ
Ok, itâs getting weird. The file existst locally, but seem to not be added to my git repository.
For whatever reason the file is greyed out in my VSCode.
Will investigate and keep you posted.
Oh man, what a âproblem is sitting in front of the keyboardâ error:
We accidently exluded logs
in gitignore. But we did this not from the beginning. So, the not minified files, which already have been added to the repo and didnât changed, were still in the repo, while the new generated minified files were not added to the repo according to the gitignore.
Silly me.
1 Like