Michael Diederich

Results 11 comments of Michael Diederich

Any progress on this task? I finally installed Docker Desktop on my PC and thought it would be a good way to test docker and cfwheels, but all google results...

We are using Lucee with Null support - what tech stack are you using?

https://github.com/cfwheels/cfwheels/pull/1067/files#diff-895396e72f7b0f350b2ce4fa155d5ccee86c573364630e62dd0e1f719906dff5

From my point of view, the page should return a 200 and the application (e.g. jenkins) has to evaluate the number of failed/errored tests. My research (google + stackoverflow) didn't...

http://projectname/lucee/admin/server.cfm?action=plugin&plugin=PerformanceAnalyzer&debug=true I clicked through the project and refreshed the lucee admin page after each request. I also checked the admin/web.cfm with the same url and the debug parameter.

I needed to enable alle Debugging in the Web Server Context (was set to now and the Server Administrator Debug was set to yes) and I need to add the...

The problem still occours for me :( Lucee 5.3.7.48 I see the logs in the web admin but the plugin is still empty

Lucee 5.4.3.2 Installed the plugin in the web context, enabled full debuging with template, the plugin-page is empty. If I add the URL parameter &pluginAction=scopes it works.

I was trying a similar model and i noticed, that the both tables are used in the query like ... ``` FROM table LEFT OUTER JOIN tablejoin ON table.first_key =...