Hey there I have come across an interesting problem over the past weeks.
I recently did a small project and moved the client to hostek.com (after reading some recommendations from the cf-talk list).
The setup on hostek was great and I am getting to use CF10.
I then ran into the CGI.PATH_INFO problem with CF10 that causes SES to stop working. Has anyone come up with a good workaround for this that can be used in ColdBox?
I also have been playing with the shared SSL and have come up with another error that might be related to the CGI.PATH_INFO.
Has anyone else had a problem with shared SSL using hostek?
When first trying to use the shared cert, I got this error message:
Could not find the ColdFusion component or interface coldbox.system.web.services.BaseService.
With the request to turn on robust error messages so that I can see what’s wrong.
I checked the path and BaseService is where it should be. Since I can’t turn on robust error handling, I tried to get more information out of the error message by adding some code to App.cfc.
This is the code that I added:
<cfif StructKeyExists( THIS, “OnRequest” )>
I then got a long stack trace here:
Stack Trace Begin: