You are not logged in.
Pages: 1
Hi Tim,
We have tried creating our own form builder (Needed some special use cases, creating our own was faster than extending). After we created the extension and installed it at a test installation of BigTree it said it couldn't find the Class. Then we tried moving the files back to the custom/inc/modules folder and then it worked. So what we want to know is how to use the Class when it's inside 'extensions/com.terra-it.tit-form/...'.
Can you help us? (Again )
Thanks.
Last edited by Terra-IT (November 11, 2016 6:01am)
Offline
We got the same problem
Offline
Sorry for the delayed response! The module class cache looks in the appropriate directory based on the assigned extension column in the bigtree_modules table. If you move the extension from com.fastspot.form-builder to com.terra-it.tit-form you'll need to also update the extension column in bigtree_modules so it knows where to find the class file.
Offline
Sorry for the delayed response! The module class cache looks in the appropriate directory based on the assigned extension column in the bigtree_modules table. If you move the extension from com.fastspot.form-builder to com.terra-it.tit-form you'll need to also update the extension column in bigtree_modules so it knows where to find the class file.
No worries about the late reply . The right extension link was already in 'extension column' in the bigtree_modules table. We created the extension on a different Bigtree installation, and later installed it on this one for testing. It worked on the one we created the extension in, but not in this one.
Added: screenshots of DB and Fatal error.
Last edited by Terra-IT (November 15, 2016 4:25am)
Offline
Can you email me the extension package so I can try installing it locally to replicate the error?
Offline
Yes, i've just send you an email.
Offline
Pages: 1