The other VM modules I use seem to have no conflict so far.
Will have to consult with the folks over at VM on this one;-)
If anyone has a clue as to what is causing this weirdness, please don't be bashful.
I tried running FireBug in Console mode and came up empty. I tried everything I know to see what was happening, how, and when, result=Nada. It seems the error occurs before anything else can process therefore killing same.
Why am I getting the following errors when trying to view the forms I built:
Warning: require(JPATH_VM_LIBRARIES/joomla/application/component/model.php): failed to open stream: No such file or directory in /homepages/30/d108588548/htdocs/cambria/administrator/components/com_virtuemart/helpers/vmmodel.php on line 24
Fatal error: require(): Failed opening required 'JPATH_VM_LIBRARIES/joomla/application/component/model.php' (include_path='.:/usr/lib/php6') in /homepages/30/d108588548/htdocs/cambria/administrator/components/com_virtuemart/helpers/vmmodel.php on line 24
These forms where working just fine and then when I went back to look them over after period of time, the above errors popped up for both forms.
Why is Chronoforms trying to access the VirtueMart Libraries?
What the heck is going on here?????
We've seen this error message before with other modules. The problem is with VM. It expects that the Joomla! JModel file will be loaded by the parent page - which it is for an article page. But ChronoForms doesn't use JModel and so doesn't load it.
Please see this post for a possible fix.
Bob