You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository was archived by the owner on May 7, 2024. It is now read-only.
Bluedragon administrator application is required to run under a sub folder called bluedragon and will not work under a contextpath called /bluedragon #20
In circumstances where you have Open bluedragon administrator running either under a folder not called bluedragon/administrator e.g. openbd/administrator or via a context path /bluedragon in situations where you want to use virtual hosts and have the bluedragon admin accessible then the references to bluedragon.api in path names will not work.
This can be fixed by changing the referneces to CFCs in Application.cfc to not have the bluedragon in front this makes it relative to the application.cfc which works in more circumstances.
In circumstances where you have Open bluedragon administrator running either under a folder not called bluedragon/administrator e.g. openbd/administrator or via a context path /bluedragon in situations where you want to use virtual hosts and have the bluedragon admin accessible then the references to bluedragon.api in path names will not work.
This can be fixed by changing the referneces to CFCs in Application.cfc to not have the bluedragon in front this makes it relative to the application.cfc which works in more circumstances.
I will produce a patch and upload
A