Code Monkey home page Code Monkey logo

Comments (12)

neokoenig avatar neokoenig commented on July 28, 2024

It can’t find the flashwrapper plugin; try renaming /plugins/Flashwrapper/FlashWrapper.cfc to be all lowercase. (this is fixed in 1.2.1) - https://github.com/neokoenig/RoomBooking/releases/download/1.2/RoomBooking-1-2-1.zip

from roombooking.

abhijit13 avatar abhijit13 commented on July 28, 2024

issue persists with 1.2.1 as well.

invalid component definition, can't find component [railoserver.roombooking.plugins.flashwrapper.flashwrapper]

The Error Occurred in
/opt/railo-4.2.1.008-6/apache-tomcat/webapps/railoserver/roombooking/wheels/Plugins.cfc: line 125

123: <cfset loc.wheelsVersion = SpanExcluding(variables.$class.wheelsVersion, " ")>
124: <cfloop collection="#loc.plugins#" item="loc.iPlugins">
125: <cfset loc.plugin = createobject("component", $componentPathToPlugin(loc.iPlugins)).init()>
126: <cfif not StructKeyExists(loc.plugin, "version") OR ListFind(loc.plugin.version, loc.wheelsVersion) OR variables.$class.loadIncompatiblePlugins>
127: <cfset variables.$class.plugins[loc.iPlugins] = loc.plugin>

called from /opt/railo-4.2.1.008-6/apache-tomcat/webapps/railoserver/roombooking/wheels/Plugins.cfc: line 30
called from /opt/railo-4.2.1.008-6/apache-tomcat/webapps/railoserver/roombooking/root.cfm: line 1
called from /opt/railo-4.2.1.008-6/apache-tomcat/webapps/railoserver/roombooking/wheels/global/internal.cfm: line 561
called from /opt/railo-4.2.1.008-6/apache-tomcat/webapps/railoserver/roombooking/wheels/global/internal.cfm: line 968
called from /opt/railo-4.2.1.008-6/apache-tomcat/webapps/railoserver/roombooking/wheels/events/onapplicationstart.cfm: line 376

from roombooking.

neokoenig avatar neokoenig commented on July 28, 2024

It's a case sensitivity issue with the plugin; in /plugins/ make sure there's folder called /flashwrapper/ with flashwrapper.cfc (all lowercase) in; you might need to do the same with shortcodes too.

from roombooking.

zhakid avatar zhakid commented on July 28, 2024

the folder is all lowercase and the issue persist

from roombooking.

neokoenig avatar neokoenig commented on July 28, 2024

@zhakid could you check this thread - #68 and confirm?

from roombooking.

zhakid avatar zhakid commented on July 28, 2024

Nothing on that issue help me

Message invalid component definition, can't find component [conference.plugins.flashwrapper.flashwrapper]
Stacktrace The Error Occurred in
/opt/lucee/tomcat/webapps/conference/wheels/Plugins.cfc: line 125
123: <cfset loc.wheelsVersion = SpanExcluding(variables.$class.wheelsVersion, " ")>
124:
125: <cfset loc.plugin = createobject("component", $componentPathToPlugin(loc.iPlugins)).init()>
126: <cfif not StructKeyExists(loc.plugin, "version") OR ListFind(loc.plugin.version, loc.wheelsVersion) OR variables.$class.loadIncompatiblePlugins>
127: <cfset variables.$class.plugins[loc.iPlugins] = loc.plugin>

called from /opt/lucee/tomcat/webapps/conference/wheels/Plugins.cfc: line 30
called from /opt/lucee/tomcat/webapps/conference/root.cfm: line 1
called from /opt/lucee/tomcat/webapps/conference/wheels/global/internal.cfm: line 561
called from /opt/lucee/tomcat/webapps/conference/wheels/global/internal.cfm: line 968
called from /opt/lucee/tomcat/webapps/conference/wheels/events/onapplicationstart.cfm: line 376

from roombooking.

zhakid avatar zhakid commented on July 28, 2024

drwxr-xr-x 4 root root 4096 Dec 28 15:37 .
drwxr-xr-x 4 root root 4096 Dec 28 15:36 ..
-rw-r--r-- 1 root root 203 May 28 2013 FlashWrapper.cfc
drwxr-xr-x 2 root root 4096 May 28 2013 controller
-rw-r--r-- 1 root root 203 May 28 2013 flashWrapper.cfc
-rw-r--r-- 1 root root 3967 Apr 3 2012 index.cfm
drwxr-xr-x 2 root root 4096 May 28 2013 stylesheets

from roombooking.

neokoenig avatar neokoenig commented on July 28, 2024

so flashWrapper or FlashWrapper needs to be flashwrapper.cfc
Note: All lowercase.

from roombooking.

zhakid avatar zhakid commented on July 28, 2024

The error persist
drwxr-xr-x 4 root root 4096 Dec 28 15:47 .
drwxr-xr-x 4 root root 4096 Dec 28 15:36 ..
-rw-r--r-- 1 root root 203 May 28 2013 FlashWrapper.cfc (This one is created each time i reload the page)
drwxr-xr-x 2 root root 4096 May 28 2013 controller
-rw-r--r-- 1 root root 203 May 28 2013 flashwrapper.cfc
-rw-r--r-- 1 root root 3967 Apr 3 2012 index.cfm
drwxr-xr-x 2 root root 4096 May 28 2013 stylesheets

from roombooking.

neokoenig avatar neokoenig commented on July 28, 2024

... are you running this in a subdirectory? i.e, 127.0.0.0/conference/ ?
If so, that might be it. I've not tested it in a subdir...

from roombooking.

zhakid avatar zhakid commented on July 28, 2024

yes i do !!!! let me put it the root and see what happen

from roombooking.

zhakid avatar zhakid commented on July 28, 2024

Thanks men that solved the problem, cant be install on subdirectory

from roombooking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.