Hi there,

Been poking around shindig quite alot lately and i'm really impressed on how well this is developing. But I've run into a problem here, each time i try and invoke a module i keep getting the "conf has no properties" error. Even if i'm using a simple module like this one:

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Simple test">
    <Require feature="opensocial-0.7" />
  </ModulePrefs>
  <Content type="html">
  <![CDATA[
    Hello, world!
  ]]>
  </Content>
</Module>

The error occurs even though i do a fresh svn-checkout. Commenting out lines 88,89,90 in features/core/config.js removes the error. Which naturally isn't the solution, but at least it narrows down the problem.

Don't wanna submit this issue to the JIRA issue tracker since i'm not sure if it's just me being stupid or if i actually did encounter a bug.

Best regards and keep up the fine work!
Tommie


Reply via email to